Skip to content

Commit 5590741

Browse files
committed
test self-hosted
1 parent d5b77fb commit 5590741

File tree

3 files changed

+11
-130
lines changed

3 files changed

+11
-130
lines changed

.github/actions/container-builder/action.yaml

-48
This file was deleted.

.github/workflows/ci.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313

1414
jobs:
1515
setup-params:
16-
runs-on: ubuntu-latest
16+
runs-on: self-hosted
1717
steps:
1818
- uses: actions/checkout@v4
1919

@@ -47,7 +47,7 @@ jobs:
4747
run: echo "Cache saved"
4848

4949
setup-deps:
50-
runs-on: ubuntu-latest
50+
runs-on: self-hosted
5151
outputs:
5252
make_deps_key: ${{ steps.make_deps.outputs.key }}
5353
make_deps_path: ${{ steps.make_deps.outputs.path }}
@@ -101,7 +101,7 @@ jobs:
101101
path: ${{ steps.make_deps.outputs.path }}
102102

103103
build-all:
104-
runs-on: ubuntu-latest
104+
runs-on: self-hosted
105105
needs: [setup-deps]
106106
steps:
107107
- uses: actions/checkout@v4
@@ -127,7 +127,7 @@ jobs:
127127
shell: bash
128128

129129
test:
130-
runs-on: ubuntu-latest
130+
runs-on: self-hosted
131131
needs: [setup-params, setup-deps]
132132
strategy:
133133
matrix:
@@ -188,7 +188,7 @@ jobs:
188188

189189
lint:
190190
needs: [setup-deps]
191-
runs-on: ubuntu-latest
191+
runs-on: self-hosted
192192
steps:
193193
- uses: actions/checkout@v4
194194

@@ -219,7 +219,7 @@ jobs:
219219
shell: bash
220220

221221
gofmt:
222-
runs-on: ubuntu-latest
222+
runs-on: self-hosted
223223
steps:
224224
- uses: actions/checkout@v4
225225

@@ -245,7 +245,7 @@ jobs:
245245
shell: bash
246246

247247
cbor-check:
248-
runs-on: ubuntu-latest
248+
runs-on: self-hosted
249249
steps:
250250
- uses: actions/checkout@v4
251251

@@ -278,7 +278,7 @@ jobs:
278278
shell: bash
279279

280280
docs-check:
281-
runs-on: ubuntu-latest
281+
runs-on: self-hosted
282282
steps:
283283
- uses: actions/checkout@v4
284284

@@ -307,7 +307,7 @@ jobs:
307307
shell: bash
308308

309309
gen-check:
310-
runs-on: ubuntu-latest
310+
runs-on: self-hosted
311311
steps:
312312
- uses: actions/checkout@v4
313313

@@ -340,7 +340,7 @@ jobs:
340340
shell: bash
341341

342342
lid-docker-compose:
343-
runs-on: ubuntu-latest
343+
runs-on: self-hosted
344344
needs: [setup-params, setup-deps]
345345
steps:
346346
- uses: actions/checkout@v4
@@ -377,7 +377,7 @@ jobs:
377377
shell: bash
378378

379379
mod-tidy-check:
380-
runs-on: ubuntu-latest
380+
runs-on: self-hosted
381381
steps:
382382
- uses: actions/checkout@v4
383383

.github/workflows/container-build.yml

-71
This file was deleted.

0 commit comments

Comments
 (0)