You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a known issue related to the automatic distribution of files to several repos: the push from pkg-skeleton to other repos triggers GHA workflows on those repos, including drat workflow. The drat workflow tries to push updates to pkg-repo. But when updates from many packages are pushed at the same time, some workflows fail. See details here:
A manual restart of the failed drat workflow usually fixes the failure. But I think, we should find a way to disable triggering the drat workflow if the updates come from pkg-skeleton as these are usually setup files that update the infrastructure but do not change the functionality in the package.
The text was updated successfully, but these errors were encountered:
GegznaV
changed the title
Automatic file updates make occasional **drat** workflow failures
Automatic file updates make occasional drat workflow failures
Nov 30, 2021
I thought that GitHub actor, who commits to other repos is GitHub bot but it seems to be @cbeleites. The reason, I think, is the fact that DEPLOY_TOKEN that is used to push commits was generated by Claudia.
There is a known issue related to the automatic distribution of files to several repos: the push from
pkg-skeleton
to other repos triggers GHA workflows on those repos, includingdrat
workflow. Thedrat
workflow tries to push updates topkg-repo
. But when updates from many packages are pushed at the same time, some workflows fail. See details here:A manual restart of the failed
drat
workflow usually fixes the failure. But I think, we should find a way to disable triggering thedrat
workflow if the updates come frompkg-skeleton
as these are usually setup files that update the infrastructure but do not change the functionality in the package.Might help:
The text was updated successfully, but these errors were encountered: