Skip to content

Commit

Permalink
fixup! Update skipped tests list
Browse files Browse the repository at this point in the history
  • Loading branch information
cfergeau committed Jun 1, 2021
1 parent b747ef1 commit 075d7d7
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,32 @@ set -exuo pipefail
sudo yum install -y podman make golang rsync

cat > /tmp/ignoretests.txt << EOF
^"\[sig-arch\] Managed cluster should ensure control plane pods do not run in best-effort QoS \[Suite:openshift/conformance/parallel\]"
^"\[Serial\] \[sig-auth\]\[Feature:OAuthServer\] \[RequestHeaders\] \[IdP\] test RequestHeaders IdP \[Suite:openshift/conformance/serial\]"
^"\[sig-arch\] Managed cluster should ensure control plane pods do not run in best-effort QoS \[Suite:openshift/conformance/parallel\]"
^"\[sig-arch\] Managed cluster should set requests but not limits \[Suite:openshift/conformance/parallel\]
^"\[sig-auth\]\[Feature:SCC\]\[Early\] should not have pod creation failures during install \[Suite:openshift/conformance/parallel\]"
^"\[sig-auth\]\[Feature:OpenShiftAuthorization\]\[Serial\] authorization TestAuthorizationResourceAccessReview should succeed \[Suite:openshift/conformance/serial\]"
^"\[sig-auth\]\[Feature:ProjectAPI\]\[Serial\] TestUnprivilegedNewProjectDenied \[Suite:openshift/conformance/serial\]
^"\[sig-autoscaling\] \[Feature:HPA\] Horizontal pod autoscaling (scale resource: CPU) ReplicationController light Should scale from 1 pod to 2 pods \[.*"
^"\[sig-cli\] oc adm must-gather runs successfully for audit logs \[Suite:openshift/conformance/parallel\]"
^"\[sig-cli\] oc adm must-gather runs successfully \[Suite:openshift/conformance/parallel\]"
^"\[sig-cli\] oc observe works as expected \[Suite:openshift/conformance/parallel\]"
^"\[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-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 \[.*"
^"\[sig-arch\] \[Conformance\] FIPS TestFIPS \[Suite:openshift/conformance/parallel/minimal\]"
^"\[sig-builds\]\[Feature:Builds\] Multi-stage image builds should succeed \[.*"
^"\[sig-builds\]\[Feature:Builds\] imagechangetriggers imagechangetriggers should trigger builds of all types \[.*
^"\[sig-imageregistry\]\[Feature:ImageTriggers\]
^"\[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-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\]
^"\[sig-imageregistry\]\[Feature:ImageTriggers\]
^"\[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\]
EOF


Expand Down

0 comments on commit 075d7d7

Please sign in to comment.