Skip to content

Commit

Permalink
using xlarge machine for internal tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leoporoli committed Nov 10, 2023
1 parent 6cab0ba commit 1621e56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ executors:
# This custom CircleCi Ubuntu image has a pre-installed Docker, so we are not using the CircleCI remote Docker when we
# initiate this machine. More here: https://discuss.circleci.com/t/linux-machine-executor-images-2022-january-q1-update/42831
image: ubuntu-2004:2023.07.1
ubuntu_vm_large:
ubuntu_vm_xlarge:
machine:
image: ubuntu-2004:2023.10.1
resource_class: large
resource_class: xlarge

parameters:
go-version:
Expand Down Expand Up @@ -494,7 +494,7 @@ jobs:
- "./<< pipeline.parameters.startosis-test-script-file-relative-path >>"

build_golang_testsuite:
executor: ubuntu_vm_large
executor: ubuntu_vm_xlarge
parameters:
<<: *param_cli_cluster_backend
steps:
Expand Down Expand Up @@ -568,7 +568,7 @@ jobs:
- run: "! [ -f /tmp/testsuite-failed ]"

build_typescript_testsuite:
executor: ubuntu_vm_large
executor: ubuntu_vm_xlarge
parameters:
<<: *param_cli_cluster_backend
steps:
Expand Down

0 comments on commit 1621e56

Please sign in to comment.