Skip to content

Commit

Permalink
do not make, simply pull
Browse files Browse the repository at this point in the history
Signed-off-by: lrq619 <[email protected]>
  • Loading branch information
lrq619 committed Aug 16, 2023
1 parent 258b4f3 commit 40018d6
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/e2e-bert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,18 @@ jobs:
go install google.golang.org/protobuf/cmd/[email protected]
go install google.golang.org/grpc/cmd/[email protected]
- name: Data Setup
working-directory: benchmarks/bert
run: make setup
# - name: Data Setup
# working-directory: benchmarks/bert
# run: make setup

- name: Build and push
working-directory: benchmarks/bert
run: make push-${{ matrix.service }}
# - name: Build and push
# working-directory: benchmarks/bert
# run: make push-${{ matrix.service }}
# Downloading the model takes too much time, simply pull the image from docker container

- name: Pull the Image
working-directory: benchmark/bert
run: make pull-${{ matrix.service }}

test-compose:
name: Test Docker Compose
Expand Down

0 comments on commit 40018d6

Please sign in to comment.