From: Michael Hofmann mhofmann@redhat.com
Disable tests for ELN realtime pipelines
There is no real realtime variant on ELN atm as the realtime code is not yet merged upstream.
Part of https://gitlab.com/redhat/centos-stream/tests/kernel/kpet-db/-/issues/134
Signed-off-by: Michael Hofmann mhofmann@redhat.com
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -208,12 +208,12 @@ eln_debug_baseline: extends: [.baseline, .trigger_eln, .reported_tests, .ark_latest_head] variables: *eln-up-debug
-eln_realtime_baseline: - extends: [.baseline, .trigger_eln, .reported_tests, .ark_latest_head] +eln_realtime_baseline: # no tests as realtime code not present upstream + extends: [.baseline, .trigger_eln, .no_tests, .ark_latest_head] variables: *eln-rt
-eln_realtime_debug_baseline: - extends: [.baseline, .trigger_eln, .reported_tests, .ark_latest_head] +eln_realtime_debug_baseline: # no tests as realtime code not present upstream + extends: [.baseline, .trigger_eln, .no_tests, .ark_latest_head] variables: *eln-rt-debug
eln_64k_baseline:
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2657
kernel@lists.fedoraproject.org