Skip to content

Commit

Permalink
disable pgo builds
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-bcw committed Aug 15, 2024
1 parent 17dcaa9 commit 15bd982
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,11 @@ jobs:
- name: Set up Google Cloud SDK
uses: google-github-actions/setup-gcloud@v1

- name: Pull pgo file from GCS
run: |-
mkdir -p ./pgo-profiles
gsutil cp $(gsutil -m ls -l gs://zkevm-csv/profiles | grep $(date -I) | sed 's/.*\(gs:\/\/\)/\1/' | tail -n -1) ./pgo-profiles
ls -lh ./pgo-profiles
# - name: Pull pgo file from GCS
# run: |-
# mkdir -p ./pgo-profiles
# gsutil cp $(gsutil -m ls -l gs://zkevm-csv/profiles | grep $(date -I) | sed 's/.*\(gs:\/\/\)/\1/' | tail -n -1) ./pgo-profiles
# ls -lh ./pgo-profiles

- name: Login to GCR
uses: docker/login-action@v3
Expand All @@ -221,8 +221,8 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: optimized-worker.Dockerfile
# file: Dockerfile
# file: optimized-worker.Dockerfile
file: Dockerfile
push: true
tags: ${{ steps.worker-meta.outputs.tags }}
labels: ${{ steps.worker-meta.outputs.labels }}
Expand Down

0 comments on commit 15bd982

Please sign in to comment.