Skip to content

Commit

Permalink
run kurtosis of locally generated docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
sudeepdino008 committed Aug 12, 2024
1 parent b475e06 commit 6f37cff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kurtosis/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ participants_matrix:
- el_type: geth
# el_image: ethpandaops/geth:master
- el_type: erigon
el_image: thorax/erigon:latest
el_image: <<ERIGON_IMAGE_PLACEHOLDER>>
cl:
- cl_type: lighthouse
#cl_image: ethpandaops/lighthouse:stable
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/test-kurtosis-assertoor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,19 @@ jobs:
runs-on: ${{ matrix.os.id }}

steps:
# - uses: actions/checkout@v4
- uses: actions/checkout@v4
- name: make docker (see dockerhub for image builds)
run: DOCKER_TAG=thorax/erigon:ci-$GITHUB_SHA DOCKER_UID=$(id -u) DOCKER_GID=$(id -g) make docker


- name: Install dependencies on Linux
if: runner.os == 'Linux'
run: sudo apt update && sudo apt install build-essential

- name: download kurtosis config
run: |
wget -O kurtosis_config.yaml https://raw.githubusercontent.com/erigontech/erigon/kurtosis_assertoor/.github/workflows/kurtosis/config.yaml
wget -O kurtosis_config_with_p.yaml https://raw.githubusercontent.com/erigontech/erigon/kurtosis_assertoor/.github/workflows/kurtosis/config.yaml
sed 's/<<ERIGON_IMAGE_PLACEHOLDER>>/thorax\/erigon:ci-'$GITHUB_SHA'/' kurtosis_config_with_p.yaml > kurtosis_config.yaml
- name: Run Kurtosis + assertoor tests
uses: ethpandaops/kurtosis-assertoor-github-action@v1
Expand Down

0 comments on commit 6f37cff

Please sign in to comment.