-
Notifications
You must be signed in to change notification settings - Fork 171
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
Convert basic tests (cosa kola --basic-qemu-scenarios) to a denylist-able one #3418
Labels
jira
for syncing to jira
Comments
The fix for this I think is to actually make those tests proper kola tests. This will give us denylisting and other things for free, while thinning out So e.g. on x86_64, we'd have
|
prestist
added a commit
to prestist/coreos-assembler
that referenced
this issue
Nov 7, 2023
`cmd-kola` has non-conformed basic kola tests. These tests do not benefit from the supporting functionality around kola test's such as denylisting or other functionality. reduce `cmd-kola` and conform the basic kola tests. fixes coreos#3418 co-authored-by: AdamOBrien <[email protected]>
prestist
added a commit
to prestist/coreos-assembler
that referenced
this issue
Nov 8, 2023
`cmd-kola` has non-conformed basic kola tests. These tests do not benefit from the supporting functionality around kola test's such as denylisting or other functionality. reduce `cmd-kola` and conform the basic kola tests. fixes coreos#3418 co-authored-by: AdamOBrien <[email protected]>
prestist
added a commit
to prestist/coreos-assembler
that referenced
this issue
Nov 9, 2023
`cmd-kola` has non-conformed basic kola tests. These tests do not benefit from the supporting functionality around kola test's such as denylisting or other functionality. reduce `cmd-kola` and conform the basic kola tests. fixes coreos#3418 co-authored-by: AdamOBrien <[email protected]>
prestist
added a commit
to prestist/coreos-assembler
that referenced
this issue
Nov 14, 2023
`cmd-kola` has non-conformed basic kola tests. These tests do not benefit from the supporting functionality around kola test's such as denylisting or other functionality. reduce `cmd-kola` and conform the basic kola tests. fixes coreos#3418 co-authored-by: AdamOBrien <[email protected]>
prestist
added a commit
to prestist/coreos-assembler
that referenced
this issue
Dec 5, 2023
`cmd-kola` has non-conformed basic kola tests. These tests do not benefit from the supporting functionality around kola test's such as denylisting or other functionality. reduce `cmd-kola` and conform the basic kola tests. fixes coreos#3418 co-authored-by: AdamOBrien <[email protected]>
prestist
added a commit
to prestist/coreos-assembler
that referenced
this issue
Feb 8, 2024
`cmd-kola` has non-conformed basic kola tests. These tests do not benefit from the supporting functionality around kola test's such as denylisting or other functionality. reduce `cmd-kola` and conform the basic kola tests. fixes coreos#3418 co-authored-by: AdamOBrien <[email protected]>
prestist
added a commit
to prestist/coreos-assembler
that referenced
this issue
Feb 27, 2024
`cmd-kola` has non-conformed basic kola tests. These tests do not benefit from the supporting functionality around kola test's such as denylisting or other functionality. reduce `cmd-kola` and conform the basic kola tests. fixes coreos#3418 co-authored-by: AdamOBrien <[email protected]>
prestist
added a commit
to prestist/coreos-assembler
that referenced
this issue
Feb 27, 2024
`cmd-kola` has non-conformed basic kola tests. These tests do not benefit from the supporting functionality around kola test's such as denylisting or other functionality. reduce `cmd-kola` and conform the basic kola tests. fixes coreos#3418 co-authored-by: AdamOBrien <[email protected]>
prestist
added a commit
to prestist/coreos-assembler
that referenced
this issue
Mar 12, 2024
`cmd-kola` has non-conformed basic kola tests. These tests do not benefit from the supporting functionality around kola test's such as denylisting or other functionality. reduce `cmd-kola` and conform the basic kola tests. fixes coreos#3418 co-authored-by: AdamOBrien <[email protected]>
jlebon
pushed a commit
to prestist/coreos-assembler
that referenced
this issue
Apr 14, 2024
`cmd-kola` has non-conformed basic kola tests. These tests do not benefit from the supporting functionality around kola test's such as denylisting or other functionality. reduce `cmd-kola` and conform the basic kola tests. fixes coreos#3418 co-authored-by: AdamOBrien <[email protected]>
jlebon
pushed a commit
that referenced
this issue
Apr 16, 2024
`cmd-kola` has non-conformed basic kola tests. These tests do not benefit from the supporting functionality around kola test's such as denylisting or other functionality. reduce `cmd-kola` and conform the basic kola tests. fixes #3418 co-authored-by: AdamOBrien <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Request
Enable deny-listing of tests in
cosa kola --basic-qemu-scenarios
to be able to use the kola deny list to skip secure boot tests on some arches/variants for example.Similar in spirit to the work done in #3298
See: openshift/os#1237 & openshift/os#1238
The text was updated successfully, but these errors were encountered: