Skip to content

Commit

Permalink
Print customized logs first
Browse files Browse the repository at this point in the history
  • Loading branch information
DonggeLiu committed Jul 30, 2024
1 parent 5b790b3 commit 9bd4604
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions service/run_experiment_cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
steps:
- name: 'gcr.io/fuzzbench/experiment-runner'
args: []
env:
- 'PULL_REQUEST_NUMBER=${_PR_NUMBER}'
- name: 'gcr.io/cloud-builders/docker'
args:
- build
Expand All @@ -13,10 +17,6 @@ steps:
- .
env:
- 'DOCKER_BUILDKIT=1'
- name: 'gcr.io/fuzzbench/experiment-runner'
args: []
env:
- 'PULL_REQUEST_NUMBER=${_PR_NUMBER}'
secretEnv:
- 'POSTGRES_PASSWORD'
timeout: 1800s # 30 minutes
Expand Down

0 comments on commit 9bd4604

Please sign in to comment.