From 4e9a53cf26710f80faa3bfe973b6358257ebd59c Mon Sep 17 00:00:00 2001 From: Philipp Homberger Date: Tue, 12 Dec 2023 13:54:59 +0000 Subject: [PATCH] test 20.04 ubuntu again --- .github/workflows/checks.yaml | 2 +- .github/workflows/ci.yaml | 12 ++++++------ .github/workflows/lint.yaml | 2 +- .github/workflows/microbenchmarks.yaml | 6 +++--- .github/workflows/orquesta-integration-tests.yaml | 6 +++--- .github/workflows/pants.yaml | 2 +- .github/workflows/test.yaml | 2 +- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 4d12b78122..d7ceec8528 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -12,7 +12,7 @@ jobs: # See: https://keepachangelog.com/en/1.0.0/ changelog-checker: name: Add CHANGELOG.rst - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v1 - name: Changelog check diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4208d598fe..b8c66cb025 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: # same file set which has already passed, etc. pre_job: name: Skip Duplicate Jobs Pre Job - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 outputs: should_skip: ${{ steps.skip_check.outputs.should_skip }} steps: @@ -45,7 +45,7 @@ jobs: # coverage, etc) # if: ${{ needs.pre_job.outputs.should_skip != 'true' || github.ref == 'refs/heads/master' }} name: '${{ matrix.name }} - Python ${{ matrix.python-version-short }}' - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 strategy: fail-fast: false matrix: @@ -139,7 +139,7 @@ jobs: self-check: needs: pre_job name: '${{ matrix.name }} - Python ${{ matrix.python-version-short }}' - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 strategy: fail-fast: false matrix: @@ -297,7 +297,7 @@ jobs: # NB: disabled. See TODO above pre_job # if: ${{ needs.pre_job.outputs.should_skip != 'true' || github.ref == 'refs/heads/master' }} name: '${{ matrix.name }} - Python ${{ matrix.python-version-short }}' - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 strategy: fail-fast: false matrix: @@ -470,7 +470,7 @@ jobs: # coverage, etc) # if: ${{ needs.pre_job.outputs.should_skip != 'true' || github.ref == 'refs/heads/master' }} name: '${{ matrix.name }} - Python ${{ matrix.python-version-short }}' - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 strategy: fail-fast: false matrix: @@ -706,7 +706,7 @@ jobs: - lint-checks - unit-tests - integration-tests - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 steps: - name: Workflow conclusion # this step creates an environment variable WORKFLOW_CONCLUSION and is the most reliable way to check the status of previous jobs diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 5422b7ea76..5e338f26ed 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -26,7 +26,7 @@ jobs: # Lint checks which don't depend on any service containes, etc. to be running. lint-checks: name: 'Lint Checks (pants runs: shellcheck, bandit, black, flake8, pylint)' - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 env: COLUMNS: '120' diff --git a/.github/workflows/microbenchmarks.yaml b/.github/workflows/microbenchmarks.yaml index 7f0a4a78c4..c44deb6ac3 100644 --- a/.github/workflows/microbenchmarks.yaml +++ b/.github/workflows/microbenchmarks.yaml @@ -11,7 +11,7 @@ jobs: # same file set which has already passed, etc. pre_job: name: Skip Duplicate Jobs Pre Job - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 outputs: should_skip: ${{ steps.skip_check.outputs.should_skip }} steps: @@ -27,7 +27,7 @@ jobs: # coverage, etc) if: ${{ needs.pre_job.outputs.should_skip != 'true' || github.ref == 'refs/heads/master' }} name: '${{ matrix.name }} - Python ${{ matrix.python-version-short }}' - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 strategy: fail-fast: false matrix: @@ -131,7 +131,7 @@ jobs: if: always() needs: - micro-benchmarks - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 steps: - name: Workflow conclusion # this step creates an environment variable WORKFLOW_CONCLUSION and is the most reliable way to check the status of previous jobs diff --git a/.github/workflows/orquesta-integration-tests.yaml b/.github/workflows/orquesta-integration-tests.yaml index a0e0296432..0b9f8cd360 100644 --- a/.github/workflows/orquesta-integration-tests.yaml +++ b/.github/workflows/orquesta-integration-tests.yaml @@ -32,7 +32,7 @@ jobs: # same file set which has already passed, etc. pre_job: name: Skip Duplicate Jobs Pre Job - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 outputs: should_skip: ${{ steps.skip_check.outputs.should_skip }} steps: @@ -48,7 +48,7 @@ jobs: # coverage, etc) # if: ${{ needs.pre_job.outputs.should_skip != 'true' || github.ref == 'refs/heads/master' }} name: '${{ matrix.name }} - Python ${{ matrix.python-version-short }}' - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 strategy: fail-fast: false matrix: @@ -237,7 +237,7 @@ jobs: if: always() needs: - integration-tests - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 steps: - name: Workflow conclusion # this step creates an environment variable WORKFLOW_CONCLUSION and is the most reliable way to check the status of previous jobs diff --git a/.github/workflows/pants.yaml b/.github/workflows/pants.yaml index 099491ce6d..64fddfbc77 100644 --- a/.github/workflows/pants.yaml +++ b/.github/workflows/pants.yaml @@ -21,7 +21,7 @@ on: jobs: pants-tailor: name: Make sure pants BUILD files are up-to-date - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 steps: - name: Checkout repository uses: actions/checkout@v2 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 47936c8469..1e20ccb325 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -25,7 +25,7 @@ on: jobs: test: name: '${{ matrix.name }} - Python ${{ matrix.python-version-short }}' - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 strategy: fail-fast: false matrix: