Skip to content

Commit

Permalink
Update skipped tests list
Browse files Browse the repository at this point in the history
  • Loading branch information
cfergeau committed May 20, 2021
1 parent 10abde0 commit 971d6eb
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,31 @@ cat > /tmp/ignoretests.txt << EOF
^"\[sig-cli\] oc adm must-gather runs successfully \[Suite:openshift/conformance/parallel\]"
^"\[sig-cli\] oc observe works as expected \[Suite:openshift/conformance/parallel\]"
^"\[sig-cluster-lifecycle\]\[Feature:Machines\]\[Serial\] Managed cluster should grow and decrease when scaling different machineSets simultaneously \[Suite:openshift/conformance/serial\]"
^"\[sig-imageregistry\]\[Feature:Image\] oc tag should change image reference for internal images \[Suite:openshift/conformance/parallel\]"
^"\[sig-imageregistry\]\[Feature:Image\] oc tag should change image reference for internal images \[.*"
^"\[sig-arch\] \[Conformance\] FIPS TestFIPS \[Suite:openshift/conformance/parallel/minimal\]"
^"\[sig-builds\]\[Feature:Builds\] Multi-stage image builds should succeed \[Suite:openshift/conformance/parallel\]"
^"\[sig-builds\]\[Feature:Builds\] Multi-stage image builds should succeed \[.*"
^"\[sig-apps\] Daemon set \[Serial\] should rollback without unnecessary restarts \[Conformance\] \[Suite:openshift/conformance/serial/minimal\] \[Suite:k8s\]"
^"\[sig-instrumentation\]
^"\[sig-network\]
^"\[sig-node\]
^"\[sig-scheduling\]
^"\[sig-storage\]
^"\[Serial\]\[sig-node\]\[Feature:TopologyManager\] Configured cluster with gu workload saturating NUMA nodes should allow a pod requesting as many cores as a full NUMA node have \[Suite:openshift/conformance/serial\]
^"\[Serial\]\[sig-node\]\[Feature:TopologyManager\] Configured cluster with gu workload saturating NUMA nodes should reject pod requesting more cores than a single NUMA node have \[Suite:openshift/conformance/serial\]
^"\[Serial\]\[sig-node\]\[Feature:TopologyManager\] Configured cluster with gu workload should guarantee NUMA-aligned cpu cores in gu pods with multiple pods, each with a single container requesting 1 core, 1 device \[Suite:openshift/conformance/serial\]
^"\[Serial\]\[sig-node\]\[Feature:TopologyManager\] Configured cluster with gu workload should guarantee NUMA-aligned cpu cores in gu pods with multiple pods, each with multiple containers requesting 1 core, 1 device \[Suite:openshift/conformance/serial\]
^"\[Serial\]\[sig-node\]\[Feature:TopologyManager\] Configured cluster with gu workload should guarantee NUMA-aligned cpu cores in gu pods with single pod, multiple containers requesting 1 core, 1 device each \[Suite:openshift/conformance/serial\]
^"\[Serial\]\[sig-node\]\[Feature:TopologyManager\] Configured cluster with gu workload should guarantee NUMA-aligned cpu cores in gu pods with single pod, single container requesting 4 cores, 1 device \[Suite:openshift/conformance/serial\]
^"\[sig-arch\] Managed cluster should set requests but not limits \[Suite:openshift/conformance/parallel\]
^"\[sig-etcd\] etcd leader changes are not excessive \[Late\] \[Suite:openshift/conformance/parallel\]
^"\[sig-imageregistry\]\[Serial\]\[Suite:openshift/registry/serial\] Image signature workflow can push a signed image to openshift registry and verify it \[Suite:openshift/conformance/serial\]
^"\[sig-auth\]\[Feature:ProjectAPI\]\[Serial\] TestUnprivilegedNewProjectDenied \[Suite:openshift/conformance/serial\]
^"\[sig-cli\] Kubectl client Kubectl cluster-info should check if Kubernetes control plane services is included in cluster-info \[Conformance\] \[Suite:openshift/conformance/parallel/minimal\] \[Suite:k8s\]
^"\[sig-imageregistry\]\[Feature:ImageTriggers\]\[Serial\] ImageStream API TestImageStreamMappingCreate \[Suite:openshift/conformance/serial\]
^"\[sig-imageregistry\]\[Feature:ImageTriggers\]\[Serial\] ImageStream API TestImageStreamTagLifecycleHook \[Suite:openshift/conformance/serial\]
^"\[sig-imageregistry\]\[Feature:ImageTriggers\]\[Serial\] ImageStream API TestImageStreamWithoutDockerImageConfig \[Suite:openshift/conformance/serial\]
^"\[sig-imageregistry\]\[Feature:ImageTriggers\]\[Serial\] ImageStream admission TestImageStreamAdmitStatusUpdate \[Suite:openshift/conformance/serial\]
^"\[sig-imageregistry\]\[Feature:ImageTriggers\]\[Serial\] ImageStream admission TestImageStreamTagsAdmission \[Suite:openshift/conformance/serial\]
EOF


Expand Down

0 comments on commit 971d6eb

Please sign in to comment.