Compare commits
No commits in common. "29faf1e86c2036c42fb1e5ff45f69525a0bc6e83" and "a9bc340f7dc5882c517eff48e2d0ee1dc739ed54" have entirely different histories.
29faf1e86c
...
a9bc340f7d
2 changed files with 25 additions and 28 deletions
|
@ -16,36 +16,36 @@
|
|||
|
||||
{% macro jobs() -%}
|
||||
- name: rust-xwin
|
||||
serial: true
|
||||
plan:
|
||||
- get: repo
|
||||
trigger: true
|
||||
- task: build-rust-xwin
|
||||
file: repo/tasks/build-image.yml
|
||||
privileged: true
|
||||
vars:
|
||||
context: repo/images/rust-xwin
|
||||
target: rust-xwin
|
||||
dockerfile: ''
|
||||
output_mapping:
|
||||
image: image-rust-xwin
|
||||
- task: build-rust-xwin-ci
|
||||
file: repo/tasks/build-image.yml
|
||||
privileged: true
|
||||
vars:
|
||||
context: repo/images/rust-xwin
|
||||
target: rust-xwin-ci
|
||||
dockerfile: ''
|
||||
output_mapping:
|
||||
image: image-rust-xwin-ci
|
||||
- in_parallel:
|
||||
fail_fast: true
|
||||
steps:
|
||||
- task: build-rust-xwin
|
||||
file: repo/tasks/build-image.yml
|
||||
privileged: true
|
||||
vars:
|
||||
context: repo/images/rust-xwin
|
||||
target: rust-xwin
|
||||
dockerfile: ''
|
||||
output_mapping:
|
||||
image: image-rust-xwin
|
||||
- task: build-rust-xwin-ci
|
||||
file: repo/tasks/build-image.yml
|
||||
privileged: true
|
||||
vars:
|
||||
context: repo/images/rust-xwin
|
||||
target: rust-xwin-ci
|
||||
dockerfile: ''
|
||||
output_mapping:
|
||||
image: image-rust-xwin-ci
|
||||
- in_parallel:
|
||||
steps:
|
||||
- put: image-rust-xwin
|
||||
inputs: detect
|
||||
params: { image: image-rust-xwin/image.tar }
|
||||
no_get: true
|
||||
params:
|
||||
image: image-rust-xwin/image.tar
|
||||
- put: image-rust-xwin-ci
|
||||
inputs: detect
|
||||
params: { image: image-rust-xwin-ci/image.tar }
|
||||
no_get: true
|
||||
params:
|
||||
image: image-rust-xwin-ci/image.tar
|
||||
{% endmacro %}
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{% macro jobs(job) -%}
|
||||
- name: {{ job.name }}
|
||||
serial: true
|
||||
plan:
|
||||
- get: repo
|
||||
trigger: true
|
||||
|
@ -18,7 +17,5 @@
|
|||
{%- endfor %}
|
||||
{%- endif %}
|
||||
- put: image-{{ job.name }}
|
||||
inputs: detect
|
||||
params: { image: image/image.tar }
|
||||
no_get: true
|
||||
{%- endmacro -%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue