Skip to content

Commit

Permalink
Fix the version of gha worker to ubuntu:20.04 (#2611)
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Dec 8, 2022
1 parent d57acbc commit e76ac75
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible_deployment_test.yml
Expand Up @@ -25,7 +25,7 @@ env:
jobs:
ansible_deployment_test:
name: ansible_deployment_test
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
SYS_PACKAGE: [ "deb", "rpm" ]
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/build_and_test.yml
Expand Up @@ -24,7 +24,7 @@ env:
jobs:
build:
name: build
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Check out the codebase.
uses: actions/checkout@v3
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:

helm_check:
name: helm_check
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
container:
image: alpine/helm:3.0.0
steps:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
bundle_tests:
name: bundle_tests
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs: [build]
timeout-minutes: 60
steps:
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
dependency_check:
name: dependency_check
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs: [build]
container:
image: owasp/dependency-check:6.5.0
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:

pcf_tile_build:
name: pcf_tile_build
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs: [build]
container:
image: cfplatformeng/tile-generator:v14.0.3
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
k8s_integration_tests:
name: k8s_integration_tests
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs: [helm_check, build]
timeout-minutes: 60
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_links.yml
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
check_links:
name: check_links
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Check out the codebase.
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chef_deployment_test.yml
Expand Up @@ -25,7 +25,7 @@ env:
jobs:
chef_deployment_test:
name: chef_deployment_test
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
SYS_PACKAGE: [ "deb", "rpm" ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs_test.yml
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
docs_test:
name: docs_test
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Check out the codebase.
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-lint.yml
Expand Up @@ -18,7 +18,7 @@ env:
jobs:
go-lint:
name: go-lint
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Check out the codebase.
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-test-race.yml
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
go-test-race:
name: go-test-race
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Check out the codebase.
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gotests.yml
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
gotests:
name: gotests
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Check out the codebase.
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/installer_test.yml
Expand Up @@ -26,7 +26,7 @@ env:
jobs:
installer_test:
name: installer_test
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Check out the codebase.
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/modules_and_generate.yml
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
modules_and_generate:
name: modules_and_generate
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Check out the codebase.
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/package_tests.yml
Expand Up @@ -27,7 +27,7 @@ env:
jobs:
package_build:
name: package_build
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
SYS_PACKAGE: [ "deb", "rpm" ]
Expand All @@ -51,7 +51,7 @@ jobs:

package_test:
name: package_test
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs: [package_build]
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/perf-tests.yml
Expand Up @@ -19,7 +19,7 @@ env:
jobs:
perf-tests:
name: perf-tests
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Check out the codebase.
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/puppet_deployment_test.yml
Expand Up @@ -25,7 +25,7 @@ env:
jobs:
puppet_deployment_test:
name: puppet_deployment_test
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
SYS_PACKAGE: [ "deb", "rpm" ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest_lint.yml
Expand Up @@ -20,7 +20,7 @@ env:
jobs:
pytest_lint:
name: pytest_lint
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Check out the codebase.
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_lint.yml
Expand Up @@ -20,7 +20,7 @@ env:
jobs:
python_lint:
name: python_lint
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Check out the codebase.
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/salt_deployment_test.yml
Expand Up @@ -25,7 +25,7 @@ env:
jobs:
salt_deployment_test:
name: salt_deployment_test
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
SYS_PACKAGE: [ "deb", "rpm" ]
Expand Down

0 comments on commit e76ac75

Please sign in to comment.