We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f5105 commit 64fd6c8Copy full SHA for 64fd6c8
1 file changed
.github/workflows/ci-ucx.yml
@@ -123,7 +123,7 @@ jobs:
123
run: |
124
cd legate-ci/github-ci/cunumeric
125
[[ "${{ matrix.name }}" == "Eager"* ]] && export PYTHONFAULTHANDLER=1
126
- INSTANCE=${{ matrix.instance }} ./test.sh ${{ matrix.options }} > ${COMMIT}-test-${{ matrix.log }}.log 2>&1
+ INSTANCE=${{ matrix.instance }} DOCKERFILE_EXT=.separate.ucx ./test.sh ${{ matrix.options }} > ${COMMIT}-test-${{ matrix.log }}.log 2>&1
127
- name: Process output
128
if: always()
129
0 commit comments