Skip to content

Commit 9b834e5

Browse files
committed
add malus image
1 parent 1e0f01f commit 9b834e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/zombienet_polkadot.yml

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
# sdk tests are looking for POLKADOT_IMAGE
3737
POLKADOT_IMAGE: "${{ needs.preflight.outputs.TEMP_IMAGES_BASE }}/polkadot-debug:${{ needs.preflight.outputs.DOCKER_IMAGES_VERSION }}"
3838
COL_IMAGE: "${{ needs.preflight.outputs.TEMP_IMAGES_BASE }}/colander:${{ needs.preflight.outputs.DOCKER_IMAGES_VERSION }}"
39+
MALUS_IMAGE: "${{ needs.preflight.outputs.TEMP_IMAGES_BASE }}/malus:${{ needs.preflight.outputs.DOCKER_IMAGES_VERSION }}"
3940
RUST_LOG: ${{ needs.preflight.outputs.RUST_LOG }}
4041
ZOMBIE_PROVIDER: ${{ needs.preflight.outputs.ZOMBIE_PROVIDER }}
4142
# don't retry sdk tests
@@ -64,6 +65,7 @@ jobs:
6465
run: |
6566
echo "POLKADOT_IMAGE: $POLKADOT_IMAGE"
6667
echo "COL_IMAGE: $COL_IMAGE"
68+
echo "MALUS_IMAGE: $MALUS_IMAGE"
6769
ls -ltr ./artifacts
6870
# use spot by default
6971
export X_INFRA_INSTANCE=spot

0 commit comments

Comments
 (0)