CI: Rename node_latest_small to node_small

This commit is contained in:
Kamil Śliwak 2022-02-05 00:03:53 +01:00
parent 4d65bfa95e
commit 247eab9056

View File

@ -384,7 +384,7 @@ defaults:
TERM: xterm TERM: xterm
MAKEFLAGS: -j 2 MAKEFLAGS: -j 2
- base_node_latest_small: &base_node_latest_small - base_node_small: &base_node_small
docker: docker:
- image: circleci/node - image: circleci/node
resource_class: small resource_class: small
@ -605,7 +605,7 @@ jobs:
- gitter_notify_failure_unless_pr - gitter_notify_failure_unless_pr
chk_docs_examples: chk_docs_examples:
<<: *base_node_latest_small <<: *base_node_small
steps: steps:
- checkout - checkout
- attach_workspace: - attach_workspace:
@ -674,7 +674,7 @@ jobs:
- gitter_notify_failure_unless_pr - gitter_notify_failure_unless_pr
chk_buglist: chk_buglist:
<<: *base_node_latest_small <<: *base_node_small
steps: steps:
- checkout - checkout
- run: - run:
@ -1136,7 +1136,7 @@ jobs:
- gitter_notify_failure_unless_pr - gitter_notify_failure_unless_pr
t_ems_ext_hardhat: t_ems_ext_hardhat:
<<: *base_node_latest_small <<: *base_node_small
environment: environment:
TERM: xterm TERM: xterm
HARDHAT_TESTS_SOLC_PATH: /tmp/workspace/soljson.js HARDHAT_TESTS_SOLC_PATH: /tmp/workspace/soljson.js
@ -1339,7 +1339,7 @@ jobs:
- gitter_notify_failure_unless_pr - gitter_notify_failure_unless_pr
b_bytecode_ems: b_bytecode_ems:
<<: *base_node_latest_small <<: *base_node_small
environment: environment:
SOLC_EMSCRIPTEN: "On" SOLC_EMSCRIPTEN: "On"
steps: steps: