diff --git a/ci-operator/config/openshift/cluster-logging-operator/openshift-cluster-logging-operator-master.yaml b/ci-operator/config/openshift/cluster-logging-operator/openshift-cluster-logging-operator-master.yaml index 39c706e656b3d..619fb1f6ac294 100644 --- a/ci-operator/config/openshift/cluster-logging-operator/openshift-cluster-logging-operator-master.yaml +++ b/ci-operator/config/openshift/cluster-logging-operator/openshift-cluster-logging-operator-master.yaml @@ -80,6 +80,9 @@ tests: - as: test cli: latest commands: FAKE_HOME_DIR=/tmp/home LOG_DIR=/tmp/artifacts/logging-logs ARTIFACT_DIR=${ARTIFACT_DIR}/logging-artifacts make test-e2e-olm + env: + - default: m5.4xlarge + name: CLUSTER_NODE_TYPE from: stable:cluster-logging-operator-e2e resources: requests: @@ -93,6 +96,9 @@ tests: - as: test cli: latest commands: FAKE_HOME_DIR=/tmp/home LOG_DIR=/tmp/artifacts/logging-logs ARTIFACT_DIR=${ARTIFACT_DIR}/logging-artifacts make test-functional + env: + - default: m5.4xlarge + name: CLUSTER_NODE_TYPE from: stable:cluster-logging-operator-e2e resources: requests: diff --git a/ci-operator/config/openshift/elasticsearch-operator/openshift-elasticsearch-operator-master.yaml b/ci-operator/config/openshift/elasticsearch-operator/openshift-elasticsearch-operator-master.yaml index 16855f5cf6e48..4ca97cb5bf463 100644 --- a/ci-operator/config/openshift/elasticsearch-operator/openshift-elasticsearch-operator-master.yaml +++ b/ci-operator/config/openshift/elasticsearch-operator/openshift-elasticsearch-operator-master.yaml @@ -66,6 +66,9 @@ tests: - as: test cli: latest commands: FAKE_HOME_DIR=/tmp/home LOG_DIR=/tmp/artifacts/eo-logs ARTIFACT_DIR=${ARTIFACT_DIR}/eo-artifacts make test-e2e-olm + env: + - default: m5.4xlarge + name: CLUSTER_NODE_TYPE from: src resources: requests: @@ -78,6 +81,9 @@ tests: - as: test cli: latest commands: FAKE_HOME_DIR=/tmp/home LOG_DIR=/tmp/artifacts/logging-logs ARTIFACT_DIR=${ARTIFACT_DIR}/logging-artifacts make test-e2e-olm + env: + - default: m5.4xlarge + name: CLUSTER_NODE_TYPE from: stable:cluster-logging-operator-e2e resources: requests: diff --git a/ci-operator/config/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-master.yaml b/ci-operator/config/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-master.yaml index dd7f150ec125f..40e1a89c35d08 100644 --- a/ci-operator/config/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-master.yaml +++ b/ci-operator/config/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-master.yaml @@ -56,6 +56,9 @@ tests: - as: test cli: latest commands: FAKE_HOME_DIR=/tmp/home LOG_DIR=/tmp/artifacts/logging-logs ARTIFACT_DIR=${ARTIFACT_DIR}/logging-artifacts make test-e2e-olm + env: + - default: m5.4xlarge + name: CLUSTER_NODE_TYPE from: stable:cluster-logging-operator-e2e resources: requests: @@ -68,6 +71,9 @@ tests: - as: test cli: latest commands: FAKE_HOME_DIR=/tmp/home LOG_DIR=/tmp/artifacts/logging-logs ARTIFACT_DIR=${ARTIFACT_DIR}/logging-artifacts make test-e2e-olm + env: + - default: m5.4xlarge + name: CLUSTER_NODE_TYPE from: stable:elasticsearch-operator-src resources: requests: diff --git a/ci-operator/config/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-master.yaml b/ci-operator/config/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-master.yaml index 94af5cd8c4513..bcf43000bff87 100644 --- a/ci-operator/config/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-master.yaml +++ b/ci-operator/config/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-master.yaml @@ -92,6 +92,9 @@ tests: - as: test cli: latest commands: make test + env: + - default: m5.4xlarge + name: CLUSTER_NODE_TYPE from: stable:origin-aggregated-logging-tests resources: requests: @@ -104,6 +107,9 @@ tests: - as: test cli: latest commands: make test-e2e-olm + env: + - default: m5.4xlarge + name: CLUSTER_NODE_TYPE from: stable:elasticsearch-operator-src resources: requests: @@ -116,6 +122,9 @@ tests: - as: test cli: latest commands: FAKE_HOME_DIR=/tmp/home LOG_DIR=/tmp/artifacts/logging-logs ARTIFACT_DIR=${ARTIFACT_DIR}/logging-artifacts make test-e2e-olm + env: + - default: m5.4xlarge + name: CLUSTER_NODE_TYPE from: stable:cluster-logging-operator-e2e resources: requests: @@ -128,6 +137,9 @@ tests: - as: test cli: latest commands: FAKE_HOME_DIR=/tmp/home LOG_DIR=/tmp/artifacts/logging-logs ARTIFACT_DIR=${ARTIFACT_DIR}/logging-artifacts make test-functional + env: + - default: m5.4xlarge + name: CLUSTER_NODE_TYPE from: stable:cluster-logging-operator-e2e resources: requests: