diff --git a/ci-operator/config/openshift-metal3/dev-scripts/openshift-metal3-dev-scripts-master.yaml b/ci-operator/config/openshift-metal3/dev-scripts/openshift-metal3-dev-scripts-master.yaml index 5cb063dac4323..ce7325c1270b6 100644 --- a/ci-operator/config/openshift-metal3/dev-scripts/openshift-metal3-dev-scripts-master.yaml +++ b/ci-operator/config/openshift-metal3/dev-scripts/openshift-metal3-dev-scripts-master.yaml @@ -77,6 +77,16 @@ tests: steps: cluster_profile: equinix-ocp-metal workflow: baremetalds-e2e-virtualmedia +- as: e2e-metal-ipi-proxy-ipv4 + skip_if_only_changed: (^(agent|docs|.github)/)|^config_example.sh$|\.md$|^(DCO|LICENSE|OWNERS)$ + steps: + cluster_profile: equinix-ocp-metal + workflow: baremetalds-e2e-proxy-ipv4 +- as: e2e-metal-ipi-proxy-ipv6 + skip_if_only_changed: (^(agent|docs|.github)/)|^config_example.sh$|\.md$|^(DCO|LICENSE|OWNERS)$ + steps: + cluster_profile: equinix-ocp-metal + workflow: baremetalds-e2e-proxy-ipv6 zz_generated_metadata: branch: master org: openshift-metal3 diff --git a/ci-operator/jobs/openshift-metal3/dev-scripts/openshift-metal3-dev-scripts-master-presubmits.yaml b/ci-operator/jobs/openshift-metal3/dev-scripts/openshift-metal3-dev-scripts-master-presubmits.yaml index 265df82b8130e..45605b571a94c 100644 --- a/ci-operator/jobs/openshift-metal3/dev-scripts/openshift-metal3-dev-scripts-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-metal3/dev-scripts/openshift-metal3-dev-scripts-master-presubmits.yaml @@ -226,6 +226,156 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi-ovn-ipv6,?($|\s.*) + - agent: kubernetes + always_run: false + branches: + - ^master$ + - ^master- + cluster: build01 + context: ci/prow/e2e-metal-ipi-proxy-ipv4 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-metal3-dev-scripts-master-e2e-metal-ipi-proxy-ipv4 + rerun_command: /test e2e-metal-ipi-proxy-ipv4 + skip_if_only_changed: (^(agent|docs|.github)/)|^config_example.sh$|\.md$|^(DCO|LICENSE|OWNERS)$ + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-credentials-file=/etc/boskos/credentials + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --secret-dir=/usr/local/e2e-metal-ipi-proxy-ipv4-cluster-profile + - --target=e2e-metal-ipi-proxy-ipv4 + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /usr/local/e2e-metal-ipi-proxy-ipv4-cluster-profile + name: cluster-profile + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: cluster-profile + secret: + secretName: cluster-secrets-equinix-ocp-metal + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )e2e-metal-ipi-proxy-ipv4,?($|\s.*) + - agent: kubernetes + always_run: false + branches: + - ^master$ + - ^master- + cluster: build01 + context: ci/prow/e2e-metal-ipi-proxy-ipv6 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-metal3-dev-scripts-master-e2e-metal-ipi-proxy-ipv6 + rerun_command: /test e2e-metal-ipi-proxy-ipv6 + skip_if_only_changed: (^(agent|docs|.github)/)|^config_example.sh$|\.md$|^(DCO|LICENSE|OWNERS)$ + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-credentials-file=/etc/boskos/credentials + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --secret-dir=/usr/local/e2e-metal-ipi-proxy-ipv6-cluster-profile + - --target=e2e-metal-ipi-proxy-ipv6 + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /usr/local/e2e-metal-ipi-proxy-ipv6-cluster-profile + name: cluster-profile + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: cluster-profile + secret: + secretName: cluster-secrets-equinix-ocp-metal + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )e2e-metal-ipi-proxy-ipv6,?($|\s.*) - agent: kubernetes always_run: false branches: diff --git a/ci-operator/step-registry/baremetalds/e2e/proxy/OWNERS b/ci-operator/step-registry/baremetalds/e2e/proxy/OWNERS new file mode 120000 index 0000000000000..ec405d65a79df --- /dev/null +++ b/ci-operator/step-registry/baremetalds/e2e/proxy/OWNERS @@ -0,0 +1 @@ +../OWNERS \ No newline at end of file diff --git a/ci-operator/step-registry/baremetalds/e2e/proxy/ipv4/OWNERS b/ci-operator/step-registry/baremetalds/e2e/proxy/ipv4/OWNERS new file mode 120000 index 0000000000000..ec405d65a79df --- /dev/null +++ b/ci-operator/step-registry/baremetalds/e2e/proxy/ipv4/OWNERS @@ -0,0 +1 @@ +../OWNERS \ No newline at end of file diff --git a/ci-operator/step-registry/baremetalds/e2e/proxy/ipv4/baremetalds-e2e-proxy-ipv4-workflow.metadata.json b/ci-operator/step-registry/baremetalds/e2e/proxy/ipv4/baremetalds-e2e-proxy-ipv4-workflow.metadata.json new file mode 100644 index 0000000000000..b85014fa62dfd --- /dev/null +++ b/ci-operator/step-registry/baremetalds/e2e/proxy/ipv4/baremetalds-e2e-proxy-ipv4-workflow.metadata.json @@ -0,0 +1,13 @@ +{ + "path": "baremetalds/e2e/proxy/ipv4/baremetalds-e2e-proxy-ipv4-workflow.yaml", + "owners": { + "approvers": [ + "andfasano", + "ardaguclu", + "derekhiggins", + "elfosardo", + "honza", + "stbenjam" + ] + } +} \ No newline at end of file diff --git a/ci-operator/step-registry/baremetalds/e2e/proxy/ipv4/baremetalds-e2e-proxy-ipv4-workflow.yaml b/ci-operator/step-registry/baremetalds/e2e/proxy/ipv4/baremetalds-e2e-proxy-ipv4-workflow.yaml new file mode 100644 index 0000000000000..63f97a48a130f --- /dev/null +++ b/ci-operator/step-registry/baremetalds/e2e/proxy/ipv4/baremetalds-e2e-proxy-ipv4-workflow.yaml @@ -0,0 +1,17 @@ +workflow: + as: baremetalds-e2e-proxy-ipv4 + steps: + pre: + - chain: baremetalds-ipi-pre + test: + - chain: baremetalds-ipi-test + post: + - chain: baremetalds-ipi-post + env: + TEST_SUITE: "openshift/conformance/parallel" + DEVSCRIPTS_CONFIG: | + IP_STACK=v4 + NETWORK_TYPE=OpenShiftSDN + INSTALLER_PROXY=true + documentation: |- + This workflow executes the ipv4 end-to-end parallel test suite on a cluster provisioned by running dev-scripts and using a proxy. diff --git a/ci-operator/step-registry/baremetalds/e2e/proxy/ipv6/OWNERS b/ci-operator/step-registry/baremetalds/e2e/proxy/ipv6/OWNERS new file mode 120000 index 0000000000000..ec405d65a79df --- /dev/null +++ b/ci-operator/step-registry/baremetalds/e2e/proxy/ipv6/OWNERS @@ -0,0 +1 @@ +../OWNERS \ No newline at end of file diff --git a/ci-operator/step-registry/baremetalds/e2e/proxy/ipv6/baremetalds-e2e-proxy-ipv6-workflow.metadata.json b/ci-operator/step-registry/baremetalds/e2e/proxy/ipv6/baremetalds-e2e-proxy-ipv6-workflow.metadata.json new file mode 100644 index 0000000000000..e3d15347e301f --- /dev/null +++ b/ci-operator/step-registry/baremetalds/e2e/proxy/ipv6/baremetalds-e2e-proxy-ipv6-workflow.metadata.json @@ -0,0 +1,13 @@ +{ + "path": "baremetalds/e2e/proxy/ipv6/baremetalds-e2e-proxy-ipv6-workflow.yaml", + "owners": { + "approvers": [ + "andfasano", + "ardaguclu", + "derekhiggins", + "elfosardo", + "honza", + "stbenjam" + ] + } +} \ No newline at end of file diff --git a/ci-operator/step-registry/baremetalds/e2e/proxy/ipv6/baremetalds-e2e-proxy-ipv6-workflow.yaml b/ci-operator/step-registry/baremetalds/e2e/proxy/ipv6/baremetalds-e2e-proxy-ipv6-workflow.yaml new file mode 100644 index 0000000000000..1c15ce9f53c4c --- /dev/null +++ b/ci-operator/step-registry/baremetalds/e2e/proxy/ipv6/baremetalds-e2e-proxy-ipv6-workflow.yaml @@ -0,0 +1,17 @@ +workflow: + as: baremetalds-e2e-proxy-ipv6 + steps: + pre: + - chain: baremetalds-ipi-pre + test: + - chain: baremetalds-ipi-test + post: + - chain: baremetalds-ipi-post + env: + TEST_SUITE: "openshift/conformance/parallel" + DEVSCRIPTS_CONFIG: | + IP_STACK=v6 + NETWORK_TYPE=OVNKubernetes + INSTALLER_PROXY=true + documentation: |- + This workflow executes the ipv6 end-to-end parallel test suite on a cluster provisioned by running dev-scripts and using a proxy.