Commit dc125121 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

ci: Revert kurtosis test back to CCI runner (#12500)

We're seeing issues with concurrent usage of CCI that are causing builds to fail.
parent f58f1f56
...@@ -796,9 +796,22 @@ jobs: ...@@ -796,9 +796,22 @@ jobs:
description: Test directory description: Test directory
type: string type: string
default: "./..." default: "./..."
machine: true machine:
resource_class: ethereum-optimism/latitude-1 image: <<pipeline.parameters.base_image>>
resource_class: xlarge
steps: steps:
- run:
name: Install components
command: |
go version
go install gotest.tools/gotestsum@v1.11.0
- 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 - checkout
- when: - when:
condition: <<parameters.uses_artifacts>> condition: <<parameters.uses_artifacts>>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment