Skip to content

Commit 505f9d9

Browse files
moharakaleokondrashov
authored andcommitted
Migrates tests from self-hosted to github actions (ubuntu-24.04)
Signed-off-by: Mohamed L. Karaoui <[email protected]>
1 parent b9281ca commit 505f9d9

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/cri_stock_containerd_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
jobs:
1515
stock-containerd-test:
1616
name: Stock Containerd test
17-
runs-on: [self-hosted, cri]
17+
runs-on: ubuntu-24.04
1818

1919
steps:
2020
- name: Setup TMPDIR

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
jobs:
2525
integration-tests:
2626
name: Integration tests
27-
runs-on: [self-hosted , integ]
27+
runs-on: ubuntu-24.04
2828
strategy:
2929
fail-fast: false
3030
matrix:

.github/workflows/nightly_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
jobs:
1616
integration-tests:
1717
name: Test all functions
18-
runs-on: [self-hosted, nightly, integ]
18+
runs-on: ubuntu-24.04
1919
steps:
2020
- name: Setup TMPDIR
2121
run: mkdir -p $TMPDIR
@@ -51,7 +51,7 @@ jobs:
5151

5252
cri-tests:
5353
name: CRI tests (nightly)
54-
runs-on: [self-hosted, cri]
54+
runs-on: ubuntu-24.04
5555
strategy:
5656
fail-fast: false
5757
matrix:

.github/workflows/skip_cri_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
env:
1717
GITHUB_RUN_ID: ${{ github.run_id }}
1818
GITHUB_VHIVE_ARGS: "-dbg"
19-
runs-on: ${{ fromJSON(format('["self-hosted", "{0}-cri"]', inputs.sandbox)) }}
19+
runs-on: ubuntu-24.04
2020

2121
steps:
22-
- run: 'echo "This check not required"'
22+
- run: 'echo "This check not required"'

.github/workflows/skip_integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ env:
2424
jobs:
2525
integration-tests:
2626
name: Integration tests
27-
runs-on: [self-hosted , integ]
27+
runs-on: ubuntu-24.04
2828
steps:
2929
- run: 'echo "This check not required"'

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
120120
firecracker-containerd-interface-test:
121121
name: "Unit tests: Firecracker-containerd interface"
122-
runs-on: [self-hosted, integ]
122+
runs-on: ubuntu-24.04
123123
strategy:
124124
fail-fast: false
125125
matrix:
@@ -163,4 +163,4 @@ jobs:
163163
164164
- name: Cleaning
165165
if: ${{ always() }}
166-
run: ./scripts/setup_tool clean_fcctr
166+
run: ./scripts/setup_tool clean_fcctr

0 commit comments

Comments
 (0)