File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989 runs-on : ubuntu-latest
9090 timeout-minutes : 30
9191 needs : build
92+ env :
93+ IMAGE_TAG : ${{ needs.build.outputs.image-tag }}
9294 strategy :
9395 fail-fast : false
9496 matrix :
@@ -152,7 +154,10 @@ jobs:
152154 kind load docker-image ${IMAGE_REPO}/${PORCH_WRAPPER_SERVER_IMAGE}:${{ needs.build.outputs.image-tag }} -n ${KIND_CONTEXT_NAME}
153155 kind load docker-image ${IMAGE_REPO}/${TEST_GIT_SERVER_IMAGE}:${{ needs.build.outputs.image-tag }} -n ${KIND_CONTEXT_NAME}
154156 - name : Deploy porch kpt pkg
155- run : IMAGE_TAG=${{ needs.build.outputs.image-tag }} SKIP_IMG_BUILD=true make ${{ matrix.make_target }}
157+ run : |
158+ export IMAGE_TAG=${{ needs.build.outputs.image-tag }}
159+ export SKIP_IMG_BUILD=true
160+ make ${{ matrix.make_target }}
156161 - name : Run E2E tests
157162 run : ${{ matrix.test_env }} go test -v -timeout 20m ${{ matrix.test_path }}
158163 - name : Export porch server logs
You can’t perform that action at this time.
0 commit comments