Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing from feature branch #2120

Merged
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
27 changes: 24 additions & 3 deletions tekton/pipelines/binary-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,14 @@ spec:
runAfter:
- clone
taskRef:
name: binary-container-init-0-1
resolver: git
params:
- name: url
value: https://github.com/containerbuildsystem/atomic-reactor.git
- name: revision
value: feature_cachi2
- name: pathInRepo
value: tekton/tasks/binary-container-init.yaml
workspaces:
- name: ws-build-dir
workspace: ws-container
Expand Down Expand Up @@ -101,7 +108,14 @@ spec:
runAfter:
- binary-container-init
taskRef:
name: binary-container-cachito-0-1
resolver: git
params:
- name: url
value: https://github.com/containerbuildsystem/atomic-reactor.git
- name: revision
value: feature_cachi2
- name: pathInRepo
value: tekton/tasks/binary-container-cachito.yaml
workspaces:
- name: ws-build-dir
workspace: ws-container
Expand Down Expand Up @@ -132,7 +146,14 @@ spec:
runAfter:
- binary-container-cachito
taskRef:
name: binary-container-prebuild-0-2
resolver: git
params:
- name: url
value: https://github.com/containerbuildsystem/atomic-reactor.git
- name: revision
value: feature_cachi2
- name: pathInRepo
value: tekton/tasks/binary-container-prebuild.yaml
workspaces:
- name: ws-build-dir
workspace: ws-container
Expand Down