Skip to content

Commit

Permalink
Move new tests to 16 cores since they were running on those earlier
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
  • Loading branch information
rohit-nayak-ps committed Nov 8, 2024
1 parent bd9a0e2 commit 0756dab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
build:
name: Run endtoend tests on Cluster (vreplication_migrate)
runs-on: ubuntu-latest
runs-on: gh-hosted-runners-16cores-1

steps:
- name: Skip CI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
build:
name: Run endtoend tests on Cluster (vreplication_vtctldclient_vdiff2_movetables_tz)
runs-on: ubuntu-latest
runs-on: gh-hosted-runners-16cores-1

steps:
- name: Skip CI
Expand Down
3 changes: 2 additions & 1 deletion test/ci_workflow_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ var (
"onlineddl_vrepl_stress_suite",
"onlineddl_vrepl_suite",
"vreplication_basic",
"vreplication_migrate_vdiff2_convert_tz",
"vreplication_migrate",
"vreplication_vtctldclient_vdiff2_movetables_tz",
}
)

Expand Down

0 comments on commit 0756dab

Please sign in to comment.