Skip to content

Commit 8e3e11c

Browse files
authored
Docs: Update to reflect new pipeline (#8429)
A new windows self-hosted pipeline was enabled. Update the `CONTRIBUTING.md` and the `Utilities/README.md` to indicate how to trigger the new pipeline, and how to reproduce the self-hosted pipeline at-desk.
1 parent 582a8e7 commit 8e3e11c

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Diff for: CONTRIBUTING.md

+5
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,11 @@ To run just the self-hosted test suite (faster turnaround times so it can be use
350350
@swift-ci please test self hosted
351351
```
352352

353+
To run the windows self-hosted suite, use:
354+
355+
```
356+
@swift-ci please test self hosted windows
357+
```
353358

354359
To run the swift toolchain test suite including SwiftPM use:
355360

Diff for: Utilities/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Here are some steps the worked running on Windows.
1414
cd C:\source
1515
git clone https://github.com/swiftlang/swift-package-manager .
1616
# Assign the PR ID to a variable
17-
$PR_ID = "8210"
18-
git fetch origin pull/$PR_ID/merge:ci_merge_$PR_ID
19-
git checkout ci_merge_$PR_ID
17+
$PR_ID = "8288"
18+
git fetch origin pull/$PR_ID/merge
19+
git checkout FETCH_HEAD
2020
```
2121
5. Run the CI pipeline script
2222
```

0 commit comments

Comments
 (0)