Skip to content

Commit

Permalink
even more workflows to use self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimov committed Jul 29, 2023
1 parent 30ea745 commit 7c4cd5a
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ env:
jobs:
build:
name: Run endtoend tests on Cluster (vreplication_migrate_vdiff2_convert_tz)
runs-on: ubuntu-20.04
runs-on:
group: vitess-ubuntu20

steps:
- name: Check if workflow needs to be skipped
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cluster_endtoend_vtbackup_transform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ env:
jobs:
build:
name: Run endtoend tests on Cluster (vtbackup_transform)
runs-on: ubuntu-20.04
runs-on:
group: vitess-ubuntu20

steps:
- name: Check if workflow needs to be skipped
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ env:
jobs:
build:
name: Run endtoend tests on Cluster (vtgate_partial_keyspace)
runs-on: ubuntu-20.04
runs-on:
group: vitess-ubuntu20

steps:
- name: Check if workflow needs to be skipped
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cluster_endtoend_xb_backup_mysql57.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ env:
jobs:
build:
name: Run endtoend tests on Cluster (xb_backup) mysql57
runs-on: ubuntu-20.04
runs-on:
group: vitess-ubuntu20

steps:
- name: Check if workflow needs to be skipped
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cluster_endtoend_xb_recovery_mysql57.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ env:
jobs:
build:
name: Run endtoend tests on Cluster (xb_recovery) mysql57
runs-on: ubuntu-20.04
runs-on:
group: vitess-ubuntu20

steps:
- name: Check if workflow needs to be skipped
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/endtoend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ jobs:

build:
name: End-to-End Test
runs-on: ubuntu-20.04
runs-on:
group: vitess-ubuntu20
steps:
- name: Check if workflow needs to be skipped
id: skip-workflow
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/unit_race.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:

build:
name: Unit Test (Race)
runs-on: ubuntu-20.04
runs-on:
group: vitess-ubuntu20
steps:
- name: Check if workflow needs to be skipped
id: skip-workflow
Expand Down

0 comments on commit 7c4cd5a

Please sign in to comment.