Skip to content

Commit

Permalink
Denylist: enable iscsi test but skip prow
Browse files Browse the repository at this point in the history
The multi-arch tests are skipped in kola code and
the x86 test have been working for some time now

However, the iscsi test fails in prow unexpectedly
so skip it here so it can run in the RHCOS jenkins
pipeline at least.
See openshift#1492
See coreos/coreos-assembler#3705
  • Loading branch information
jbtrystram committed Apr 22, 2024
1 parent d92b662 commit d40cef5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/prow-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ kola_test_metal() {
cosa compress --artifact=metal --artifact=metal4k

# Run all testiso scenarios on metal artifact
kola testiso -S --output-dir ${ARTIFACT_DIR:-/tmp}/kola-testiso
kola testiso -S --output-dir ${ARTIFACT_DIR:-/tmp}/kola-testiso --denylist-test iso-offline-install-iscsi*
}

# Ensure that we can create all platform images for COSA CI
Expand Down
2 changes: 1 addition & 1 deletion fedora-coreos-config
Submodule fedora-coreos-config updated 34 files
+1 −1 .github/workflows/add-override.yml
+1 −1 .github/workflows/openshift-os.yml
+1 −1 .github/workflows/remove-graduated-overrides.yml
+50 −4 ci/find-whitespace
+0 −9 image-base.yaml
+5 −7 kola-denylist.yaml
+104 −98 manifest-lock.aarch64.json
+0 −23 manifest-lock.overrides.aarch64.yaml
+0 −29 manifest-lock.overrides.ppc64le.yaml
+0 −23 manifest-lock.overrides.s390x.yaml
+0 −23 manifest-lock.overrides.x86_64.yaml
+104 −98 manifest-lock.ppc64le.json
+98 −92 manifest-lock.s390x.json
+105 −93 manifest-lock.x86_64.json
+3 −0 manifests/exclude-dnf.yaml
+1 −4 manifests/fedora-coreos-base.yaml
+10 −4 manifests/fedora-coreos.yaml
+13 −0 manifests/include-dnf.yaml
+8 −0 manifests/kdump.yaml
+0 −10 manifests/ostree-bls.yaml
+3 −0 manifests/system-configuration.yaml
+1 −2 overlay.d/05core/usr/lib/dracut/modules.d/35coreos-ignition/coreos-diskful-generator
+1 −1 overlay.d/05core/usr/lib/dracut/modules.d/40ignition-conf/README.md
+1 −1 overlay.d/05core/usr/lib/dracut/modules.d/40ignition-ostree/ignition-ostree-growfs.service
+1 −1 overlay.d/05core/usr/lib/systemd/system-generators/coreos-sulogin-force-generator
+10 −1 tests/kola/boot/bootupd
+20 −7 tests/kola/containers/quadlet/test.sh
+0 −17 tests/kola/files/etc-passwd-group-permissions
+44 −0 tests/kola/files/etc-permissions
+4 −0 tests/kola/ignition/delete-config/test.sh
+1 −1 tests/kola/kubernetes/systemd-env-read/config.bu
+3 −2 tests/kola/var-mount/scsi-id/config.bu
+1 −1 tests/kola/var-mount/scsi-id/test.sh
+303 −0 tests/manual/coreos-builds-bisect.py
6 changes: 4 additions & 2 deletions kola-denylist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,7 @@
osversion:
- c9s

- pattern: iso-offline-install-iscsi.bios
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1638
# This test is failing only in prow, so it's skipped by prow
# but not denylisted here so it can run on the rhcos pipeline
#- pattern: iso-offline-install-iscsi.ibft.bios
# tracker: https://github.com/openshift/os/issues/1492

0 comments on commit d40cef5

Please sign in to comment.