Skip to content

Commit

Permalink
Move more jobs to runner group
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
timvaillancourt committed Jul 12, 2023
1 parent fb27132 commit 50b2d90
Show file tree
Hide file tree
Showing 24 changed files with 72 additions and 36 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cluster_endtoend_26.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ concurrency:
jobs:
build:
name: Run endtoend tests on Cluster (26)
runs-on: ubuntu-20.04
runs-on:
group: vitess-ubuntu22

steps:
- name: Check if workflow needs to be skipped
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ env:
jobs:
build:
name: Run endtoend tests on Cluster (vreplication_migrate_vdiff2_convert_tz)
runs-on: ubuntu-20.04
runs-on:
group: vitess-ubuntu22

steps:
- name: Check if workflow needs to be skipped
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cluster_endtoend_vtbackup_transform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ env:
jobs:
build:
name: Run endtoend tests on Cluster (vtbackup_transform)
runs-on: ubuntu-20.04
runs-on:
group: vitess-ubuntu22

steps:
- name: Check if workflow needs to be skipped
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ env:
jobs:
build:
name: Run endtoend tests on Cluster (vtgate_partial_keyspace)
runs-on: ubuntu-20.04
runs-on:
group: vitess-ubuntu22

steps:
- name: Check if workflow needs to be skipped
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cluster_endtoend_xb_backup_mysql57.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ env:
jobs:
build:
name: Run endtoend tests on Cluster (xb_backup) mysql57
runs-on: ubuntu-20.04
runs-on:
group: vitess-ubuntu22

steps:
- name: Check if workflow needs to be skipped
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cluster_endtoend_xb_recovery_mysql57.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ env:
jobs:
build:
name: Run endtoend tests on Cluster (xb_recovery) mysql57
runs-on: ubuntu-20.04
runs-on:
group: vitess-ubuntu22

steps:
- name: Check if workflow needs to be skipped
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cluster_initial_sharding_multi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ jobs:

build:
name: cluster initial sharding multi
runs-on: ubuntu-latest
runs-on:
group: vitess-ubuntu22

steps:
- name: Check if workflow needs to be skipped
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docker_test_cluster_10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ jobs:

build:
name: Docker Test Cluster 10
runs-on: ubuntu-latest
runs-on:
group: vitess-ubuntu22

steps:
- name: Check if workflow needs to be skipped
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docker_test_cluster_25.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ jobs:

build:
name: Docker Test Cluster 25
runs-on: ubuntu-latest
runs-on:
group: vitess-ubuntu22

steps:
- name: Check if workflow needs to be skipped
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/e2e_race.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ jobs:

build:
name: End-to-End Test (Race)
runs-on: ubuntu-latest
runs-on:
group: vitess-ubuntu22
steps:
- name: Check if workflow needs to be skipped
id: skip-workflow
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/endtoend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ jobs:

build:
name: End-to-End Test
runs-on: ubuntu-20.04
runs-on:
group: vitess-ubuntu22
steps:
- name: Check if workflow needs to be skipped
id: skip-workflow
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/unit_race.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:

build:
name: Unit Test (Race)
runs-on: ubuntu-20.04
runs-on:
group: vitess-ubuntu22
steps:
- name: Check if workflow needs to be skipped
id: skip-workflow
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/upgrade_downgrade_test_backups_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
get_previous_release:
if: always()
name: Get Previous Release - Backups - E2E
runs-on: ubuntu-latest
runs-on:
group: vitess-ubuntu22
needs:
- get_upgrade_downgrade_label
outputs:
Expand All @@ -34,7 +35,8 @@ jobs:
timeout-minutes: 60
if: always() && needs.get_previous_release.result == 'success'
name: Run Upgrade Downgrade Test - Backups - E2E
runs-on: ubuntu-20.04
runs-on:
group: vitess-ubuntu22
needs:
- get_previous_release

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
get_next_release:
if: always()
name: Get Latest Release - Backups - E2E - Next Release
runs-on: ubuntu-latest
runs-on:
group: vitess-ubuntu22
outputs:
next_release: ${{ steps.output-next-release-ref.outputs.next_release_ref }}

Expand All @@ -32,7 +33,8 @@ jobs:
timeout-minutes: 60
if: always() && needs.get_next_release.result == 'success'
name: Run Upgrade Downgrade Test - Backups - E2E - Next Release
runs-on: ubuntu-20.04
runs-on:
group: vitess-ubuntu22
needs:
- get_next_release

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/upgrade_downgrade_test_backups_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
get_previous_release:
if: always()
name: Get Previous Release - Backups - Manual
runs-on: ubuntu-latest
runs-on:
group: vitess-ubuntu22
outputs:
previous_release: ${{ steps.output-previous-release-ref.outputs.previous_release_ref }}

Expand All @@ -33,7 +34,8 @@ jobs:
timeout-minutes: 40
if: always() && (needs.get_previous_release.result == 'success')
name: Run Upgrade Downgrade Test - Backups - Manual
runs-on: ubuntu-20.04
runs-on:
group: vitess-ubuntu22
needs:
- get_previous_release

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
get_next_release:
if: always()
name: Get Previous Release - Backups - Manual - Next Release
runs-on: ubuntu-20.04
runs-on:
group: vitess-ubuntu22
outputs:
next_release: ${{ steps.output-next-release-ref.outputs.next_release_ref }}

Expand All @@ -33,7 +34,8 @@ jobs:
timeout-minutes: 40
if: always() && (needs.get_next_release.result == 'success')
name: Run Upgrade Downgrade Test - Backups - Manual - Next Release
runs-on: ubuntu-20.04
runs-on:
group: vitess-ubuntu22
needs:
- get_next_release

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
get_previous_release:
if: always()
name: Get Previous Release - Query Serving (Queries)
runs-on: ubuntu-latest
runs-on:
group: vitess-ubuntu22
outputs:
previous_release: ${{ steps.output-previous-release-ref.outputs.previous_release_ref }}

Expand All @@ -34,7 +35,8 @@ jobs:
upgrade_downgrade_test:
if: always() && (needs.get_previous_release.result == 'success')
name: Run Upgrade Downgrade Test - Query Serving (Queries)
runs-on: ubuntu-latest
runs-on:
group: vitess-ubuntu22
needs:
- get_previous_release

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
get_next_release:
if: always()
name: Get Latest Release - Query Serving (Queries) Next Release
runs-on: ubuntu-latest
runs-on:
group: vitess-ubuntu22
outputs:
next_release: ${{ steps.output-next-release-ref.outputs.next_release_ref }}

Expand All @@ -34,7 +35,8 @@ jobs:
upgrade_downgrade_test:
if: always() && (needs.get_next_release.result == 'success')
name: Run Upgrade Downgrade Test - Query Serving (Queries) Next Release
runs-on: ubuntu-latest
runs-on:
group: vitess-ubuntu22
needs:
- get_next_release

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
get_previous_release:
if: always()
name: Get Previous Release - Query Serving (Schema)
runs-on: ubuntu-latest
runs-on:
group: vitess-ubuntu22
outputs:
previous_release: ${{ steps.output-previous-release-ref.outputs.previous_release_ref }}

Expand All @@ -34,7 +35,8 @@ jobs:
upgrade_downgrade_test:
if: always() && (needs.get_previous_release.result == 'success')
name: Run Upgrade Downgrade Test - Query Serving (Schema)
runs-on: ubuntu-latest
runs-on:
group: vitess-ubuntu22
needs:
- get_previous_release

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
get_next_release:
if: always()
name: Get Latest Release - Query Serving (Schema) Next Release
runs-on: ubuntu-latest
runs-on:
group: vitess-ubuntu22
outputs:
next_release: ${{ steps.output-next-release-ref.outputs.next_release_ref }}

Expand All @@ -34,7 +35,8 @@ jobs:
upgrade_downgrade_test:
if: always() && (needs.get_next_release.result == 'success')
name: Run Upgrade Downgrade Test - Query Serving (Schema) Next Release
runs-on: ubuntu-latest
runs-on:
group: vitess-ubuntu22
needs:
- get_next_release

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
get_next_release:
if: always()
name: Get Latest Release - Reparent New Vtctl
runs-on: ubuntu-latest
runs-on:
group: vitess-ubuntu22
outputs:
next_release: ${{ steps.output-next-release-ref.outputs.next_release_ref }}

Expand All @@ -34,7 +35,8 @@ jobs:
upgrade_downgrade_test:
if: always() && (needs.get_next_release.result == 'success')
name: Run Upgrade Downgrade Test - Reparent New Vtctl
runs-on: ubuntu-latest
runs-on:
group: vitess-ubuntu22
needs:
- get_next_release

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
get_next_release:
if: always()
name: Get Latest Release - Reparent New VTTablet
runs-on: ubuntu-latest
runs-on:
group: vitess-ubuntu22
outputs:
next_release: ${{ steps.output-next-release-ref.outputs.next_release_ref }}

Expand All @@ -34,7 +35,8 @@ jobs:
upgrade_downgrade_test:
if: always() && (needs.get_next_release.result == 'success')
name: Run Upgrade Downgrade Test - Reparent New VTTablet
runs-on: ubuntu-latest
runs-on:
group: vitess-ubuntu22
needs:
- get_next_release

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
get_previous_release:
if: always()
name: Get Previous Release - Reparent Old Vtctl
runs-on: ubuntu-latest
runs-on:
group: vitess-ubuntu22
outputs:
previous_release: ${{ steps.output-previous-release-ref.outputs.previous_release_ref }}

Expand All @@ -34,7 +35,8 @@ jobs:
upgrade_downgrade_test:
if: always() && (needs.get_previous_release.result == 'success')
name: Run Upgrade Downgrade Test - Reparent Old Vtctl
runs-on: ubuntu-latest
runs-on:
group: vitess-ubuntu22
needs:
- get_previous_release

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
get_previous_release:
if: always()
name: Get Previous Release - Reparent Old VTTablet
runs-on: ubuntu-latest
runs-on:
group: vitess-ubuntu22
outputs:
previous_release: ${{ steps.output-previous-release-ref.outputs.previous_release_ref }}

Expand All @@ -34,7 +35,8 @@ jobs:
upgrade_downgrade_test:
if: always() && (needs.get_previous_release.result == 'success')
name: Run Upgrade Downgrade Test - Reparent Old VTTablet
runs-on: ubuntu-latest
runs-on:
group: vitess-ubuntu22
needs:
- get_previous_release

Expand Down

0 comments on commit 50b2d90

Please sign in to comment.