[PR #12489] [MERGED] Potentially fix Submit OneFuzz CI Job #29072

Open
opened 2026-01-31 09:32:36 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/12489
Author: @ianjoneill
Created: 2/14/2022
Status: Merged
Merged: 2/15/2022
Merged by: @undefined

Base: mainHead: f-prevent-fuzz-job-failure


📝 Commits (1)

  • 621134b Potentially fix Submit OneFuzz CI Job

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 build/pipelines/fuzz.yml (+1 -1)

📄 Description

Summary of the Pull Request

Modifies the OneFuzz CI Job so that it attempts to read the notification config from a file rather than the command line.

References

Potential oversight in #10431.

PR Checklist

  • CLA signed. If not, go over here and sign the CLA

Detailed Description of the Pull Request / Additional comments

Noticed that the CI job was failing on main, so took a look. According to the docs, files should be referenced using @./ notation.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/12489 **Author:** [@ianjoneill](https://github.com/ianjoneill) **Created:** 2/14/2022 **Status:** ✅ Merged **Merged:** 2/15/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `f-prevent-fuzz-job-failure` --- ### 📝 Commits (1) - [`621134b`](https://github.com/microsoft/terminal/commit/621134b89d98a98b19125dc204cf0df3e513b14d) Potentially fix Submit OneFuzz CI Job ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `build/pipelines/fuzz.yml` (+1 -1) </details> ### 📄 Description ## Summary of the Pull Request Modifies the OneFuzz CI Job so that it attempts to read the notification config from a file rather than the command line. ## References Potential oversight in #10431. ## PR Checklist * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA ## Detailed Description of the Pull Request / Additional comments Noticed that the CI job was failing on main, so took a look. According to the [docs](https://github.com/microsoft/onefuzz/blob/7f7d76fa7fd0e351f8ffd8c7aa5c5729e30f9e8f/docs/notifications.md#implementation), files should be referenced using `@./` notation. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:32:36 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#29072