Skip to content

Commit

Permalink
ci: Revert kurtosis test back to CCI runner (ethereum-optimism#12500)
Browse files Browse the repository at this point in the history
We're seeing issues with concurrent usage of CCI that are causing builds to fail.
  • Loading branch information
mslipper authored and samlaf committed Nov 10, 2024
1 parent 3dc3a74 commit ab52c30
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -796,9 +796,22 @@ jobs:
description: Test directory
type: string
default: "./..."
machine: true
resource_class: ethereum-optimism/latitude-1
machine:
image: <<pipeline.parameters.base_image>>
resource_class: xlarge
steps:
- run:
name: Install components
command: |
go version
go install gotest.tools/[email protected]
- run:
name: Install Kurtosis
command: |
echo "deb [trusted=yes] https://apt.fury.io/kurtosis-tech/ /" | sudo tee /etc/apt/sources.list.d/kurtosis.list
sudo apt update
sudo apt install kurtosis-cli=1.3.0
kurtosis engine start
- checkout
- when:
condition: <<parameters.uses_artifacts>>
Expand Down

0 comments on commit ab52c30

Please sign in to comment.