Skip to content

Commit fb29b8f

Browse files
authored
Merge pull request #858 from bugsnag/next
Release v8.3.0
2 parents ff6bdff + 4827012 commit fb29b8f

File tree

530 files changed

+19706
-13360
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

530 files changed

+19706
-13360
lines changed

.buildkite/block.full.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.buildkite/block.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
steps:
2+
- block: 'Trigger a full build'
3+
key: 'trigger-full-build'
4+
5+
- label: 'Upload the full test pipeline'
6+
depends_on: 'trigger-full-build'
7+
command: >
8+
buildkite-agent pipeline upload .buildkite/pipeline.full.yml

.buildkite/pipeline.android.full.yml

Lines changed: 0 additions & 274 deletions
This file was deleted.

.buildkite/pipeline.full.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
agents:
2+
queue: opensource
3+
4+
steps:
5+
- name: 'Append Unity 2020 Pipeline'
6+
commands:
7+
- buildkite-agent pipeline upload .buildkite/unity.2020.yml
8+
9+
- name: 'Append Full Unity 2021 Pipeline'
10+
commands:
11+
- buildkite-agent pipeline upload .buildkite/unity.2021.full.yml
12+
13+
- name: 'Append Unity 2022 Pipeline'
14+
commands:
15+
- buildkite-agent pipeline upload .buildkite/unity.2022.yml
16+
17+
- name: 'Append Unity 6000 Pipeline'
18+
commands:
19+
- buildkite-agent pipeline upload .buildkite/unity.6000.yml

0 commit comments

Comments
 (0)