Skip to content

Commit 2bb19b9

Browse files
authored
Revert "Use prow for service ci build, push and cspr dev (#76898)" (#77944)
This reverts commit ef515b5.
1 parent 66ba1f9 commit 2bb19b9

21 files changed

Lines changed: 0 additions & 730 deletions

ci-operator/config/Azure/ARO-HCP/Azure-ARO-HCP-main.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,6 @@ images:
8282
dockerfile_path: hcp-recovery/Dockerfile
8383
from: src
8484
to: aro-hcp-hcp-recovery
85-
- context_dir: image-sync/oc-mirror
86-
dockerfile_path: Dockerfile
87-
to: aro-hcp-oc-mirror
88-
- build_args:
89-
- name: PLATFORM
90-
value: linux/amd64
91-
context_dir: tooling
92-
dockerfile_path: aro-hcp-exporter/Dockerfile
93-
to: aro-hcp-exporter
9485
- dockerfile_literal: |
9586
FROM src
9687
USER root
@@ -475,15 +466,6 @@ tests:
475466
resource_type: aro-hcp-dev-global-pipeline-quota-slice
476467
test:
477468
- ref: aro-hcp-provision-global-pipeline
478-
- as: images-push
479-
steps:
480-
test:
481-
- ref: aro-hcp-images-push
482-
- as: cspr
483-
steps:
484-
env:
485-
DEPLOY_ENV: cspr
486-
workflow: aro-hcp-cspr
487469
zz_generated_metadata:
488470
branch: main
489471
org: Azure

ci-operator/jobs/Azure/ARO-HCP/Azure-ARO-HCP-main-presubmits.yaml

Lines changed: 0 additions & 146 deletions
Original file line numberDiff line numberDiff line change
@@ -279,79 +279,6 @@ presubmits:
279279
secret:
280280
secretName: result-aggregator
281281
trigger: (?m)^/test( | .* )config-change-detection,?($|\s.*)
282-
- agent: kubernetes
283-
always_run: true
284-
branches:
285-
- ^main$
286-
- ^main-
287-
cluster: build05
288-
context: ci/prow/cspr
289-
decorate: true
290-
decoration_config:
291-
skip_cloning: true
292-
labels:
293-
ci.openshift.io/generator: prowgen
294-
pj-rehearse.openshift.io/can-be-rehearsed: "true"
295-
name: pull-ci-Azure-ARO-HCP-main-cspr
296-
rerun_command: /test cspr
297-
spec:
298-
containers:
299-
- args:
300-
- --gcs-upload-secret=/secrets/gcs/service-account.json
301-
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
302-
- --lease-server-credentials-file=/etc/boskos/credentials
303-
- --report-credentials-file=/etc/report/credentials
304-
- --target=cspr
305-
command:
306-
- ci-operator
307-
env:
308-
- name: HTTP_SERVER_IP
309-
valueFrom:
310-
fieldRef:
311-
fieldPath: status.podIP
312-
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
313-
imagePullPolicy: Always
314-
name: ""
315-
ports:
316-
- containerPort: 8080
317-
name: http
318-
resources:
319-
requests:
320-
cpu: 10m
321-
volumeMounts:
322-
- mountPath: /etc/boskos
323-
name: boskos
324-
readOnly: true
325-
- mountPath: /secrets/gcs
326-
name: gcs-credentials
327-
readOnly: true
328-
- mountPath: /secrets/manifest-tool
329-
name: manifest-tool-local-pusher
330-
readOnly: true
331-
- mountPath: /etc/pull-secret
332-
name: pull-secret
333-
readOnly: true
334-
- mountPath: /etc/report
335-
name: result-aggregator
336-
readOnly: true
337-
serviceAccountName: ci-operator
338-
volumes:
339-
- name: boskos
340-
secret:
341-
items:
342-
- key: credentials
343-
path: credentials
344-
secretName: boskos-credentials
345-
- name: manifest-tool-local-pusher
346-
secret:
347-
secretName: manifest-tool-local-pusher
348-
- name: pull-secret
349-
secret:
350-
secretName: registry-pull-credentials
351-
- name: result-aggregator
352-
secret:
353-
secretName: result-aggregator
354-
trigger: (?m)^/test( | .* )cspr,?($|\s.*)
355282
- agent: kubernetes
356283
always_run: true
357284
branches:
@@ -597,79 +524,6 @@ presubmits:
597524
secret:
598525
secretName: result-aggregator
599526
trigger: (?m)^/test( | .* )images,?($|\s.*)
600-
- agent: kubernetes
601-
always_run: true
602-
branches:
603-
- ^main$
604-
- ^main-
605-
cluster: build05
606-
context: ci/prow/images-push
607-
decorate: true
608-
decoration_config:
609-
skip_cloning: true
610-
labels:
611-
ci.openshift.io/generator: prowgen
612-
pj-rehearse.openshift.io/can-be-rehearsed: "true"
613-
name: pull-ci-Azure-ARO-HCP-main-images-push
614-
rerun_command: /test images-push
615-
spec:
616-
containers:
617-
- args:
618-
- --gcs-upload-secret=/secrets/gcs/service-account.json
619-
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
620-
- --lease-server-credentials-file=/etc/boskos/credentials
621-
- --report-credentials-file=/etc/report/credentials
622-
- --target=images-push
623-
command:
624-
- ci-operator
625-
env:
626-
- name: HTTP_SERVER_IP
627-
valueFrom:
628-
fieldRef:
629-
fieldPath: status.podIP
630-
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
631-
imagePullPolicy: Always
632-
name: ""
633-
ports:
634-
- containerPort: 8080
635-
name: http
636-
resources:
637-
requests:
638-
cpu: 10m
639-
volumeMounts:
640-
- mountPath: /etc/boskos
641-
name: boskos
642-
readOnly: true
643-
- mountPath: /secrets/gcs
644-
name: gcs-credentials
645-
readOnly: true
646-
- mountPath: /secrets/manifest-tool
647-
name: manifest-tool-local-pusher
648-
readOnly: true
649-
- mountPath: /etc/pull-secret
650-
name: pull-secret
651-
readOnly: true
652-
- mountPath: /etc/report
653-
name: result-aggregator
654-
readOnly: true
655-
serviceAccountName: ci-operator
656-
volumes:
657-
- name: boskos
658-
secret:
659-
items:
660-
- key: credentials
661-
path: credentials
662-
secretName: boskos-credentials
663-
- name: manifest-tool-local-pusher
664-
secret:
665-
secretName: manifest-tool-local-pusher
666-
- name: pull-secret
667-
secret:
668-
secretName: registry-pull-credentials
669-
- name: result-aggregator
670-
secret:
671-
secretName: result-aggregator
672-
trigger: (?m)^/test( | .* )images-push,?($|\s.*)
673527
- agent: kubernetes
674528
always_run: true
675529
branches:

ci-operator/step-registry/aro-hcp/cspr/OWNERS

Lines changed: 0 additions & 16 deletions
This file was deleted.

ci-operator/step-registry/aro-hcp/cspr/aro-hcp-cspr-workflow.metadata.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

ci-operator/step-registry/aro-hcp/cspr/aro-hcp-cspr-workflow.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

ci-operator/step-registry/aro-hcp/cspr/infra/OWNERS

Lines changed: 0 additions & 16 deletions
This file was deleted.

ci-operator/step-registry/aro-hcp/cspr/infra/aro-hcp-cspr-infra-commands.sh

Lines changed: 0 additions & 35 deletions
This file was deleted.

ci-operator/step-registry/aro-hcp/cspr/infra/aro-hcp-cspr-infra-ref.metadata.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

ci-operator/step-registry/aro-hcp/cspr/infra/aro-hcp-cspr-infra-ref.yaml

Lines changed: 0 additions & 24 deletions
This file was deleted.

ci-operator/step-registry/aro-hcp/cspr/services-mgmt/OWNERS

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)