diff --git a/Makefile b/Makefile index 42b36aa0a26a..c8f7af35b4be 100644 --- a/Makefile +++ b/Makefile @@ -144,7 +144,6 @@ prow-services: .PHONY: prow-services prow-cluster-jobs: - oc create configmap cluster-profile-aws --from-file=cluster/test-deploy/aws/openshift.yaml -o yaml --dry-run | oc apply -f - oc create configmap cluster-profile-gcp --from-file=cluster/test-deploy/gcp/vars.yaml --from-file=cluster/test-deploy/gcp/vars-origin.yaml -o yaml --dry-run | oc apply -f - oc create configmap cluster-profile-gcp-crio --from-file=cluster/test-deploy/gcp-crio/vars.yaml --from-file=cluster/test-deploy/gcp-crio/vars-origin.yaml -o yaml --dry-run | oc apply -f - oc create configmap cluster-profile-gcp-ha --from-file=cluster/test-deploy/gcp/vars.yaml --from-file=cluster/test-deploy/gcp/vars-origin.yaml -o yaml --dry-run | oc apply -f - diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-master-presubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-master-presubmits.yaml index 8d79fbf45859..a76d768961d0 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-master-presubmits.yaml @@ -57,8 +57,6 @@ presubmits: sources: - secret: name: cluster-secrets-aws - - configMap: - name: cluster-profile-aws trigger: ((?m)^/test( all| e2e-aws),?(\s+|$)) - agent: kubernetes always_run: false @@ -117,8 +115,6 @@ presubmits: sources: - secret: name: cluster-secrets-aws - - configMap: - name: cluster-profile-aws trigger: ((?m)^/test( e2e-aws-all),?(\s+|$)) - agent: kubernetes always_run: true diff --git a/cluster/ci/config/prow/plugins.yaml b/cluster/ci/config/prow/plugins.yaml index 4abaad1d7258..c773f3a9a3a9 100644 --- a/cluster/ci/config/prow/plugins.yaml +++ b/cluster/ci/config/prow/plugins.yaml @@ -314,8 +314,6 @@ config_updater: ci-operator/jobs/**/*.yaml: name: job-config - cluster/test-deploy/aws/*.yaml: - name: cluster-profile-aws cluster/test-deploy/gcp/*.yaml: name: cluster-profile-gcp cluster/test-deploy/gcp-ha/*.yaml: