Skip to content

Commit 9b2ea4f

Browse files
committed
fix actions
Signed-off-by: Mohamed Hamza <[email protected]>
1 parent e103d1d commit 9b2ea4f

31 files changed

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

0 commit comments

Comments
 (0)