Skip to content

Commit

Permalink
xlarge resource class reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
leoporoli committed Nov 17, 2023
1 parent b902d87 commit 5b88991
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,6 @@ 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.10.1
ubuntu_vm_xlarge:
machine:
image: ubuntu-2004:2023.10.1
resource_class: xlarge

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

build_golang_testsuite:
executor: ubuntu_vm_xlarge
executor: ubuntu_vm
parameters:
<<: *param_cli_cluster_backend
steps:
Expand Down

0 comments on commit 5b88991

Please sign in to comment.