Skip to content

Commit

Permalink
test templates
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
timvaillancourt committed May 31, 2024
1 parent 563b839 commit e2a7d5e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion test/templates/cluster_endtoend_test.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ env:
jobs:
build:
name: Run endtoend tests on {{.Name}}
runs-on: {{if .Cores16}}gh-hosted-runners-16cores-1{{else}}gh-hosted-runners-4cores-1{{end}}
runs-on:
group: vitess-ubuntu20

steps:
- name: Skip CI
Expand Down
3 changes: 2 additions & 1 deletion test/templates/cluster_endtoend_test_docker.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ permissions: read-all
jobs:
build:
name: Run endtoend tests on {{.Name}}
runs-on: {{if .Cores16}}gh-hosted-runners-16cores-1{{else}}gh-hosted-runners-4cores-1{{end}}
runs-on:
group: vitess-ubuntu20

steps:
- name: Skip CI
Expand Down
3 changes: 2 additions & 1 deletion test/templates/cluster_endtoend_test_mysql57.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ env:
jobs:
build:
name: Run endtoend tests on {{.Name}}
runs-on: {{if .Cores16}}gh-hosted-runners-16cores-1{{else}}gh-hosted-runners-4cores-1{{end}}
runs-on:
group: vitess-ubuntu20

steps:
- name: Skip CI
Expand Down
3 changes: 2 additions & 1 deletion test/templates/cluster_endtoend_test_self_hosted.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ permissions: read-all
jobs:
build:
name: Run endtoend tests on {{.Name}}
runs-on: self-hosted
runs-on:
group: vitess-ubuntu20

steps:
- name: Skip CI
Expand Down
3 changes: 2 additions & 1 deletion test/templates/unit_test.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ env:
jobs:
test:
name: {{.Name}}
runs-on: gh-hosted-runners-4cores-1
runs-on:
group: vitess-ubuntu20

steps:
- name: Skip CI
Expand Down
3 changes: 2 additions & 1 deletion test/templates/unit_test_self_hosted.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ permissions: read-all

jobs:
test:
runs-on: self-hosted
runs-on:
group: vitess-ubuntu20

steps:
- name: Skip CI
Expand Down

0 comments on commit e2a7d5e

Please sign in to comment.