File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 36
36
# sdk tests are looking for POLKADOT_IMAGE
37
37
POLKADOT_IMAGE : " ${{ needs.preflight.outputs.TEMP_IMAGES_BASE }}/polkadot-debug:${{ needs.preflight.outputs.DOCKER_IMAGES_VERSION }}"
38
38
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 }}"
39
40
RUST_LOG : ${{ needs.preflight.outputs.RUST_LOG }}
40
41
ZOMBIE_PROVIDER : ${{ needs.preflight.outputs.ZOMBIE_PROVIDER }}
41
42
# don't retry sdk tests
64
65
run : |
65
66
echo "POLKADOT_IMAGE: $POLKADOT_IMAGE"
66
67
echo "COL_IMAGE: $COL_IMAGE"
68
+ echo "MALUS_IMAGE: $MALUS_IMAGE"
67
69
ls -ltr ./artifacts
68
70
# use spot by default
69
71
export X_INFRA_INSTANCE=spot
You can’t perform that action at this time.
0 commit comments