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

Commit 602caf5

Browse files
Sean Parkerjamiebrynes7
authored andcommitted
Update buildkite artifact path to only use forward slash (#279)
* Replace \\ in artifact path with forward slash * Add CHANGELOG entry * Update buildkite windows builder queue * Add agent flag to use platform normalised paths * Disable health checks for all builds in pipeline * Disable health check in release qa pipeline
1 parent 33c2d72 commit 602caf5

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.buildkite/premerge.steps.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ 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"
22+
- "health_check_enabled=false"
2123
timeout_in_minutes: 60 # TODO(ENG-548): reduce timeout once agent-cold-start is optimised.
2224
retry:
2325
automatic:
@@ -89,7 +91,7 @@ steps:
8991
- improbable/test-summary#d7289cac8297018fd1b452dcf828979307b3ebc6:
9092
inputs:
9193
- label: ":octagonal_sign: Test failures "
92-
artifact_path: "logs\\nunit\\*.xml"
94+
artifact_path: "logs/nunit/*.xml"
9395
type: nunit
9496
formatter:
9597
type: details

.buildkite/release-qa.steps.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ 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"
22+
- "health_check_enabled=false"
2123
timeout_in_minutes: 60 # TODO(ENG-548): reduce timeout once agent-cold-start is optimised.
2224
retry:
2325
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)