-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #858 from bugsnag/next
Release v8.3.0
- Loading branch information
Showing
530 changed files
with
19,706 additions
and
13,360 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.