Skip to content

Commit

Permalink
chore: reduce CI runner size from 2xlarge to xlarge
Browse files Browse the repository at this point in the history
  • Loading branch information
pwillett committed Nov 10, 2023
1 parent e92f97f commit 3409a58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion action_tests/all_test_payload.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"cachePath": "~/.cache/trunk/tools/ruby",
"trunkApiAddress": "localhost-will-not-work:5021",
"checkJobName": "action-test/trunk-action/all",
"checkJobRunsOn": ["self-hosted", "linux", "public", "x86", "2xlarge"],
"checkJobRunsOn": ["self-hosted", "linux", "public", "x86", "xlarge"],
"checkWorkflowRunName": "action-test-all",
"concurrencyGroup": "trunk-action/all/main",
"debug": true
Expand Down
2 changes: 1 addition & 1 deletion action_tests/pull_request_test_payload.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"cachePath": "~/.cache/trunk/tools/ruby",
"trunkApiAddress": "localhost-will-not-work:5021",
"checkJobName": "repo-under-test/pull_request",
"checkJobRunsOn": ["self-hosted", "linux", "public", "x86", "2xlarge"],
"checkJobRunsOn": ["self-hosted", "linux", "public", "x86", "xlarge"],
"checkWorkflowRunName": "action-test-pull-request",
"concurrencyGroup": "repo-under-test/1",
"debug": true
Expand Down
2 changes: 1 addition & 1 deletion action_tests/trunk_merge_test_payload.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"cachePath": "~/.cache/trunk/tools/ruby",
"trunkApiAddress": "localhost-will-not-work:5021",
"checkJobName": "action-test/trunk-action/trunk_merge",
"checkJobRunsOn": ["self-hosted", "linux", "public", "x86", "2xlarge"],
"checkJobRunsOn": ["self-hosted", "linux", "public", "x86", "xlarge"],
"checkWorkflowRunName": "action-test-trunk-merge",
"concurrencyGroup": "trunk-action/trunk_merge/trunk-merge/of-feature-branch",
"debug": true
Expand Down

0 comments on commit 3409a58

Please sign in to comment.