Skip to content

Commit

Permalink
fix ci files
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
timvaillancourt committed Feb 14, 2025
1 parent 7c980ab commit ef6d7bf
Show file tree
Hide file tree
Showing 42 changed files with 47 additions and 92 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/assign_milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ env:
jobs:
build:
name: Assign Milestone
runs-on:
group: vitess-ubuntu20
runs-on: ubuntu-24.04

steps:
- name: Checkout code
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/check_make_vtadmin_authz_testgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ permissions: read-all
jobs:
build:
name: Check Make vtadmin_authz_testgen
runs-on:
group: vitess-ubuntu20
runs-on: ubuntu-24.04
steps:
- name: Skip CI
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/check_make_vtadmin_web_proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ permissions: read-all
jobs:
build:
name: Check Make VTAdmin Web Proto
runs-on:
group: vitess-ubuntu20
runs-on: ubuntu-24.04
steps:
- name: Skip CI
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/close_stale_pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ permissions: read-all

jobs:
close_stale_pull_requests:
runs-on:
group: vitess-ubuntu20
runs-on: ubuntu-24.04
permissions:
pull-requests: write

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/codeql_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ permissions: read-all
jobs:
analyze:
name: Analyze
runs-on:
group: vitess-ubuntu20
runs-on: ubuntu-24.04
permissions:
actions: read
contents: read
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ permissions:
jobs:
build:
name: Create Release
runs-on:
group: vitess-ubuntu20
runs-on: ubuntu-24.04
steps:
- name: Check out code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down
14 changes: 5 additions & 9 deletions .github/workflows/docker_build_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ permissions: read-all
jobs:
build_and_push_vttestserver:
name: Build and push vttestserver
runs-on:
group: vitess-ubuntu20
runs-on: vitess-ubuntu20-16cpu-1
if: github.repository == 'vitessio/vitess'

strategy:
Expand Down Expand Up @@ -73,8 +72,7 @@ jobs:

build_and_push_lite:
name: Build and push lite
runs-on:
group: vitess-ubuntu20
runs-on: ubuntu-24.04
if: github.repository == 'vitessio/vitess'

strategy:
Expand Down Expand Up @@ -138,8 +136,7 @@ jobs:

build_and_push_components:
name: Build and push
runs-on:
group: vitess-ubuntu20
runs-on: vitess-ubuntu20-16cpu-1
if: github.repository == 'vitessio/vitess' && needs.build_and_push_lite.result == 'success'
needs:
- build_and_push_lite
Expand Down Expand Up @@ -235,8 +232,7 @@ jobs:
slack_notification:
name: Slack Notification if failed
runs-on:
group: vitess-ubuntu20
runs-on: ubuntu-24.04
needs:
- build_and_push_vttestserver
- build_and_push_lite
Expand All @@ -250,4 +246,4 @@ jobs:
slack_webhook_url: ${{secrets.SLACK_WEBHOOK_URL}}
channel: '#docker-build-notifications'
name: 'Docker Build Notification'
icon_url: https://avatars.githubusercontent.com/u/33043890?s=96&v=4
icon_url: https://avatars.githubusercontent.com/u/33043890?s=96&v=4
3 changes: 1 addition & 2 deletions .github/workflows/docker_test_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ jobs:

build:
name: Docker Test Cluster
runs-on:
group: vitess-ubuntu20
runs-on: ubuntu-24.04

steps:
- name: Skip CI
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/e2e_race.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ jobs:

build:
name: End-to-End Test (Race)
runs-on:
group: vitess-ubuntu20
runs-on: ubuntu-24.04
steps:
- name: Skip CI
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/endtoend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ jobs:

build:
name: End-to-End Test
runs-on:
group: vitess-ubuntu20
runs-on: ubuntu-24.04
steps:
- name: Skip CI
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/java_docker_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ jobs:

build:
name: Java Docker Test
runs-on:
group: vitess-ubuntu20
runs-on: ubuntu-24.04

steps:
- name: Skip CI
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/local_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ jobs:

build:
name: Local example using ${{ matrix.topo }} on Ubuntu
runs-on:
group: vitess-ubuntu20
runs-on: vitess-ubuntu20-16cpu-1
strategy:
matrix:
topo: [consul,etcd,zk2]
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/region_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ jobs:

build:
name: Region Sharding example using ${{ matrix.topo }} on Ubuntu
runs-on:
group: vitess-ubuntu20
runs-on: vitess-ubuntu20-16cpu-1
strategy:
matrix:
topo: [etcd]
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/static_checks_etc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ permissions: read-all
jobs:
build:
name: Static Code Checks Etc
runs-on:
group: vitess-ubuntu20
runs-on: ubuntu-24.04

steps:
- name: Skip CI
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/unit_race.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:

build:
name: Unit Test (Race)
runs-on:
group: vitess-ubuntu20
runs-on: vitess-ubuntu20-16cpu-1
steps:
- name: Skip CI
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/unit_race_evalengine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:

build:
name: Unit Test (Evalengine_Race)
runs-on:
group: vitess-ubuntu20
runs-on: vitess-ubuntu20-16cpu-1
steps:
- name: Skip CI
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/unit_test_evalengine_mysql80.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ env:
jobs:
test:
name: Unit Test (evalengine_mysql80)
runs-on:
group: vitess-ubuntu20
runs-on: ubuntu-24.04

steps:
- name: Skip CI
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/unit_test_evalengine_mysql84.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ env:
jobs:
test:
name: Unit Test (evalengine_mysql84)
runs-on:
group: vitess-ubuntu20
runs-on: ubuntu-24.04

steps:
- name: Skip CI
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/unit_test_mysql80.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ env:
jobs:
test:
name: Unit Test (mysql80)
runs-on:
group: vitess-ubuntu20
runs-on: ubuntu-24.04

steps:
- name: Skip CI
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/unit_test_mysql84.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ env:
jobs:
test:
name: Unit Test (mysql84)
runs-on:
group: vitess-ubuntu20
runs-on: ubuntu-24.04

steps:
- name: Skip CI
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/update_golang_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
contents: write
pull-requests: write
name: Update Golang Dependencies
runs-on:
group: vitess-ubuntu20
runs-on: ubuntu-24.04
steps:
- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/update_golang_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
matrix:
branch: [ main, release-20.0, release-19.0, release-18.0 ]
name: Update Golang Version
runs-on:
group: vitess-ubuntu20
runs-on: ubuntu-24.04
steps:
- name: Check out code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/upgrade_downgrade_test_backups_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
upgrade_downgrade_test_e2e:
timeout-minutes: 60
name: Run Upgrade Downgrade Test - Backups - E2E
runs-on:
group: vitess-ubuntu20
runs-on: vitess-ubuntu20-16cpu-1

steps:
- name: Skip CI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
upgrade_downgrade_test_e2e:
timeout-minutes: 60
name: Run Upgrade Downgrade Test - Backups - E2E - Next Release
runs-on:
group: vitess-ubuntu20
runs-on: vitess-ubuntu20-16cpu-1

steps:
- name: Skip CI
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/upgrade_downgrade_test_backups_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
upgrade_downgrade_test_manual:
timeout-minutes: 40
name: Run Upgrade Downgrade Test - Backups - Manual
runs-on:
group: vitess-ubuntu20
runs-on: vitess-ubuntu20-16cpu-1

steps:
- name: Skip CI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
upgrade_downgrade_test_manual:
timeout-minutes: 40
name: Run Upgrade Downgrade Test - Backups - Manual - Next Release
runs-on:
group: vitess-ubuntu20
runs-on: vitess-ubuntu20-16cpu-1

steps:
- name: Skip CI
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/upgrade_downgrade_test_onlineddl_flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
upgrade_downgrade_test:
timeout-minutes: 60
name: Run Upgrade Downgrade Test - Online DDL flow
runs-on:
group: vitess-ubuntu20
runs-on: vitess-ubuntu20-16cpu-1

steps:
- name: Skip CI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
upgrade_downgrade_test:
timeout-minutes: 60
name: Run Upgrade Downgrade Test - Query Serving (Queries)
runs-on:
group: vitess-ubuntu20
runs-on: vitess-ubuntu20-16cpu-1

steps:
- name: Skip CI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
upgrade_downgrade_test:
timeout-minutes: 60
name: Run Upgrade Downgrade Test - Query Serving (Queries - 2)
runs-on:
group: vitess-ubuntu20
runs-on: vitess-ubuntu20-16cpu-1

steps:
- name: Skip CI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
upgrade_downgrade_test:
timeout-minutes: 60
name: Run Upgrade Downgrade Test - Query Serving (Queries - 2) Next Release
runs-on:
group: vitess-ubuntu20
runs-on: vitess-ubuntu20-16cpu-1

steps:
- name: Skip CI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
upgrade_downgrade_test:
timeout-minutes: 60
name: Run Upgrade Downgrade Test - Query Serving (Queries) Next Release
runs-on:
group: vitess-ubuntu20
runs-on: vitess-ubuntu20-16cpu-1

steps:
- name: Skip CI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
upgrade_downgrade_test:
timeout-minutes: 60
name: Run Upgrade Downgrade Test - Query Serving (Schema)
runs-on:
group: vitess-ubuntu20
runs-on: vitess-ubuntu20-16cpu-1

steps:
- name: Skip CI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
upgrade_downgrade_test:
timeout-minutes: 60
name: Run Upgrade Downgrade Test - Query Serving (Schema) Next Release
runs-on:
group: vitess-ubuntu20
runs-on: vitess-ubuntu20-16cpu-1

steps:
- name: Skip CI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
upgrade_downgrade_test:
timeout-minutes: 60
name: Run Upgrade Downgrade Test - Reparent New Vtctl
runs-on:
group: vitess-ubuntu20
runs-on: vitess-ubuntu20-16cpu-1

steps:
- name: Skip CI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
upgrade_downgrade_test:
timeout-minutes: 60
name: Run Upgrade Downgrade Test - Reparent New VTTablet
runs-on:
group: vitess-ubuntu20
runs-on: vitess-ubuntu20-16cpu-1

steps:
- name: Skip CI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
upgrade_downgrade_test:
timeout-minutes: 60
name: Run Upgrade Downgrade Test - Reparent Old Vtctl
runs-on:
group: vitess-ubuntu20
runs-on: vitess-ubuntu20-16cpu-1

steps:
- name: Skip CI
Expand Down
Loading

0 comments on commit ef6d7bf

Please sign in to comment.