-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add bypass option to skip validation for _inactive jobs (#3592)
This PR makes the following changes: - When marking a job as `_inactive` using the JSON API, job validation will be skipped. An old job may not have the needed connectors, assets, etc to pass validation, but we still want to be able to mark it as inactive. - This will only skip validation when switching active from true or undefined to false. - Bump teraslice from **1.2.0** to **1.2.1** Ref: #3471
- Loading branch information
Showing
3 changed files
with
17 additions
and
4 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
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