-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove dirty status waiting during montoring
There isn't a ton of reason to do this here: - Uploads now already wait for the dirty status to disappear as part of filtering out disabled architectures. - If the dirty status flips during a build, there's no reason to wait on it again: the build is already running! - The presumed reason for the existence of these checks in our original ci-package-builder was to help eliminate the race between sources being uploaded and new builds appearing, which we already handle in a completely different way. Signed-off-by: Ryan Gonzalez <[email protected]>
- Loading branch information
1 parent
42ae801
commit 51684d8
Showing
2 changed files
with
2 additions
and
23 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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