Skip to content

Commit

Permalink
Revert changes in Docker regression test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sachanub committed Nov 16, 2023
1 parent 4b38aa1 commit ce5ea32
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/regression_tests_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Run Regression Tests on Docker

on:
workflow_dispatch:
push:
pull_request:
# run every day at 5:15am
schedule:
- cron: '15 5 * * *'
Expand Down Expand Up @@ -40,14 +38,14 @@ jobs:
if: contains(matrix.hardware, 'ubuntu')
run: |
cd docker
./build_image.sh -bt ci -n -t pytorch/torchserve:ci
./build_image.sh -bt dev-ci -ipex -t pytorch/torchserve:dev-ci
./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
- name: Build GPU Docker Images
if: false == contains(matrix.hardware, 'ubuntu')
run: |
cd docker
./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
./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
- name: Validate Torchserve GPU Regression
if: false == contains(matrix.hardware, 'ubuntu')
run: |
Expand Down

0 comments on commit ce5ea32

Please sign in to comment.