fix: harden scheduled log write in app-test workflow to avoid non-fast-forward push failures - #190
Merged
Merged
Conversation
Agent-Logs-Url: https://github.com/adobe/aio-e2e-tests/sessions/24a38d43-9556-4d93-b794-a1ff520283fe Co-authored-by: shazron <36107+shazron@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix GitHub Actions job failure in Log to File step
Harden scheduled log write in Apr 20, 2026
app-test workflow to avoid non-fast-forward push failures
shazron
approved these changes
Apr 20, 2026
shazron
marked this pull request as ready for review
April 20, 2026 03:59
app-test workflow to avoid non-fast-forward push failuresapp-test workflow to avoid non-fast-forward push failures
pru55e11
approved these changes
Apr 20, 2026
arjuncooliitr
approved these changes
Apr 20, 2026
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.
Scheduled
app-testruns were passing tests but intermittently failing inLog to Filewhen pushinglogs/run.mdtomasterdue to concurrent updates and stale local state. This change makes the log write path rebase-safe and serializes overlapping workflow runs. See https://github.com/adobe/aio-e2e-tests/actionsWorkflow-level run serialization
cancel-in-progress: false.Rebase-safe log commit/push flow
Log to Fileto sync withorigin/masterbefore committing.originmaster(HEAD:master) instead of relying on implicit defaults.Updated
Log to Filecore sequenceOriginal prompt
This pull request was created from Copilot chat.