Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
joanestebanr committed Nov 21, 2024
1 parent 3e20ad1 commit 02ce616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions test/combinations/fork12-pessimistic.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
args:
agglayer_image: ghcr.io/agglayer/agglayer:0.2.0-rc.11
agglayer_image: ghcr.io/agglayer/agglayer:0.2.0-rc.12
cdk_erigon_node_image: hermeznetwork/cdk-erigon:v2.60.0-beta8
cdk_node_image: cdk
zkevm_bridge_proxy_image: haproxy:3.0-bookworm
Expand All @@ -14,4 +14,3 @@ args:
# This value is set in run-e2e.sh
#agglayer_prover_sp1_key: {{ .agglayer_prover_sp1_key }}
enable_normalcy: true

2 changes: 1 addition & 1 deletion test/run-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [ $DATA_AVAILABILITY_MODE == "pessimistic" ]; then
cp "$kurtosis_config_file" $local_config_file
echo "Setting agglayer_prover_sp1_key"
echo " agglayer_prover_sp1_key: $agglayer_prover_sp1_key" >> $local_config_file
kurtosis_config_file=$local_config_file
kurtosis_config_file=$local_config_file
fi
fi
kurtosis run --enclave cdk --args-file "$kurtosis_config_file" --image-download always $KURTOSIS_FOLDER
Expand Down

0 comments on commit 02ce616

Please sign in to comment.