Skip to content
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
7 changes: 4 additions & 3 deletions .github/workflows/event-merge-to-queue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:

jammy:
uses: ./.github/workflows/jammy.yml
focal:
uses: ./.github/workflows/focal.yml
# TODO: re-enable once Launchpad PPA flakiness is resolved (pre-built CI image planned).
# focal:
# uses: ./.github/workflows/focal.yml
Comment thread
dor-forer marked this conversation as resolved.
# bionic:
# needs: [check-if-docs-only]
# if: ${{ needs.check-if-docs-only.outputs.only-docs-changed == 'false' }}
Expand Down Expand Up @@ -46,7 +47,7 @@ jobs:
pr-validation:
needs:
- jammy
- focal
# - focal
# - bionic
- bullseye
# - amazonlinux2
Comment thread
dor-forer marked this conversation as resolved.
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/event-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:

jammy:
uses: ./.github/workflows/jammy.yml
focal:
uses: ./.github/workflows/focal.yml
# TODO: re-enable once Launchpad PPA flakiness is resolved (pre-built CI image planned).
# focal:
# uses: ./.github/workflows/focal.yml
# bionic:
# needs: [check-if-docs-only]
# if: ${{ needs.check-if-docs-only.outputs.only-docs-changed == 'false' }}
Expand Down Expand Up @@ -53,7 +54,7 @@ jobs:
needs:
- benchmark
- jammy
- focal
# - focal
# - bionic
- bullseye
# - amazonlinux2
Comment thread
dor-forer marked this conversation as resolved.
Expand Down
Loading