Skip to content

Commit

Permalink
Remove branch name for test
Browse files Browse the repository at this point in the history
  • Loading branch information
sachanub committed Nov 15, 2023
1 parent f47cc0f commit 4b38aa1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/regression_tests_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
if: contains(matrix.hardware, 'ubuntu')
run: |
cd docker
./build_image.sh -bt ci -n -b $GITHUB_REF_NAME -t pytorch/torchserve:ci
./build_image.sh -bt dev-ci -b $GITHUB_REF_NAME -ipex -t pytorch/torchserve:dev-ci
./build_image.sh -bt ci -n -t pytorch/torchserve:ci
./build_image.sh -bt dev-ci -ipex -t pytorch/torchserve:dev-ci
- name: Build GPU Docker Images
if: false == contains(matrix.hardware, 'ubuntu')
run: |
cd docker
./build_image.sh -g -cv cu121 -bt ci -n -b $GITHUB_REF_NAME -t pytorch/torchserve:ci
./build_image.sh -g -cv cu121 -bt dev-ci -b $GITHUB_REF_NAME -t pytorch/torchserve:dev-ci
./build_image.sh -g -cv cu121 -bt ci -n -t pytorch/torchserve:ci
./build_image.sh -g -cv cu121 -bt dev-ci -t pytorch/torchserve:dev-ci
- name: Validate Torchserve GPU Regression
if: false == contains(matrix.hardware, 'ubuntu')
run: |
Expand Down

0 comments on commit 4b38aa1

Please sign in to comment.