Skip to content

Commit

Permalink
Upgrade ubuntu image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
boyuan-chen committed May 17, 2024
1 parent a0f8d3e commit 32af233
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ executors:
intergration-tests-executor:
resource_class: xlarge
machine:
image: ubuntu-2204:2022.10.1
image: ubuntu-2204:edge
docker_layer_caching: true
environment:
DOCKER_BUILDKIT: 1
Expand Down Expand Up @@ -206,17 +206,6 @@ jobs:
test_folder: "eth-l2"
- report-integration-tests

integration-tests-avalanche:
executor: intergration-tests-executor
parallelism: 4
steps:
- download-solidity-compilers
- run-integration-tests:
docker_compose_file: "docker-compose-avalanche.yml"
docker_compose_side_file: "docker-compose-avalanche-side.yml"
test_folder: "alt-l2"
- report-integration-tests

integration-tests-bnb:
executor: intergration-tests-executor
parallelism: 4
Expand All @@ -232,7 +221,6 @@ workflows:
main:
jobs:
- integration-tests
#- integration-tests-avalanche
- integration-tests-bnb
- go-lint-test-build:
name: proxyd-tests
Expand Down

0 comments on commit 32af233

Please sign in to comment.