Skip to content

Commit

Permalink
use correct postsubmit and trigger file
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrozean committed Jul 25, 2024
1 parent 2b95913 commit 57a475d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ postsubmits:
aws/eks-distro-build-tooling:
- name: golang-1-21-PROD-images-tooling-postsubmit
always_run: false
run_if_changed: "projects/golang/go/docker/debianBase/RELEASE"
run_if_changed: "eks-distro-base/golang_versions.yaml"
branches:
- ^main$
max_concurrency: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ postsubmits:
aws/eks-distro-build-tooling:
- name: golang-1-21-PROD-tooling-postsubmit
always_run: false
run_if_changed: "builder-base/versions.yaml"
run_if_changed: "projects/golang/go/1.21/RELEASE"
branches:
- ^main$
max_concurrency: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ postsubmits:
aws/eks-distro-build-tooling:
- name: golang-1-22-PROD-images-tooling-postsubmit
always_run: false
run_if_changed: "projects/golang/go/docker/debianBase/RELEASE"
run_if_changed: "eks-distro-base/golang_versions.yaml"
branches:
- ^main$
max_concurrency: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ postsubmits:
aws/eks-distro-build-tooling:
- name: golang-1-22-PROD-tooling-postsubmit
always_run: false
run_if_changed: "builder-base/versions.yaml"
run_if_changed: "projects/golang/go/1.22/RELEASE"
branches:
- ^main$
max_concurrency: 10
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
jobName: golang-{{ .jobGoVersion }}-PROD-images-tooling-postsubmit
runIfChanged: projects/golang/go/docker/debianBase/RELEASE
runIfChanged: eks-distro-base/golang_versions.yaml
imageBuild: true
automountServiceAccountToken: true
commands:
Expand All @@ -23,4 +23,4 @@ envVars:
- name: SNS_TOPIC_ARN
value: arn:aws:sns:us-east-1:379412251201:eks-golang-image-updates
- name: ARTIFACT_DEPLOYMENT_ROLE_ARN
value: arn:aws:iam::379412251201:role/ArtifactDeploymentRole
value: arn:aws:iam::379412251201:role/ArtifactDeploymentRole
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
jobName: golang-{{ .jobGoVersion }}-PROD-tooling-postsubmit
runIfChanged: builder-base/versions.yaml
runIfChanged: projects/golang/go/{{ .golangVersion }}/RELEASE
imageBuild: true
automountServiceAccountToken: true
commands:
Expand Down

0 comments on commit 57a475d

Please sign in to comment.