Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the version of gha worker to ubuntu:20.04 #2611

Merged
merged 1 commit into from
Dec 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ansible_deployment_test.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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