Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions prow/config/jobs/.global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,16 @@ requirement_presets:
- name: github
secret:
secretName: oauth-token
github-optional:
volumeMounts:
- mountPath: /etc/github-token
name: github
readOnly: true
volumes:
- name: github
secret:
secretName: oauth-token
optional: true
release:
labels:
preset-release-pipeline: "true"
Expand Down
2 changes: 1 addition & 1 deletion prow/config/jobs/istio-1.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ jobs:
- istio/tools@master
requirements:
- cache
- github
- github-optional
- gocache
types:
- presubmit
Expand Down
2 changes: 1 addition & 1 deletion prow/config/jobs/istio-1.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ jobs:
- istio/test-infra@master
- istio/tools@master
requirements:
- github
- github-optional
types: [presubmit]
org: istio
repo: istio
Expand Down
2 changes: 1 addition & 1 deletion prow/config/jobs/istio-1.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ jobs:
- istio/test-infra@master
- istio/tools@master
requirements:
- github
- github-optional
types:
- presubmit
org: istio
Expand Down
2 changes: 1 addition & 1 deletion prow/config/jobs/release-builder-1.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- cache
- release
- docker
- github
- github-optional
resources: build
types:
- postsubmit
Expand Down
2 changes: 1 addition & 1 deletion prow/config/jobs/release-builder-1.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
requirements:
- release
- docker
- github
- github-optional
resources: build
types: [postsubmit]
- command:
Expand Down
2 changes: 1 addition & 1 deletion prow/config/jobs/release-builder-1.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
requirements:
- release
- docker
- github
- github-optional
resources: build
types:
- postsubmit
Expand Down
2 changes: 1 addition & 1 deletion prow/config/jobs/release-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
types: [postsubmit]
regex: '^release/trigger-build$'
command: [entrypoint, release/build.sh]
requirements: [release, docker, github]
requirements: [release, docker, github-optional]
resources: build

- name: publish-release
Expand Down