Skip to content

Commit 5f291c8

Browse files
Fixed "Ubuntu 20.04 LTS runner will be removed on 2025-04-15" issue (#255)
* Fixed "Ubuntu 20.04 LTS runner will be removed on 2025-04-15" issue * Improved veth-create-host.sh Signed-off-by: Andriy Kokhan <[email protected]>
1 parent 7e14ef7 commit 5f291c8

11 files changed

+19
-17
lines changed

.github/workflows/sc-client-deb10-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
jobs:
2121
build-sc-client:
2222
name: Build SAI Challenger client image
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-24.04
2424
steps:
2525
- uses: actions/checkout@v3
2626
- name: Update submodules

.github/workflows/sc-client-deb11-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
jobs:
2121
build-sc-client:
2222
name: Build SAI Challenger client image
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-24.04
2424
steps:
2525
- uses: actions/checkout@v3
2626
- name: Update submodules

.github/workflows/sc-client-server-deb10.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ env:
3535
jobs:
3636
build-sc-server:
3737
name: Build SAI Challenger server image
38-
runs-on: ubuntu-20.04
38+
runs-on: ubuntu-24.04
3939
steps:
4040
- uses: actions/checkout@v3
4141
with:
@@ -85,7 +85,7 @@ jobs:
8585

8686
build-sc-client:
8787
name: Build SAI Challenger client image
88-
runs-on: ubuntu-20.04
88+
runs-on: ubuntu-24.04
8989
steps:
9090
- uses: actions/checkout@v3
9191
with:
@@ -127,7 +127,7 @@ jobs:
127127
run-sc-tests:
128128
name: Run SAI Challenger tests in client-server mode
129129
needs: [build-sc-client, build-sc-server]
130-
runs-on: ubuntu-20.04
130+
runs-on: ubuntu-24.04
131131
steps:
132132
- uses: actions/checkout@v3
133133
- name: Update submodules.

.github/workflows/sc-client-server-deb11.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ env:
3434
jobs:
3535
build-sc-server:
3636
name: Build SAI Challenger server image
37-
runs-on: ubuntu-20.04
37+
runs-on: ubuntu-24.04
3838
steps:
3939
- uses: actions/checkout@v3
4040
with:
@@ -84,7 +84,7 @@ jobs:
8484

8585
build-sc-client:
8686
name: Build SAI Challenger client image
87-
runs-on: ubuntu-20.04
87+
runs-on: ubuntu-24.04
8888
steps:
8989
- uses: actions/checkout@v3
9090
with:
@@ -126,7 +126,7 @@ jobs:
126126
run-sc-tests:
127127
name: Run SAI Challenger tests in client-server mode
128128
needs: [build-sc-client, build-sc-server]
129-
runs-on: ubuntu-20.04
129+
runs-on: ubuntu-24.04
130130
steps:
131131
- uses: actions/checkout@v3
132132
- name: Update submodules.

.github/workflows/sc-server-deb10-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
jobs:
2424
build-sc-server:
2525
name: Build SAI Challenger server image
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-24.04
2727
steps:
2828
- uses: actions/checkout@v3
2929
- name: Update submodules

.github/workflows/sc-server-deb11-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
jobs:
2424
build-sc-server:
2525
name: Build SAI Challenger server image
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-24.04
2727
steps:
2828
- uses: actions/checkout@v3
2929
- name: Update submodules

.github/workflows/sc-standalone-deb10-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
jobs:
2222
build-sc-standalone:
2323
name: Build SAI Challenger standalone image
24-
runs-on: ubuntu-20.04
24+
runs-on: ubuntu-24.04
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: Update submodules

.github/workflows/sc-standalone-deb10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ env:
3131
jobs:
3232
build-sc-stadalone:
3333
name: Build SAI Challenger standalone image
34-
runs-on: ubuntu-20.04
34+
runs-on: ubuntu-24.04
3535
steps:
3636
- uses: actions/checkout@v3
3737
with:

.github/workflows/sc-standalone-deb11-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
jobs:
2222
build-sc-standalone:
2323
name: Build SAI Challenger standalone image
24-
runs-on: ubuntu-20.04
24+
runs-on: ubuntu-24.04
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: Update submodules

.github/workflows/sc-standalone-deb11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ env:
3131
jobs:
3232
build-sc-stadalone:
3333
name: Build SAI Challenger standalone image
34-
runs-on: ubuntu-20.04
34+
runs-on: ubuntu-24.04
3535
steps:
3636
- uses: actions/checkout@v3
3737
with:

0 commit comments

Comments
 (0)