-
Notifications
You must be signed in to change notification settings - Fork 55
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
Add support for excluding some tests per-stream #1002
Labels
jira
For syncing to JIRA
Comments
marmijo
added a commit
to marmijo/coreos-ci-lib
that referenced
this issue
Jun 21, 2024
Introduce a kola parameter to allow skipping a list of kola tags. This is particularly useful when adding new streams to the pipeline. xref: https://github.com/coreos/fedora-coreos-pipeline/pulls/#### Reference: coreos/fedora-coreos-pipeline#1002
marmijo
added a commit
to marmijo/fedora-coreos-pipeline
that referenced
this issue
Jun 21, 2024
Kola can now support skipping kola tags per stream[1]. Add support for that here by modifying each Jenkins job to pass the list of kola tags to skip to the kola function. [1]: https://github.com/coreos/coreos-ci-lib/pulls/159 See: coreos#1002
marmijo
added a commit
to marmijo/fedora-coreos-pipeline
that referenced
this issue
Jun 21, 2024
Kola can now support skipping kola tags per stream[1]. Add support for that here by modifying each Jenkins job to pass the list of kola tags to skip to the kola function. [1]: coreos/coreos-ci-lib#159 See: coreos#1002
marmijo
added a commit
to marmijo/fedora-coreos-pipeline
that referenced
this issue
Jun 21, 2024
Kola can now support skipping kola tags per stream[1]. Add support for that here by modifying each Jenkins job to pass the list of kola tags to skip to the kola function. [1]: coreos/coreos-ci-lib#159 See: coreos#1002
marmijo
added a commit
to marmijo/coreos-ci-lib
that referenced
this issue
Jun 21, 2024
Introduce a kola parameter to allow skipping a list of kola tags. This is particularly useful when adding new streams to the pipeline. xref: coreos/fedora-coreos-pipeline#1008 Reference: coreos/fedora-coreos-pipeline#1002
I opened a few PRs to solve this issue:
|
marmijo
added a commit
to marmijo/coreos-ci-lib
that referenced
this issue
Jun 21, 2024
Introduce a kola parameter to allow skipping a list of kola tags. This is particularly useful when adding new streams to the pipeline. xref: coreos/fedora-coreos-pipeline#1008 Reference: coreos/fedora-coreos-pipeline#1002
marmijo
added a commit
to marmijo/fedora-coreos-pipeline
that referenced
this issue
Jun 21, 2024
Kola can now support skipping kola tags per stream[1]. Add support for that here by modifying each Jenkins job to pass the list of kola tags to skip to the kola function. [1]: coreos/coreos-ci-lib#159 See: coreos#1002
marmijo
added a commit
to marmijo/fedora-coreos-pipeline
that referenced
this issue
Jun 21, 2024
Kola can now support skipping kola tags per stream[1]. Add support for that here by modifying each Jenkins job to pass the list of kola tags to skip to the kola function. [1]: coreos/coreos-ci-lib#159 See: coreos#1002
marmijo
added a commit
to marmijo/coreos-ci-lib
that referenced
this issue
Jun 21, 2024
Introduce a kola parameter to allow skipping a list of kola tags. This is particularly useful when adding new streams to the pipeline. xref: coreos/fedora-coreos-pipeline#1008 Reference: coreos/fedora-coreos-pipeline#1002
jlebon
pushed a commit
to coreos/coreos-ci-lib
that referenced
this issue
Jun 21, 2024
Introduce a kola parameter to allow skipping a list of kola tags. This is particularly useful when adding new streams to the pipeline. xref: coreos/fedora-coreos-pipeline#1008 Reference: coreos/fedora-coreos-pipeline#1002
jlebon
pushed a commit
that referenced
this issue
Jun 21, 2024
Kola can now support skipping kola tags per stream[1]. Add support for that here by modifying each Jenkins job to pass the list of kola tags to skip to the kola function. [1]: coreos/coreos-ci-lib#159 See: #1002
Closing as completed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the new
rhel-9.4
andc9s
streams added in openshift/os#1445, we need to be able to run kola tests but skipping those that are specific to OpenShift. Those ones have already been tagged withopenshift
(example). So basically, we need a stream-level knob that in practice boils down to--tag !openshift
when we run kola.E.g. something like:
?
(So at least it's generic over the tag name.)
The text was updated successfully, but these errors were encountered: