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
Since #9649, we can now skip the rest of a build job using special exit codes like 183.
However, it still occupies the rate limit as the build job needs to be started anyway as the skip decision is made inside the build script.
Describe the solution you'd like
I'd like to have a fast-path for skipping builds using metadata like GitHub PR's labels (e.g., continue or skip if a specific label exists / continue or skip if a specific label does not exist), before starting the build job, without occupying the rate limit.
The text was updated successfully, but these errors were encountered:
It’s https://github.com/lablup/backend.ai . We have recently adopted https://graphite.dev and an automated backport PR generator, and now see increased rate of PR creation and updates. This makes it to hit the RTD build rate limit constantly, although most of builds are skipped.
What's the problem this feature will solve?
Since #9649, we can now skip the rest of a build job using special exit codes like 183.
However, it still occupies the rate limit as the build job needs to be started anyway as the skip decision is made inside the build script.
Describe the solution you'd like
I'd like to have a fast-path for skipping builds using metadata like GitHub PR's labels (e.g., continue or skip if a specific label exists / continue or skip if a specific label does not exist), before starting the build job, without occupying the rate limit.
The text was updated successfully, but these errors were encountered: