diff --git a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-presubmits.yaml b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-presubmits.yaml index 1c31523959617..a18b54a5f8dd6 100644 --- a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-presubmits.yaml @@ -663,7 +663,7 @@ presubmits: - secret: name: cluster-secrets-aws - configMap: - name: cluster-profile-aws + name: cluster-profile-oa-aws-rhel trigger: ((?m)^/test( all| aws),?(\s+|$)) - agent: jenkins always_run: false diff --git a/cluster/ci/config/prow/plugins.yaml b/cluster/ci/config/prow/plugins.yaml index 3eb11a07a3dc7..7946593a1301c 100644 --- a/cluster/ci/config/prow/plugins.yaml +++ b/cluster/ci/config/prow/plugins.yaml @@ -55,6 +55,8 @@ config_updater: name: cluster-profile-gcp-crio cluster/test-deploy/gcp-ha-static/*.yaml: name: cluster-profile-gcp-ha-static + cluster/test-deploy/openshift-ansible-aws-rhel/*.yaml: + name: cluster-profile-oa-aws-rhel ci-operator/config/kubernetes/descheduler/*.yaml: name: ci-operator-kubernetes-descheduler diff --git a/cluster/test-deploy/aws-dev/.gitignore b/cluster/test-deploy/openshift-ansible-aws-rhel/.gitignore similarity index 100% rename from cluster/test-deploy/aws-dev/.gitignore rename to cluster/test-deploy/openshift-ansible-aws-rhel/.gitignore diff --git a/cluster/test-deploy/aws-dev/.type b/cluster/test-deploy/openshift-ansible-aws-rhel/.type similarity index 100% rename from cluster/test-deploy/aws-dev/.type rename to cluster/test-deploy/openshift-ansible-aws-rhel/.type diff --git a/cluster/test-deploy/aws-dev/vars-origin.yaml b/cluster/test-deploy/openshift-ansible-aws-rhel/vars-origin.yaml similarity index 100% rename from cluster/test-deploy/aws-dev/vars-origin.yaml rename to cluster/test-deploy/openshift-ansible-aws-rhel/vars-origin.yaml diff --git a/cluster/test-deploy/aws-dev/vars.yaml b/cluster/test-deploy/openshift-ansible-aws-rhel/vars.yaml similarity index 100% rename from cluster/test-deploy/aws-dev/vars.yaml rename to cluster/test-deploy/openshift-ansible-aws-rhel/vars.yaml