generated from RedHatQE/python-template-repository
-
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.
Update z-stream to trigger jobs for rosa versions (#185)
* support for trigger rosa-jobs * update and rebase * fix pre-commit * update docs and rosa versions code * update zstream tests * fix typo and add comments for rosa-version * skip if version not found * add typing and default value
- Loading branch information
1 parent
68c3af0
commit 44cd41a
Showing
10 changed files
with
514 additions
and
81 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
2 changes: 1 addition & 1 deletion
2
...sts/zstream_trigger/manifests/versions.py → ...zstream_trigger/manifests/ocp_versions.py
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
VERSIONS = { | ||
OCP_VERSIONS = { | ||
"ec": {"4.16": ["4.16.0-ec.2", "4.16.0-ec.1", "4.16.0-ec.0"]}, | ||
"rc": { | ||
"4.15": [ | ||
|
Oops, something went wrong.