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,10 +16,12 @@
|
||||||
|
|
||||||
{% macro jobs() -%}
|
{% macro jobs() -%}
|
||||||
- name: rust-xwin
|
- name: rust-xwin
|
||||||
serial: true
|
|
||||||
plan:
|
plan:
|
||||||
- get: repo
|
- get: repo
|
||||||
trigger: true
|
trigger: true
|
||||||
|
- in_parallel:
|
||||||
|
fail_fast: true
|
||||||
|
steps:
|
||||||
- task: build-rust-xwin
|
- task: build-rust-xwin
|
||||||
file: repo/tasks/build-image.yml
|
file: repo/tasks/build-image.yml
|
||||||
privileged: true
|
privileged: true
|
||||||
|
@ -41,11 +43,9 @@
|
||||||
- in_parallel:
|
- in_parallel:
|
||||||
steps:
|
steps:
|
||||||
- put: image-rust-xwin
|
- put: image-rust-xwin
|
||||||
inputs: detect
|
params:
|
||||||
params: { image: image-rust-xwin/image.tar }
|
image: image-rust-xwin/image.tar
|
||||||
no_get: true
|
|
||||||
- put: image-rust-xwin-ci
|
- put: image-rust-xwin-ci
|
||||||
inputs: detect
|
params:
|
||||||
params: { image: image-rust-xwin-ci/image.tar }
|
image: image-rust-xwin-ci/image.tar
|
||||||
no_get: true
|
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{% macro jobs(job) -%}
|
{% macro jobs(job) -%}
|
||||||
- name: {{ job.name }}
|
- name: {{ job.name }}
|
||||||
serial: true
|
|
||||||
plan:
|
plan:
|
||||||
- get: repo
|
- get: repo
|
||||||
trigger: true
|
trigger: true
|
||||||
|
@ -18,7 +17,5 @@
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
- put: image-{{ job.name }}
|
- put: image-{{ job.name }}
|
||||||
inputs: detect
|
|
||||||
params: { image: image/image.tar }
|
params: { image: image/image.tar }
|
||||||
no_get: true
|
|
||||||
{%- endmacro -%}
|
{%- endmacro -%}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue