Skip to content

Commit

Permalink
Merge pull request #34301 from Gacko/kjnlh
Browse files Browse the repository at this point in the history
Ingress NGINX: Migrate to AR.
  • Loading branch information
k8s-ci-robot authored Feb 10, 2025
2 parents 07e4ac6 + 9e72a3a commit 29396c7
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions config/jobs/image-pushing/k8s-staging-ingress-nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ postsubmits:
command:
- /run.sh
args:
- --project=k8s-staging-ingress-nginx
- --scratch-bucket=gs://k8s-staging-ingress-nginx-gcb
- --project=k8s-staging-images
- --scratch-bucket=gs://k8s-staging-images-gcb
- --env-passthrough=PULL_BASE_REF,PULL_BASE_SHA
- --build-dir=.
- --with-git-dir
Expand All @@ -40,8 +40,8 @@ postsubmits:
command:
- /run.sh
args:
- --project=k8s-staging-ingress-nginx
- --scratch-bucket=gs://k8s-staging-ingress-nginx-gcb
- --project=k8s-staging-images
- --scratch-bucket=gs://k8s-staging-images-gcb
- --env-passthrough=PULL_BASE_REF,PULL_BASE_SHA
- --build-dir=.
- --with-git-dir
Expand All @@ -64,8 +64,8 @@ postsubmits:
command:
- /run.sh
args:
- --project=k8s-staging-ingress-nginx
- --scratch-bucket=gs://k8s-staging-ingress-nginx-gcb
- --project=k8s-staging-images
- --scratch-bucket=gs://k8s-staging-images-gcb
- --env-passthrough=PULL_BASE_REF,PULL_BASE_SHA
- --build-dir=.
- --with-git-dir
Expand All @@ -88,8 +88,8 @@ postsubmits:
command:
- /run.sh
args:
- --project=k8s-staging-ingress-nginx
- --scratch-bucket=gs://k8s-staging-ingress-nginx-gcb
- --project=k8s-staging-images
- --scratch-bucket=gs://k8s-staging-images-gcb
- --env-passthrough=PULL_BASE_REF,PULL_BASE_SHA
- --build-dir=.
- --with-git-dir
Expand All @@ -112,8 +112,8 @@ postsubmits:
command:
- /run.sh
args:
- --project=k8s-staging-ingress-nginx
- --scratch-bucket=gs://k8s-staging-ingress-nginx-gcb
- --project=k8s-staging-images
- --scratch-bucket=gs://k8s-staging-images-gcb
- --env-passthrough=PULL_BASE_REF,PULL_BASE_SHA
- --build-dir=.
- --with-git-dir
Expand All @@ -136,8 +136,8 @@ postsubmits:
command:
- /run.sh
args:
- --project=k8s-staging-ingress-nginx
- --scratch-bucket=gs://k8s-staging-ingress-nginx-gcb
- --project=k8s-staging-images
- --scratch-bucket=gs://k8s-staging-images-gcb
- --env-passthrough=PULL_BASE_REF,PULL_BASE_SHA
- --build-dir=.
- --with-git-dir
Expand All @@ -160,8 +160,8 @@ postsubmits:
command:
- /run.sh
args:
- --project=k8s-staging-ingress-nginx
- --scratch-bucket=gs://k8s-staging-ingress-nginx-gcb
- --project=k8s-staging-images
- --scratch-bucket=gs://k8s-staging-images-gcb
- --env-passthrough=PULL_BASE_REF,PULL_BASE_SHA
- --build-dir=.
- --with-git-dir
Expand All @@ -184,8 +184,8 @@ postsubmits:
command:
- /run.sh
args:
- --project=k8s-staging-ingress-nginx
- --scratch-bucket=gs://k8s-staging-ingress-nginx-gcb
- --project=k8s-staging-images
- --scratch-bucket=gs://k8s-staging-images-gcb
- --env-passthrough=PULL_BASE_REF,PULL_BASE_SHA
- --build-dir=.
- --with-git-dir
Expand All @@ -208,8 +208,8 @@ postsubmits:
command:
- /run.sh
args:
- --project=k8s-staging-ingress-nginx
- --scratch-bucket=gs://k8s-staging-ingress-nginx-gcb
- --project=k8s-staging-images
- --scratch-bucket=gs://k8s-staging-images-gcb
- --env-passthrough=PULL_BASE_REF,PULL_BASE_SHA
- --build-dir=.
- --with-git-dir
Expand Down

0 comments on commit 29396c7

Please sign in to comment.