mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[DEBUG] Test CI run with all jobs using smallest possible resource class
This commit is contained in:
parent
4b76a7203a
commit
08d37966bb
@ -203,12 +203,14 @@ defaults:
|
|||||||
- base_ubuntu1604_clang: &base_ubuntu1604_clang
|
- base_ubuntu1604_clang: &base_ubuntu1604_clang
|
||||||
docker:
|
docker:
|
||||||
- image: << pipeline.parameters.ubuntu-1604-clang-ossfuzz-docker-image >>
|
- image: << pipeline.parameters.ubuntu-1604-clang-ossfuzz-docker-image >>
|
||||||
|
resource_class: small
|
||||||
environment:
|
environment:
|
||||||
TERM: xterm
|
TERM: xterm
|
||||||
|
|
||||||
- base_ubuntu2004_clang: &base_ubuntu2004_clang
|
- base_ubuntu2004_clang: &base_ubuntu2004_clang
|
||||||
docker:
|
docker:
|
||||||
- image: << pipeline.parameters.ubuntu-2004-clang-docker-image >>
|
- image: << pipeline.parameters.ubuntu-2004-clang-docker-image >>
|
||||||
|
resource_class: small
|
||||||
environment:
|
environment:
|
||||||
TERM: xterm
|
TERM: xterm
|
||||||
CC: clang
|
CC: clang
|
||||||
@ -217,7 +219,6 @@ defaults:
|
|||||||
|
|
||||||
- base_ubuntu2004_clang_xlarge: &base_ubuntu2004_clang_xlarge
|
- base_ubuntu2004_clang_xlarge: &base_ubuntu2004_clang_xlarge
|
||||||
<<: *base_ubuntu2004_clang
|
<<: *base_ubuntu2004_clang
|
||||||
resource_class: xlarge
|
|
||||||
environment:
|
environment:
|
||||||
TERM: xterm
|
TERM: xterm
|
||||||
CC: clang
|
CC: clang
|
||||||
@ -227,12 +228,12 @@ defaults:
|
|||||||
- base_ubuntu2004: &base_ubuntu2004
|
- base_ubuntu2004: &base_ubuntu2004
|
||||||
docker:
|
docker:
|
||||||
- image: << pipeline.parameters.ubuntu-2004-docker-image >>
|
- image: << pipeline.parameters.ubuntu-2004-docker-image >>
|
||||||
|
resource_class: small
|
||||||
environment:
|
environment:
|
||||||
TERM: xterm
|
TERM: xterm
|
||||||
|
|
||||||
- base_ubuntu2004_xlarge: &base_ubuntu2004_xlarge
|
- base_ubuntu2004_xlarge: &base_ubuntu2004_xlarge
|
||||||
<<: *base_ubuntu2004
|
<<: *base_ubuntu2004
|
||||||
resource_class: xlarge
|
|
||||||
environment:
|
environment:
|
||||||
TERM: xterm
|
TERM: xterm
|
||||||
MAKEFLAGS: -j 10
|
MAKEFLAGS: -j 10
|
||||||
@ -240,18 +241,21 @@ defaults:
|
|||||||
- base_buildpack_focal: &base_buildpack_focal
|
- base_buildpack_focal: &base_buildpack_focal
|
||||||
docker:
|
docker:
|
||||||
- image: buildpack-deps:focal
|
- image: buildpack-deps:focal
|
||||||
|
resource_class: small
|
||||||
environment:
|
environment:
|
||||||
TERM: xterm
|
TERM: xterm
|
||||||
|
|
||||||
- base_buildpack_latest: &base_buildpack_latest
|
- base_buildpack_latest: &base_buildpack_latest
|
||||||
docker:
|
docker:
|
||||||
- image: buildpack-deps:latest
|
- image: buildpack-deps:latest
|
||||||
|
resource_class: small
|
||||||
environment:
|
environment:
|
||||||
TERM: xterm
|
TERM: xterm
|
||||||
|
|
||||||
- base_archlinux: &base_archlinux
|
- base_archlinux: &base_archlinux
|
||||||
docker:
|
docker:
|
||||||
- image: archlinux:base
|
- image: archlinux:base
|
||||||
|
resource_class: small
|
||||||
environment:
|
environment:
|
||||||
TERM: xterm
|
TERM: xterm
|
||||||
|
|
||||||
@ -259,22 +263,25 @@ defaults:
|
|||||||
executor:
|
executor:
|
||||||
name: win/default
|
name: win/default
|
||||||
shell: powershell.exe
|
shell: powershell.exe
|
||||||
|
size: medium
|
||||||
|
|
||||||
- base_win_cmd: &base_win_cmd
|
- base_win_cmd: &base_win_cmd
|
||||||
executor:
|
executor:
|
||||||
name: win/default
|
name: win/default
|
||||||
shell: cmd.exe
|
shell: cmd.exe
|
||||||
|
size: medium
|
||||||
|
|
||||||
- base_osx: &base_osx
|
- base_osx: &base_osx
|
||||||
macos:
|
macos:
|
||||||
xcode: "11.0.0"
|
xcode: "11.0.0"
|
||||||
|
resource_class: medium
|
||||||
environment:
|
environment:
|
||||||
TERM: xterm
|
TERM: xterm
|
||||||
|
|
||||||
- base_ems_xlarge: &base_ems_xlarge
|
- base_ems_xlarge: &base_ems_xlarge
|
||||||
docker:
|
docker:
|
||||||
- image: << pipeline.parameters.emscripten-docker-image >>
|
- image: << pipeline.parameters.emscripten-docker-image >>
|
||||||
resource_class: xlarge
|
resource_class: small
|
||||||
environment:
|
environment:
|
||||||
TERM: xterm
|
TERM: xterm
|
||||||
MAKEFLAGS: -j 10
|
MAKEFLAGS: -j 10
|
||||||
@ -282,12 +289,14 @@ defaults:
|
|||||||
- base_python: &base_python
|
- base_python: &base_python
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/python:3.6
|
- image: circleci/python:3.6
|
||||||
|
resource_class: small
|
||||||
environment:
|
environment:
|
||||||
TERM: xterm
|
TERM: xterm
|
||||||
|
|
||||||
- base_node_latest: &base_node_latest
|
- base_node_latest: &base_node_latest
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node
|
- image: circleci/node
|
||||||
|
resource_class: small
|
||||||
environment:
|
environment:
|
||||||
TERM: xterm
|
TERM: xterm
|
||||||
|
|
||||||
@ -912,6 +921,7 @@ jobs:
|
|||||||
default: no
|
default: no
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node:<<parameters.nodejs_version>>
|
- image: circleci/node:<<parameters.nodejs_version>>
|
||||||
|
resource_class: small
|
||||||
# NOTE: Each external test does 3 separate compile&test runs
|
# NOTE: Each external test does 3 separate compile&test runs
|
||||||
parallelism: 3
|
parallelism: 3
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user