From b73990f66b3f666b53facaa26d0933ba5b0eb684 Mon Sep 17 00:00:00 2001 From: Alexander Demichev Date: Wed, 27 Oct 2021 13:01:05 +0200 Subject: [PATCH] Machine API: Remove generate check --- ...openshift-machine-api-operator-master.yaml | 4 -- ...achine-api-operator-master-presubmits.yaml | 47 ------------------- 2 files changed, 51 deletions(-) diff --git a/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-master.yaml b/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-master.yaml index bd9330f4cd3c5..3df9c3ea73179 100644 --- a/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-master.yaml +++ b/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-master.yaml @@ -45,10 +45,6 @@ tests: commands: NO_DOCKER=1 make test container: from: src -- as: generate - commands: IS_CONTAINER=TRUE NO_DOCKER=1 make generate - container: - from: src - as: goimports commands: IS_CONTAINER=TRUE make goimports container: diff --git a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-master-presubmits.yaml index 776b1dd841acf..735ef1068a075 100644 --- a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-master-presubmits.yaml @@ -1478,53 +1478,6 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere-upgrade,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^master$ - - ^master- - cluster: build02 - context: ci/prow/generate - decorate: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-machine-api-operator-master-generate - rerun_command: /test generate - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=generate - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - 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: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )generate,?($|\s.*) - agent: kubernetes always_run: true branches: