Skip to content

Commit 68445ee

Browse files
jakobbotschCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent ea3f0ed commit 68445ee

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/skills/fuzzlyn-triage/SKILL.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ For example, if the seed is 123456789, create a directory named "123456789" and
3030
3. Look for the .mc files corresponding to the examples you have created.
3131
Move the relevant .mc files under the appropriate example folders.
3232

33-
4. Download the Helix payload for the windows-x64 job and Partition0 work item.
34-
If running on a different host than windows-x64, then use that host, but default to windows-x64 if not sure.
35-
To download the payload obtain the Job ID from the "Send job to Helix" step in the CI run.
33+
4. Download the Helix payload for the host you are using to run these triage steps, from the Partition0 work item.
34+
In most cases this will be the windows-x64 job; if you are running the triage steps on a different host, use that host's payload instead.
35+
To download the payload, obtain the Job ID from the "Send job to Helix" step in the CI run.
3636
Download the payload for Partition0 with `runfo get-helix-payload -j <helix job ID> -w Partition0 -o <output directory>`.
37-
This should result in corerun.exe, superpmi.exe and mcs.exe files that you should use for the next steps.
38-
We ALWAYS download the payload for the host/windows-x64, regardless of what platform the examples reproduced on.
37+
This should result in the host-appropriate corerun, superpmi, and mcs tools that you should use for the next steps.
38+
Choose the payload based on the machine running triage, not on the platform where the examples reproduced.
3939

4040
Now, for each example, do the following. Do NOT parallelize. Finish ALL steps for each example before you start on the next example.
4141

0 commit comments

Comments
 (0)