Skip to content

Commit 948d001

Browse files
authored
Migrates most workflows to 4 and 16 cores Large GitHub-Hosted-Runners (#13845)
1 parent 38723b8 commit 948d001

101 files changed

Lines changed: 130 additions & 116 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/cluster_endtoend_12.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
build:
1818
name: Run endtoend tests on Cluster (12)
19-
runs-on: ubuntu-22.04
19+
runs-on: gh-hosted-runners-4cores-1
2020

2121
steps:
2222
- name: Skip CI

.github/workflows/cluster_endtoend_13.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
build:
1818
name: Run endtoend tests on Cluster (13)
19-
runs-on: ubuntu-22.04
19+
runs-on: gh-hosted-runners-4cores-1
2020

2121
steps:
2222
- name: Skip CI

.github/workflows/cluster_endtoend_15.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
build:
1818
name: Run endtoend tests on Cluster (15)
19-
runs-on: ubuntu-22.04
19+
runs-on: gh-hosted-runners-4cores-1
2020

2121
steps:
2222
- name: Skip CI

.github/workflows/cluster_endtoend_18.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
build:
1818
name: Run endtoend tests on Cluster (18)
19-
runs-on: ubuntu-22.04
19+
runs-on: gh-hosted-runners-4cores-1
2020

2121
steps:
2222
- name: Skip CI

.github/workflows/cluster_endtoend_21.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
build:
1818
name: Run endtoend tests on Cluster (21)
19-
runs-on: ubuntu-22.04
19+
runs-on: gh-hosted-runners-4cores-1
2020

2121
steps:
2222
- name: Skip CI

.github/workflows/cluster_endtoend_22.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
build:
1818
name: Run endtoend tests on Cluster (22)
19-
runs-on: ubuntu-22.04
19+
runs-on: gh-hosted-runners-4cores-1
2020

2121
steps:
2222
- name: Skip CI

.github/workflows/cluster_endtoend_backup_pitr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
build:
1818
name: Run endtoend tests on Cluster (backup_pitr)
19-
runs-on: ubuntu-22.04
19+
runs-on: gh-hosted-runners-4cores-1
2020

2121
steps:
2222
- name: Skip CI

.github/workflows/cluster_endtoend_backup_pitr_mysql57.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
build:
1818
name: Run endtoend tests on Cluster (backup_pitr) mysql57
19-
runs-on: ubuntu-22.04
19+
runs-on: gh-hosted-runners-4cores-1
2020

2121
steps:
2222
- name: Skip CI

.github/workflows/cluster_endtoend_backup_pitr_xtrabackup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
build:
1818
name: Run endtoend tests on Cluster (backup_pitr_xtrabackup)
19-
runs-on: ubuntu-22.04
19+
runs-on: gh-hosted-runners-4cores-1
2020

2121
steps:
2222
- name: Skip CI

.github/workflows/cluster_endtoend_backup_pitr_xtrabackup_mysql57.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
jobs:
2121
build:
2222
name: Run endtoend tests on Cluster (backup_pitr_xtrabackup) mysql57
23-
runs-on: ubuntu-22.04
23+
runs-on: gh-hosted-runners-4cores-1
2424

2525
steps:
2626
- name: Skip CI

0 commit comments

Comments
 (0)