Skip to content

Commit 163870d

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

9 files changed

+9
-9
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: ${{ github.repository_owner == 'vitessio' && 'gh-hosted-runners-16cores-1-24.04' || '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: ${{ github.repository_owner == 'vitessio' && 'gh-hosted-runners-16cores-1' || 'ubuntu-24.04' }}
20+
runs-on: ${{ github.repository_owner == 'vitessio' && 'gh-hosted-runners-16cores-1-24.04' || '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: ${{ github.repository_owner == 'vitessio' && 'gh-hosted-runners-16cores-1' || 'ubuntu-24.04' }}
20+
runs-on: ${{ github.repository_owner == 'vitessio' && 'gh-hosted-runners-16cores-1-24.04' || '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: ${{ github.repository_owner == 'vitessio' && 'gh-hosted-runners-16cores-1' || 'ubuntu-24.04' }}
20+
runs-on: ${{ github.repository_owner == 'vitessio' && 'gh-hosted-runners-16cores-1-24.04' || '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: ${{ github.repository_owner == 'vitessio' && 'gh-hosted-runners-16cores-1' || 'ubuntu-24.04' }}
20+
runs-on: ${{ github.repository_owner == 'vitessio' && 'gh-hosted-runners-16cores-1-24.04' || '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: ${{ github.repository_owner == 'vitessio' && 'gh-hosted-runners-16cores-1' || 'ubuntu-24.04' }}
20+
runs-on: ${{ github.repository_owner == 'vitessio' && 'gh-hosted-runners-16cores-1-24.04' || 'ubuntu-24.04' }}
2121

2222
steps:
2323
- name: Skip CI

test/templates/cluster_endtoend_test.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build:
1616
timeout-minutes: 60
1717
name: Run endtoend tests on {{.Name}}
18-
runs-on: {{if .Cores16}}{{`${{ github.repository_owner == 'vitessio' && 'gh-hosted-runners-16cores-1' || 'ubuntu-24.04' }}`}}{{else}}ubuntu-24.04{{end}}
18+
runs-on: {{if .Cores16}}{{`${{ github.repository_owner == 'vitessio' && 'gh-hosted-runners-16cores-1-24.04' || 'ubuntu-24.04' }}`}}{{else}}ubuntu-24.04{{end}}
1919

2020
steps:
2121
- name: Skip CI

test/templates/cluster_endtoend_test_docker.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions: read-all
66
jobs:
77
build:
88
name: Run endtoend tests on {{.Name}}
9-
runs-on: {{if .Cores16}}{{`${{ github.repository_owner == 'vitessio' && 'gh-hosted-runners-16cores-1' || 'ubuntu-24.04' }}`}}{{else}}ubuntu-24.04{{end}}
9+
runs-on: {{if .Cores16}}{{`${{ github.repository_owner == 'vitessio' && 'gh-hosted-runners-16cores-1-24.04' || 'ubuntu-24.04' }}`}}{{else}}ubuntu-24.04{{end}}
1010

1111
steps:
1212
- name: Skip CI

test/templates/cluster_endtoend_test_mysql57.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
jobs:
2020
build:
2121
name: Run endtoend tests on {{.Name}}
22-
runs-on: {{if .Cores16}}{{`${{ github.repository_owner == 'vitessio' && 'gh-hosted-runners-16cores-1' || 'ubuntu-24.04' }}`}}{{else}}ubuntu-24.04{{end}}
22+
runs-on: {{if .Cores16}}{{`${{ github.repository_owner == 'vitessio' && 'gh-hosted-runners-16cores-1-24.04' || 'ubuntu-24.04' }}`}}{{else}}ubuntu-24.04{{end}}
2323

2424
steps:
2525
- name: Skip CI

0 commit comments

Comments
 (0)