Skip to content

Commit

Permalink
Add a new CloudBuild trigger config-file for auto updating the presub…
Browse files Browse the repository at this point in the history
…mit test container image on every new commit (#704)
  • Loading branch information
MahmoudOuka authored Oct 17, 2024
1 parent 8e33e94 commit 207d00c
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
timeout: 5400s

steps:
- name: 'gcr.io/kaniko-project/executor:v1.23.2'
args:
- --destination=europe-docker.pkg.dev/osconfig-agent-presubmits/osconfig-package-build-presubmit/osconfig-package-build-presubmit:latest
- --context=/workspace
- --dockerfile=presubmit_packagebuild/docker-image/Dockerfile

options:
defaultLogsBucketBehavior: REGIONAL_USER_OWNED_BUCKET

0 comments on commit 207d00c

Please sign in to comment.