-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Store backend_id we get from GitHub event
This means that if even if we timed-out waiting for it to be assigned when requesting the build, it is known when we do metadata fetch. Fixes: 2123ff0 ("Extract build_id from job's display title")
- Loading branch information
1 parent
246c265
commit c570c8c
Showing
3 changed files
with
15 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,5 @@ | |
- use a venv to avoid depending on user installation of required python modules | ||
- don't be terrible | ||
|
||
- authenticated ways for maintainers to interact with scallywag (via 'ssh [email protected] jobs <subcommand>' ?) | ||
-- cancel a job | ||
-- retry a job | ||
-- deploy a successful job that run without deploy token | ||
|
||
- fetcher should check if pending jobs have completed, in case we've missed a job conclusion status notification |
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