Skip to content

Commit 1dfa730

Browse files
committed
fix actions
1 parent 57abd04 commit 1dfa730

21 files changed

+22
-22
lines changed

.github/workflows/docker_build_images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions: read-all
1616
jobs:
1717
build_and_push_vttestserver:
1818
name: Build and push vttestserver
19-
runs-on: gh-hosted-runners-16cores-1-24.04
19+
runs-on: ubuntu-latest-xl
2020
if: github.repository == 'vitessio/vitess'
2121

2222
strategy:
@@ -136,7 +136,7 @@ jobs:
136136

137137
build_and_push_components:
138138
name: Build and push
139-
runs-on: gh-hosted-runners-16cores-1-24.04
139+
runs-on: ubuntu-latest-xl
140140
if: github.repository == 'vitessio/vitess' && needs.build_and_push_lite.result == 'success'
141141
needs:
142142
- build_and_push_lite

.github/workflows/local_example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55

66
build:
77
name: Local example using ${{ matrix.topo }} on Ubuntu
8-
runs-on: gh-hosted-runners-16cores-1-24.04
8+
runs-on: ubuntu-latest-xl
99
strategy:
1010
matrix:
1111
topo: [consul,etcd,zk2]

.github/workflows/region_example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55

66
build:
77
name: Region Sharding example using ${{ matrix.topo }} on Ubuntu
8-
runs-on: gh-hosted-runners-16cores-1-24.04
8+
runs-on: ubuntu-latest-xl
99
strategy:
1010
matrix:
1111
topo: [etcd]

.github/workflows/unit_race.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
build:
1717
name: Unit Test (Race)
18-
runs-on: gh-hosted-runners-16cores-1-24.04
18+
runs-on: ubuntu-latest-xl
1919
steps:
2020
- name: Skip CI
2121
run: |

.github/workflows/unit_race_evalengine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
build:
1717
name: Unit Test (Evalengine_Race)
18-
runs-on: gh-hosted-runners-16cores-1-24.04
18+
runs-on: ubuntu-latest-xl
1919
steps:
2020
- name: Skip CI
2121
run: |

.github/workflows/upgrade_downgrade_test_backups_e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
upgrade_downgrade_test_e2e:
1414
timeout-minutes: 60
1515
name: Run Upgrade Downgrade Test - Backups - E2E
16-
runs-on: gh-hosted-runners-16cores-1-24.04
16+
runs-on: ubuntu-latest-xl
1717

1818
steps:
1919
- name: Skip CI

.github/workflows/upgrade_downgrade_test_backups_e2e_next_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
upgrade_downgrade_test_e2e:
1515
timeout-minutes: 60
1616
name: Run Upgrade Downgrade Test - Backups - E2E - Next Release
17-
runs-on: gh-hosted-runners-16cores-1-24.04
17+
runs-on: ubuntu-latest-xl
1818

1919
steps:
2020
- name: Skip CI

.github/workflows/upgrade_downgrade_test_backups_manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
upgrade_downgrade_test_manual:
1616
timeout-minutes: 40
1717
name: Run Upgrade Downgrade Test - Backups - Manual
18-
runs-on: gh-hosted-runners-16cores-1-24.04
18+
runs-on: ubuntu-latest-xl
1919

2020
steps:
2121
- name: Skip CI

.github/workflows/upgrade_downgrade_test_backups_manual_next_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
upgrade_downgrade_test_manual:
1616
timeout-minutes: 40
1717
name: Run Upgrade Downgrade Test - Backups - Manual - Next Release
18-
runs-on: gh-hosted-runners-16cores-1-24.04
18+
runs-on: ubuntu-latest-xl
1919

2020
steps:
2121
- name: Skip CI

.github/workflows/upgrade_downgrade_test_onlineddl_flow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
upgrade_downgrade_test:
1818
timeout-minutes: 60
1919
name: Run Upgrade Downgrade Test - Online DDL flow
20-
runs-on: gh-hosted-runners-16cores-1-24.04
20+
runs-on: ubuntu-latest-xl
2121

2222
steps:
2323
- name: Skip CI

0 commit comments

Comments
 (0)