Skip to content

Commit 2843a81

Browse files
authored
Update Ubuntu to 22.04 for E2E Tests (#2222)
* Update Ubuntu to 22.04 for E2E Tests * Update Ubuntu for all Tests
1 parent 373f6e6 commit 2843a81

14 files changed

+21
-21
lines changed

.github/workflows/build-and-publish-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
jobs:
2323
build-and-publish:
2424
name: Publish Image
25-
runs-on: ubuntu-latest
25+
runs-on: ubuntu-22.04
2626
steps:
2727
- name: Checkout
2828
uses: actions/checkout@v3

.github/workflows/e2e-test-darts-cifar10.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111

1212
jobs:
1313
e2e:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-22.04
1515
timeout-minutes: 120
1616
steps:
1717
- name: Checkout

.github/workflows/e2e-test-enas-cifar10.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111

1212
jobs:
1313
e2e:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-22.04
1515
timeout-minutes: 120
1616
steps:
1717
- name: Checkout

.github/workflows/e2e-test-mxnet-mnist.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111

1212
jobs:
1313
e2e:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-22.04
1515
timeout-minutes: 120
1616
steps:
1717
- name: Checkout

.github/workflows/e2e-test-pytorch-mnist.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111

1212
jobs:
1313
e2e:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-22.04
1515
timeout-minutes: 120
1616
steps:
1717
- name: Checkout

.github/workflows/e2e-test-simple-pbt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111

1212
jobs:
1313
e2e:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-22.04
1515
timeout-minutes: 120
1616
steps:
1717
- name: Checkout

.github/workflows/e2e-test-tf-mnist-with-summaries.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111

1212
jobs:
1313
e2e:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-22.04
1515
timeout-minutes: 120
1616
steps:
1717
- name: Checkout

.github/workflows/e2e-test-ui-random-search-postgres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ concurrency:
99

1010
jobs:
1111
e2e:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313
timeout-minutes: 120
1414
steps:
1515
- name: Checkout

.github/workflows/stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
stale:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515
permissions:
1616
issues: write
1717
pull-requests: write

.github/workflows/test-go.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
jobs:
1313
generatetests:
1414
name: Generate And Format Test
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-22.04
1616
env:
1717
GOPATH: ${{ github.workspace }}/go
1818
defaults:
@@ -34,7 +34,7 @@ jobs:
3434

3535
unittests:
3636
name: Unit Test
37-
runs-on: ubuntu-latest
37+
runs-on: ubuntu-22.04
3838
env:
3939
GOPATH: ${{ github.workspace }}/go
4040
defaults:

0 commit comments

Comments
 (0)