Skip to content

Commit

Permalink
fixup! Upgrade jobs to run on Ubuntu 2404
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-matic committed Sep 10, 2024
1 parent b6e0aa3 commit 3c67d5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@ jobs:
- matrix_notify_failure_unless_pr

t_ubu_soltest_all: &t_ubu_soltest_all
<<: *base_ubuntu2404_large
<<: *base_ubuntu2204_large
parallelism: 50
steps:
- soltest_all
Expand Down Expand Up @@ -1335,10 +1335,10 @@ jobs:
- soltest

t_ubu_clang_soltest: &t_ubu_clang_soltest
<<: *base_ubuntu2404_clang
<<: *base_ubuntu2204_clang
parallelism: 20
environment:
<<: *base_ubuntu2404_clang_env
<<: *base_ubuntu2204_clang_env
EVM: << pipeline.parameters.evm-version >>
OPTIMIZE: 0
# The high parallelism in this job is causing the SMT tests to run out of memory,
Expand All @@ -1353,7 +1353,7 @@ jobs:
<<: *t_ubu_soltest_all

t_ubu_cli: &t_ubu_cli
<<: *base_ubuntu2404_small
<<: *base_ubuntu2204_small
parallelism: 8 # Should match number of tests in .circleci/parallel_cli_tests.py
steps:
- cmdline_tests
Expand Down

0 comments on commit 3c67d5f

Please sign in to comment.