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

Commit 882fd59

Browse files
Sean Parkerjamiebrynes7
authored andcommitted
Update buildkite artifact path to only use forward slash (#109)
* Replace \\ in artifact path with forward slash * Update buildkite windows builder queue * Add agent flag to use platform normalised paths * Update CHANGELOG.md
1 parent 5ebc6e7 commit 882fd59

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.buildkite/premerge.steps.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ windows: &windows
1313
- "environment=production"
1414
- "permission_set=builder"
1515
- "platform=windows"
16-
- "queue=${WINDOWS_BUILDER_QUEUE:-v4-20-03-27-114536-bk10005-d340403f-d}"
16+
- "queue=${WINDOWS_BUILDER_QUEUE:-v4-20-07-06-124455-bk13081-5d808a4a}"
1717
- "scaler_version=2"
1818
- "minimum_instances=1"
1919
- "agent_count=1"
2020
- "machine_type=quad"
21+
- "experiment_normalised_upload_paths=true"
2122
timeout_in_minutes: 60 # TODO(ENG-548): reduce timeout once agent-cold-start is optimised.
2223
retry:
2324
automatic:

.buildkite/release-qa.steps.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ windows: &windows
1313
- "environment=production"
1414
- "permission_set=builder"
1515
- "platform=windows"
16-
- "queue=${WINDOWS_BUILDER_QUEUE:-v4-20-03-27-114536-bk10005-d340403f-d}"
16+
- "queue=${WINDOWS_BUILDER_QUEUE:-v4-20-07-06-124455-bk13081-5d808a4a}"
1717
- "scaler_version=2"
1818
- "minimum_instances=1"
1919
- "agent_count=1"
2020
- "machine_type=quad"
21+
- "experiment_normalised_upload_paths=true"
2122
timeout_in_minutes: 60 # TODO(ENG-548): reduce timeout once agent-cold-start is optimised.
2223
retry:
2324
automatic:

ci/launch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ source ".shared-ci/scripts/pinned-tools.sh"
1212

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

1818
uploadAssembly "${ASSEMBLY_PREFIX}" "${PROJECT_NAME}"

0 commit comments

Comments
 (0)