[CI test] Verify cleanup-ci-w22712082 workflows trigger correctly#23
Closed
brandonpage wants to merge 2 commits into
Closed
[CI test] Verify cleanup-ci-w22712082 workflows trigger correctly#23brandonpage wants to merge 2 commits into
brandonpage wants to merge 2 commits into
Conversation
Owner
Author
|
Reopening to retrigger CI now that base branch has cleanup-ci-w22712082 in branches: filter. |
|
||||||||||||||
|
||||||||||||||||||
|
||||||||||||||
…ommon for W-22712082 CI verification. Temporary changes for verifying the new pr.yaml on the cleanup-ci-w22712082 branch. Will not be merged upstream.
fa5cf9f to
de5302d
Compare
dcbd41c to
f542ccd
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.
Purpose
Test PR to exercise the new
cleanup-ci-w22712082workflow files before opening the upstream PR (W-22712082).This PR is internal to the fork — it triggers
pull_request_targetoncleanup-ci-w22712082so the new workflows execute against a real source change.What's in the diff
.github/workflows/pr.yaml: temporarily extendbranches:filter to includecleanup-ci-w22712082so this test PR triggers CI. Reverted before upstream PR..github/DangerFiles/TestOrchestrator.rb: relax the dev-base requirement for this test branch only. Reverted before upstream PR.libs/SalesforceSDKCommon/SalesforceSDKCommon/Classes/Logger/SalesforceLogReceiver.swift: trivial comment to drive the orchestrator to select SalesforceSDKCommon for testing. Reverted before upstream PR.Acceptance
CI must succeed on this PR (or fail only for environmental/secret reasons unrelated to the workflow changes). Once green, the upstream PR for the underlying
cleanup-ci-w22712082branch can be opened against forcedotcom:dev.DO NOT MERGE — for CI verification only.