[CIONLY][DNM] west: test for PR 96634 in zephyr#10266
Closed
tmleman wants to merge 1 commit intothesofproject:mainfrom
Closed
[CIONLY][DNM] west: test for PR 96634 in zephyr#10266tmleman wants to merge 1 commit intothesofproject:mainfrom
tmleman wants to merge 1 commit intothesofproject:mainfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the Zephyr repository revision to test a specific pull request (PR 96634) in the Zephyr project. This is a testing-only change as indicated by the "[CIONLY][DNM]" prefix in the title.
- Updates Zephyr revision from a commit SHA to a pull request reference
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| - name: zephyr | ||
| repo-path: zephyr | ||
| revision: 5bef4a9d6264761c10d739b345eb2f7ded719099 | ||
| revision: pull/96634/head |
There was a problem hiding this comment.
Using pull request references like 'pull/96634/head' in west.yml can lead to instability as the PR branch may be force-pushed or deleted. Consider using a specific commit SHA from the PR branch for more reliable testing.
Suggested change
| revision: pull/96634/head | |
| revision: <commit-sha> |
I am only testing the PR in Zephyr. Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
c211b89 to
a12d0c1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I am only testing the PR in Zephyr.