[Webkit-unassigned] [Bug 250623] New: [EWS] clean-up-git-repo step tries to delete invalid branches

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 14 09:13:37 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=250623

            Bug ID: 250623
           Summary: [EWS] clean-up-git-repo step tries to delete invalid
                    branches
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
                CC: aakash_jain at apple.com, jbedard at apple.com

[EWS] clean-up-git-repo step tries to delete invalid branches:

```
/bin/sh -c 'git branch | grep -v '"'"' main$'"'"' | xargs git branch -D || true'
 in dir /Volumes/Data/worker/iOS-16-Build-EWS/build (timeout 300 secs)
 watching logfiles {}
 argv: [b'/bin/sh', b'-c', b"git branch | grep -v ' main$' | xargs git branch -D || true"]
 using PTY: False
error: branch '*' not found.
error: branch '(HEAD' not found.
error: branch 'detached' not found.
error: branch 'at' not found.
error: branch 'origin/main)' not found.
Deleted branch fix171805-svg-textLength (was 78a3a1afebe9).
program finished with exit code 0
elapsedTime=0.099196
```

Example:  <https://ews-build.webkit.org/#/builders/77/builds/12461>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230114/8ad5608c/attachment.htm>


More information about the webkit-unassigned mailing list