Skip to content

Commit 0a3b142

Browse files
committed
Merge branch 'release-20.0-github' into mhamza/backport-16255
Signed-off-by: Mohamed Hamza <[email protected]>
2 parents 0bd5a8d + ae90711 commit 0a3b142

34 files changed

+95
-119
lines changed

.github/workflows/cluster_endtoend_onlineddl_vrepl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
timeout-minutes: 60
1919
name: Run endtoend tests on Cluster (onlineddl_vrepl)
20-
runs-on: ${{ github.repository_owner == 'vitessio' && 'gh-hosted-runners-16cores-1' || 'ubuntu-24.04' }}
20+
runs-on: gh-hosted-runners-16cores-1-24.04
2121

2222
steps:
2323
- name: Skip CI

.github/workflows/cluster_endtoend_onlineddl_vrepl_stress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
timeout-minutes: 60
1919
name: Run endtoend tests on Cluster (onlineddl_vrepl_stress)
20-
runs-on: ${{ github.repository_owner == 'vitessio' && 'gh-hosted-runners-16cores-1' || 'ubuntu-24.04' }}
20+
runs-on: gh-hosted-runners-16cores-1-24.04
2121

2222
steps:
2323
- name: Skip CI

.github/workflows/cluster_endtoend_onlineddl_vrepl_stress_suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
timeout-minutes: 60
1919
name: Run endtoend tests on Cluster (onlineddl_vrepl_stress_suite)
20-
runs-on: ${{ github.repository_owner == 'vitessio' && 'gh-hosted-runners-16cores-1' || 'ubuntu-24.04' }}
20+
runs-on: gh-hosted-runners-16cores-1-24.04
2121

2222
steps:
2323
- name: Skip CI

.github/workflows/cluster_endtoend_onlineddl_vrepl_suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
timeout-minutes: 60
1919
name: Run endtoend tests on Cluster (onlineddl_vrepl_suite)
20-
runs-on: ${{ github.repository_owner == 'vitessio' && 'gh-hosted-runners-16cores-1' || 'ubuntu-24.04' }}
20+
runs-on: gh-hosted-runners-16cores-1-24.04
2121

2222
steps:
2323
- name: Skip CI

.github/workflows/cluster_endtoend_vreplication_basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
timeout-minutes: 60
1919
name: Run endtoend tests on Cluster (vreplication_basic)
20-
runs-on: ${{ github.repository_owner == 'vitessio' && 'gh-hosted-runners-16cores-1' || 'ubuntu-24.04' }}
20+
runs-on: gh-hosted-runners-16cores-1-24.04
2121

2222
steps:
2323
- name: Skip CI

.github/workflows/cluster_endtoend_vreplication_migrate_vdiff2_convert_tz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
timeout-minutes: 60
1919
name: Run endtoend tests on Cluster (vreplication_migrate_vdiff2_convert_tz)
20-
runs-on: ${{ github.repository_owner == 'vitessio' && 'gh-hosted-runners-16cores-1' || 'ubuntu-24.04' }}
20+
runs-on: gh-hosted-runners-16cores-1-24.04
2121

2222
steps:
2323
- name: Skip CI

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions: read-all
99
jobs:
1010
test:
1111
name: Code Coverage
12-
runs-on: ${{ github.repository_owner == 'vitessio' && 'gh-hosted-runners-16cores-1-24.04' || 'ubuntu-24.04' }}
12+
runs-on: gh-hosted-runners-16cores-1-24.04
1313

1414
steps:
1515
- name: Check out code

.github/workflows/docker_build_images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions: read-all
1515
jobs:
1616
build_and_push_lite:
1717
name: Build and push vitess/lite Docker images
18-
runs-on: ${{ github.repository_owner == 'vitessio' && 'gh-hosted-runners-16cores-1-24.04' || 'ubuntu-24.04' }}
18+
runs-on: gh-hosted-runners-16cores-1-24.04
1919
if: github.repository == 'vitessio/vitess'
2020

2121
strategy:
@@ -80,7 +80,7 @@ jobs:
8080
build_and_push_components:
8181
name: Build and push vitess components Docker images
8282
needs: build_and_push_lite
83-
runs-on: ${{ github.repository_owner == 'vitessio' && 'gh-hosted-runners-16cores-1-24.04' || 'ubuntu-24.04' }}
83+
runs-on: gh-hosted-runners-16cores-1-24.04
8484
if: github.repository == 'vitessio/vitess'
8585

8686
strategy:

.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: ${{ github.repository_owner == 'vitessio' && 'gh-hosted-runners-16cores-1-24.04' || 'ubuntu-24.04' }}
8+
runs-on: gh-hosted-runners-16cores-1-24.04
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: ${{ github.repository_owner == 'vitessio' && 'gh-hosted-runners-16cores-1-24.04' || 'ubuntu-24.04' }}
8+
runs-on: gh-hosted-runners-16cores-1-24.04
99
strategy:
1010
matrix:
1111
topo: [etcd]

0 commit comments

Comments
 (0)