ohos CI: pass through results of optional jobs to try-label result#41601
ohos CI: pass through results of optional jobs to try-label result#41601
Conversation
1a97afb to
75adcd1
Compare
|
🔨 Triggering try run (#20617839157) for OpenHarmony |
|
🔨 Triggering try run (#20618942171) for OpenHarmony |
|
✨ Try run (#20618942171) succeeded. |
|
🔨 Triggering try run (#20619521715) for OpenHarmony |
|
✨ Try run (#20619521715) succeeded. |
|
🔨 Triggering try run (#20621200555) for OpenHarmony |
|
🔨 Triggering try run (#20621781884) for OpenHarmony |
|
🔨 Triggering try run (#20622198169) for OpenHarmony |
|
🔨 Triggering try run (#20622755194) for OpenHarmony |
|
✨ Try run (#20622755194) succeeded. |
|
🔨 Triggering try run (#20623401760) for OpenHarmony |
|
✨ Try run (#20623401760) succeeded. |
|
🔨 Triggering try run (#20623880766) for OpenHarmony |
cbae1be to
fd12fb9
Compare
|
🔨 Triggering try run (#20639098868) for OpenHarmony |
|
|
a9e8ad9 to
cc2f7e7
Compare
|
🔨 Triggering try run (#20640560617) for OpenHarmony |
|
|
cc2f7e7 to
b3c7e89
Compare
|
🔨 Triggering try run (#20642179850) for OpenHarmony |
Signed-off-by: Jonathan Schwender <[email protected]>
Signed-off-by: Jonathan Schwender <[email protected]>
b3c7e89 to
8f10ae7
Compare
|
🔨 Triggering try run (#20642265865) for OpenHarmony |
|
|
|
🔨 Triggering try run (#20642558524) for OpenHarmony |
|
|
|
✨ Try run (#20642558524) succeeded. |
sagudev
left a comment
There was a problem hiding this comment.
Interesting way of testing this, but do not forget to revert testing commit.
c0accef to
6e4b936
Compare
This allows the try result comment to notify the user if jobs, which don't block the MQ failed when running try-label jobs.
Testing: Tested by adding two
DROP MEcommits, which change the trigger from pull_request_target topush, which allows us to test the workflow, while retaining access to self-hosted runners and PR comment permissions. These commits will be removed before merging, and should be ignored during review.See #41601 (comment) for a comment created with an optional job failing (by patching the job to fail).
Fixes: #40589