Skip to content

Commit

Permalink
Merge pull request #858 from bugsnag/next
Browse files Browse the repository at this point in the history
Release v8.3.0
  • Loading branch information
richardelms authored Dec 4, 2024
2 parents ff6bdff + 4827012 commit fb29b8f
Show file tree
Hide file tree
Showing 530 changed files with 19,706 additions and 13,360 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
274 changes: 0 additions & 274 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 6000 Pipeline'
commands:
- buildkite-agent pipeline upload .buildkite/unity.6000.yml
Loading

0 comments on commit fb29b8f

Please sign in to comment.