From 1b14ee11370cf61fa15f59ee0aa8bda51f97b0f4 Mon Sep 17 00:00:00 2001 From: Sam Calder-Mason Date: Tue, 4 Jun 2024 14:40:51 +1000 Subject: [PATCH] ci: Update GitHub Actions workflow for Xatu stack --- .github/workflows/sentry-smoke-test.yaml | 54 +++++++++--------------- 1 file changed, 19 insertions(+), 35 deletions(-) diff --git a/.github/workflows/sentry-smoke-test.yaml b/.github/workflows/sentry-smoke-test.yaml index db64e19a..023f086d 100644 --- a/.github/workflows/sentry-smoke-test.yaml +++ b/.github/workflows/sentry-smoke-test.yaml @@ -18,18 +18,12 @@ jobs: run: | docker build -t ethpandaops/xatu:local . echo "Xatu image is built." - - name: Install Kurtosis - run: | - 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 - name: Create Kurtosis config file run: | - cat < network_params.yaml + cat < ~/network_params.yaml participants: - el_type: geth cl_type: teku - cl_image: ethpandaops/teku:master-16c4354 - el_type: nethermind cl_type: prysm - el_type: erigon @@ -56,38 +50,28 @@ jobs: - voluntary_exit - contribution_and_proof <