Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
  • Loading branch information
sivanantha321 committed Feb 12, 2024
1 parent 5c4cdb3 commit 34e7267
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,20 +362,21 @@ jobs:
- name: Download sklearn server image
uses: actions/download-artifact@v4
with:
name: ${{ env.PREDICTOR_ARTIFACT_PREFIX }}-${{ env.SKLEARN_IMG }}-${{ github.sha }}
path: ./tmp

- name: Download custom model grpc image
uses: actions/download-artifact@v4
with:
name: ${{ env.PREDICTOR_ARTIFACT_PREFIX }}-${{ env.CUSTOM_MODEL_GRPC_IMG }}-${{ github.sha }}
pattern: ${{ env.PREDICTOR_ARTIFACT_PREFIX }}-+(${{ env.SKLEARN_IMG }}|${{ env.CUSTOM_MODEL_GRPC_IMG }}|${{ env.XGB_IMG }})-*
path: ./tmp
merge-multiple: true

- name: Download xgb server image
uses: actions/download-artifact@v4
with:
name: ${{ env.PREDICTOR_ARTIFACT_PREFIX }}-${{ env.XGB_IMG }}-${{ github.sha }}
path: ./tmp
# - name: Download custom model grpc image
# uses: actions/download-artifact@v4
# with:
# name: ${{ env.PREDICTOR_ARTIFACT_PREFIX }}-${{ env.CUSTOM_MODEL_GRPC_IMG }}-${{ github.sha }}
# path: ./tmp
#
# - name: Download xgb server image
# uses: actions/download-artifact@v4
# with:
# name: ${{ env.PREDICTOR_ARTIFACT_PREFIX }}-${{ env.XGB_IMG }}-${{ github.sha }}
# path: ./tmp

- name: Load docker images
run: |
Expand Down

0 comments on commit 34e7267

Please sign in to comment.