Increase resource class

This commit is contained in:
Rodrigo Q. Saramago 2022-12-05 18:16:20 +01:00
parent 9bdf854aab
commit 9133ae94b2
No known key found for this signature in database
GPG Key ID: 9B36B2525704A359

View File

@ -425,9 +425,10 @@ defaults:
TERM: xterm
MAKEFLAGS: -j 2
- eof_ubuntu2204_small: &eof_ubuntu2204_small
<<: *base_cimg_small
resource_class: small
- base_ubuntu2204_large: &base_ubuntu2204_large
docker:
- image: cimg/base:current
resource_class: large
environment:
TERM: xterm
MAKEFLAGS: -j 5
@ -1045,7 +1046,7 @@ jobs:
<<: *steps_soltest_all
t_ubu_soltest_eof: &t_ubu_soltest_eof
<<: *eof_ubuntu2204_small
<<: *base_ubuntu2204_large
environment:
CMAKE_OPTIONS: -DUSE_CVC4=OFF
EVM: "shanghai"