Skip to content

Commit

Permalink
Pipeline refactor (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec authored Oct 11, 2024
1 parent 1d5a78e commit 74b05ed
Show file tree
Hide file tree
Showing 15 changed files with 1,501 additions and 1,553 deletions.
12 changes: 0 additions & 12 deletions .buildkite/block.full.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .buildkite/block.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
steps:
- block: 'Trigger a full build'
key: 'trigger-full-build'

- label: 'Upload the full test pipeline'
depends_on: 'trigger-full-build'
command: >
buildkite-agent pipeline upload .buildkite/pipeline.full.yml
294 changes: 0 additions & 294 deletions .buildkite/pipeline.android.full.yml

This file was deleted.

19 changes: 19 additions & 0 deletions .buildkite/pipeline.full.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
agents:
queue: opensource

steps:
- name: 'Append Unity 2020 Pipeline'
commands:
- buildkite-agent pipeline upload .buildkite/unity.2020.yml

- name: 'Append Full Unity 2021 Pipeline'
commands:
- buildkite-agent pipeline upload .buildkite/unity.2021.full.yml

- name: 'Append Unity 2022 Pipeline'
commands:
- buildkite-agent pipeline upload .buildkite/unity.2022.yml

- name: 'Append Unity 2023 Pipeline'
commands:
- buildkite-agent pipeline upload .buildkite/unity.2023.yml
Loading

0 comments on commit 74b05ed

Please sign in to comment.