-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Builds: restart build commands before a new build #7999
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
1dce09b
1552523
0eb0549
c612712
5e06cf7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -382,6 +382,7 @@ def setUp(self): | |
} | ||
self.response_data = { | ||
'build-concurrent': {'status_code': 403}, | ||
'build-reset': {'status_code': 403}, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not sure if this is useful anymore. Might be owrth removing this automation if we feel we have good test coverage over this stuff. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not sure if they are that useful, but it doesn't hurt having more tests p: |
||
'project-sync-versions': {'status_code': 403}, | ||
'project-token': {'status_code': 403}, | ||
'emailhook-list': {'status_code': 403}, | ||
|
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if this should be a method on the model instead of the API? We can probably keep it here for now, but I could see other cases where it might be useful to have this functionality.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll move it to the model 👍