Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Commit

Permalink
Update buildkite artifact path to only use forward slash (#109)
Browse files Browse the repository at this point in the history
* Replace \\ in artifact path with forward slash

* Update buildkite windows builder queue

* Add agent flag to use platform normalised paths

* Update CHANGELOG.md
  • Loading branch information
Sean Parker authored and jamiebrynes7 committed Jul 20, 2020
1 parent 5ebc6e7 commit 882fd59
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .buildkite/premerge.steps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ windows: &windows
- "environment=production"
- "permission_set=builder"
- "platform=windows"
- "queue=${WINDOWS_BUILDER_QUEUE:-v4-20-03-27-114536-bk10005-d340403f-d}"
- "queue=${WINDOWS_BUILDER_QUEUE:-v4-20-07-06-124455-bk13081-5d808a4a}"
- "scaler_version=2"
- "minimum_instances=1"
- "agent_count=1"
- "machine_type=quad"
- "experiment_normalised_upload_paths=true"
timeout_in_minutes: 60 # TODO(ENG-548): reduce timeout once agent-cold-start is optimised.
retry:
automatic:
Expand Down
3 changes: 2 additions & 1 deletion .buildkite/release-qa.steps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ windows: &windows
- "environment=production"
- "permission_set=builder"
- "platform=windows"
- "queue=${WINDOWS_BUILDER_QUEUE:-v4-20-03-27-114536-bk10005-d340403f-d}"
- "queue=${WINDOWS_BUILDER_QUEUE:-v4-20-07-06-124455-bk13081-5d808a4a}"
- "scaler_version=2"
- "minimum_instances=1"
- "agent_count=1"
- "machine_type=quad"
- "experiment_normalised_upload_paths=true"
timeout_in_minutes: 60 # TODO(ENG-548): reduce timeout once agent-cold-start is optimised.
retry:
automatic:
Expand Down
2 changes: 1 addition & 1 deletion ci/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source ".shared-ci/scripts/pinned-tools.sh"

# Download the artifacts and reconstruct the build/assemblies folder.
traceStart "Downloading assembly :inbox_tray:"
buildkite-agent artifact download "build\assembly\**\*" .
buildkite-agent artifact download "build/assembly/**/*" .
traceEnd

uploadAssembly "${ASSEMBLY_PREFIX}" "${PROJECT_NAME}"
Expand Down

0 comments on commit 882fd59

Please sign in to comment.