diff --git a/machine/v1/0000_10_controlplanemachineset.crd.yaml b/machine/v1/0000_10_controlplanemachineset.crd.yaml index bdaa4924214..cba80bceee4 100644 --- a/machine/v1/0000_10_controlplanemachineset.crd.yaml +++ b/machine/v1/0000_10_controlplanemachineset.crd.yaml @@ -2,6 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: + capability.openshift.io/name: MachineAPI api-approved.openshift.io: https://github.com/openshift/api/pull/1112 exclude.release.openshift.io/internal-openshift-hosted: "true" include.release.openshift.io/self-managed-high-availability: "true" diff --git a/machine/v1beta1/0000_10_machine.crd.yaml b/machine/v1beta1/0000_10_machine.crd.yaml index d11c3c72b7e..6de9c06b2d0 100644 --- a/machine/v1beta1/0000_10_machine.crd.yaml +++ b/machine/v1beta1/0000_10_machine.crd.yaml @@ -2,6 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: + capability.openshift.io/name: MachineAPI api-approved.openshift.io: https://github.com/openshift/api/pull/948 exclude.release.openshift.io/internal-openshift-hosted: "true" include.release.openshift.io/self-managed-high-availability: "true" diff --git a/machine/v1beta1/0000_10_machinehealthcheck.yaml b/machine/v1beta1/0000_10_machinehealthcheck.yaml index f15c6f04424..614b7a72443 100644 --- a/machine/v1beta1/0000_10_machinehealthcheck.yaml +++ b/machine/v1beta1/0000_10_machinehealthcheck.yaml @@ -2,6 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: + capability.openshift.io/name: MachineAPI exclude.release.openshift.io/internal-openshift-hosted: "true" include.release.openshift.io/self-managed-high-availability: "true" include.release.openshift.io/single-node-developer: "true" diff --git a/machine/v1beta1/0000_10_machineset.crd.yaml b/machine/v1beta1/0000_10_machineset.crd.yaml index c4bcfef245d..2145f033fe6 100644 --- a/machine/v1beta1/0000_10_machineset.crd.yaml +++ b/machine/v1beta1/0000_10_machineset.crd.yaml @@ -2,6 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: + capability.openshift.io/name: MachineAPI api-approved.openshift.io: https://github.com/openshift/api/pull/1032 exclude.release.openshift.io/internal-openshift-hosted: "true" include.release.openshift.io/self-managed-high-availability: "true" diff --git a/tests/hack/test.sh b/tests/hack/test.sh index 221f3da8d0f..4222463e116 100755 --- a/tests/hack/test.sh +++ b/tests/hack/test.sh @@ -8,7 +8,7 @@ REPO_ROOT=$(dirname "${BASH_SOURCE}")/.. OPENSHIFT_CI=${OPENSHIFT_CI:-""} ARTIFACT_DIR=${ARTIFACT_DIR:-""} GINKGO=${GINKGO:-"go run ${REPO_ROOT}/vendor/github.com/onsi/ginkgo/v2/ginkgo"} -GINKGO_ARGS=${GINKGO_ARGS:-"-r -v --randomize-all --randomize-suites --keep-going --timeout=10m"} +GINKGO_ARGS=${GINKGO_ARGS:-"-r -v --randomize-all --randomize-suites --keep-going --timeout=15m"} GINKGO_EXTRA_ARGS=${GINKGO_EXTRA_ARGS:-""} # Ensure that some home var is set and that it's not the root.