Skip to content

Commit

Permalink
Correct artefact names
Browse files Browse the repository at this point in the history
[full ci]
  • Loading branch information
twometresteve committed Apr 26, 2024
1 parent 7ff759c commit b6782fe
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .buildkite/pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ steps:
- scripts/ci-build-macos-packages.sh
artifact_paths:
- unity.log
- features/fixtures/maze_runner/build/MacOS-2023.2.17f1.zip
- features/fixtures/maze_runner/build/WebGL-2023.2.17f1.zip
- features/fixtures/maze_runner/build/MacOS-2023.zip
- features/fixtures/maze_runner/build/WebGL-2023.zip
retry:
automatic:
- exit_status: "*"
Expand Down Expand Up @@ -171,7 +171,7 @@ steps:
plugins:
artifacts#v1.9.0:
download:
- features/fixtures/maze_runner/build/MacOS-2023.2.17f1.zip
- features/fixtures/maze_runner/build/MacOS-2023.zip
upload:
- maze_output/**/*
- '*-mazerunner.log'
Expand Down Expand Up @@ -245,7 +245,7 @@ steps:
plugins:
artifacts#v1.9.0:
download:
- features/fixtures/maze_runner/build/WebGL-2023.2.17f1.zip
- features/fixtures/maze_runner/build/WebGL-2023.zip
upload:
- maze_output/**/*
# TODO: WebGL persistence tests are currently skipped pending PLAT-8151
Expand Down Expand Up @@ -308,7 +308,7 @@ steps:
download:
- Bugsnag.unitypackage
upload:
- features/fixtures/maze_runner/mazerunner_2023.2.17f1.apk
- features/fixtures/maze_runner/mazerunner_2023.apk
- features/fixtures/build_android_apk.log
commands:
- bundle install
Expand Down Expand Up @@ -417,7 +417,7 @@ steps:
plugins:
artifacts#v1.9.0:
download:
- "features/fixtures/maze_runner/mazerunner_2023.2.17f1.apk"
- "features/fixtures/maze_runner/mazerunner_2023.apk"
upload:
- "maze_output/**/*"
- "maze_output/metrics.csv"
Expand All @@ -428,7 +428,7 @@ steps:
command:
- "features/csharp"
- "features/android"
- "--app=features/fixtures/maze_runner/mazerunner_2023.2.17f1.apk"
- "--app=features/fixtures/maze_runner/mazerunner_2023.apk"
- "--farm=bb"
- "--appium-version=1.22"
- "--device=ANDROID_10|ANDROID_11|ANDROID_12|ANDROID_13"
Expand Down Expand Up @@ -594,7 +594,7 @@ steps:
- Bugsnag.unitypackage
- project_2023.tgz
upload:
- features/fixtures/maze_runner/mazerunner_2023.2.17f1.ipa
- features/fixtures/maze_runner/mazerunner_2023.ipa
- features/fixtures/unity.log
commands:
- bundle install
Expand Down Expand Up @@ -676,7 +676,7 @@ steps:
plugins:
artifacts#v1.9.0:
download:
- "features/fixtures/maze_runner/mazerunner_2023.2.17f1.ipa"
- "features/fixtures/maze_runner/mazerunner_2023.ipa"
upload:
- "maze_output/**/*"
- "maze_output/metrics.csv"
Expand All @@ -687,7 +687,7 @@ steps:
command:
- "features/csharp"
- "features/ios"
- "--app=features/fixtures/maze_runner/mazerunner_2023.2.17f1.ipa"
- "--app=features/fixtures/maze_runner/mazerunner_2023.ipa"
- "--farm=bb"
- "--appium-version=1.22"
- "--device=IOS_13|IOS_14|IOS_15"
Expand Down Expand Up @@ -787,7 +787,7 @@ steps:
upload:
- unity.log
- unity_import.log
- features/fixtures/maze_runner/build/Windows-2023.2.17f1.zip
- features/fixtures/maze_runner/build/Windows-2023.zip
retry:
automatic:
- exit_status: "*"
Expand Down Expand Up @@ -855,11 +855,11 @@ steps:
agents:
queue: windows-general-wsl
env:
UNITY_VERSION: "2023.2.15f1"
UNITY_VERSION: *2023
plugins:
artifacts#v1.9.0:
download:
- features/fixtures/maze_runner/build/Windows-2023.2.15f1.zip
- features/fixtures/maze_runner/build/Windows-2023.zip
upload:
- maze_output/**/*
- maze_output/metrics.csv
Expand Down

0 comments on commit b6782fe

Please sign in to comment.