Skip to content

Commit

Permalink
more jobs using linux executor
Browse files Browse the repository at this point in the history
  • Loading branch information
vthomas13 committed Jun 24, 2024
1 parent f26cdc1 commit e4472a3
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ executors:
NODE_OPTIONS: --max_old_space_size=3072
node-linux-medium:
machine:
image: ubuntu-2204:2024.04.4
image: ubuntu-2404:2024.05.1
resource_class: medium #// linux medium: 2 CPUs, 7.5 GB RAM, 10 credits/min
environment:
NODE_OPTIONS: --max_old_space_size=6144
Expand Down Expand Up @@ -503,10 +503,10 @@ jobs:
command: .circleci/scripts/check-working-tree.sh

prep-build:
executor: node-browsers-medium-plus
executor: node-linux-medium
steps:
- run: *shallow-git-clone
- run: sudo corepack enable
- run: corepack enable
- attach_workspace:
at: .
- when:
Expand Down Expand Up @@ -540,10 +540,10 @@ jobs:
- builds

prep-build-mv2:
executor: node-browsers-medium-plus
executor: node-linux-medium
steps:
- run: *shallow-git-clone
- run: sudo corepack enable
- run: corepack enable
- attach_workspace:
at: .
- when:
Expand Down Expand Up @@ -583,10 +583,10 @@ jobs:
- builds-mv2

prep-build-mmi:
executor: node-browsers-medium-plus
executor: node-linux-medium
steps:
- run: *shallow-git-clone
- run: sudo corepack enable
- run: corepack enable
- attach_workspace:
at: .
- when:
Expand Down Expand Up @@ -627,10 +627,10 @@ jobs:
destination: builds-mmi

prep-build-flask:
executor: node-browsers-medium-plus
executor: node-linux-medium
steps:
- run: *shallow-git-clone
- run: sudo corepack enable
- run: corepack enable
- attach_workspace:
at: .
- when:
Expand Down Expand Up @@ -668,10 +668,10 @@ jobs:
- builds-flask

prep-build-flask-mv2:
executor: node-browsers-medium-plus
executor: node-linux-medium
steps:
- run: *shallow-git-clone
- run: sudo corepack enable
- run: corepack enable
- attach_workspace:
at: .
- when:
Expand Down Expand Up @@ -775,10 +775,10 @@ jobs:
- builds-test-mmi

prep-build-test-mmi-playwright:
executor: node-browsers-medium-plus
executor: node-linux-medium
steps:
- run: *shallow-git-clone
- run: sudo corepack enable
- run: corepack enable
- attach_workspace:
at: .
- run: *check-mmi-optional
Expand Down

0 comments on commit e4472a3

Please sign in to comment.