Skip to content

Commit

Permalink
Merge pull request #3994 from riemannulus/ci/scale-down
Browse files Browse the repository at this point in the history
ci: downsize executor
  • Loading branch information
riemannulus authored Nov 22, 2024
2 parents 4fc6225 + df0ec59 commit 41e0c51
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ jobs:
default: ""
docker:
- image: mcr.microsoft.com/dotnet/sdk:6.0
resource_class: xlarge
resource_class: large
working_directory: /mnt/ramdisk
steps:
- netcore_build_base:
Expand All @@ -413,7 +413,7 @@ jobs:
- image: mcr.microsoft.com/dotnet/sdk:6.0
environment:
TRANSPORT_TYPE: netmq
resource_class: xlarge
resource_class: large
working_directory: /mnt/ramdisk
parallelism: <<parameters.parallelism>>
steps:
Expand All @@ -423,7 +423,7 @@ jobs:
linux-netcore-test-ar-SA:
docker:
- image: mcr.microsoft.com/dotnet/sdk:6.0
resource_class: xlarge
resource_class: large
working_directory: /mnt/ramdisk
parallelism: 4
steps:
Expand All @@ -434,7 +434,7 @@ jobs:
linux-netcore-test-fr-FR:
docker:
- image: mcr.microsoft.com/dotnet/sdk:6.0
resource_class: xlarge
resource_class: large
working_directory: /mnt/ramdisk
parallelism: 4
steps:
Expand All @@ -461,7 +461,7 @@ jobs:
default: 6
executor:
name: win/server-2022
size: xlarge
size: large
parallelism: <<parameters.parallelism>>
steps:
- netcore_test_base: { code_coverage: false }
Expand Down

0 comments on commit 41e0c51

Please sign in to comment.