Skip to content

Commit

Permalink
inital config for azure-storage-azcopy repo
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBednar committed Jan 29, 2024
1 parent 0bbd392 commit 56544d8
Show file tree
Hide file tree
Showing 8 changed files with 345 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ci-operator/config/openshift/azure-storage-azcopy/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
approvers:
- bertinatto
- dobsonj
- gnufied
- jsafrane
- mpatlasov
- romanbednar
- tsmetana
options: {}
reviewers:
- bertinatto
- dobsonj
- gnufied
- jsafrane
- mpatlasov
- romanbednar
- tsmetana
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
base_images:
ocp_4.16_base:
name: "4.16"
namespace: ocp
tag: base
build_root:
image_stream_tag:
name: release
namespace: openshift
tag: golang-1.19
images:
- dockerfile_path: Dockerfile
inputs:
ocp_4.16_base:
as:
- registry.ci.openshift.org/ocp/4.16:base
to: azure-storage-azcopy-base
promotion:
to:
- name: "4.16"
namespace: ocp
releases:
initial:
integration:
name: "4.16"
namespace: ocp
latest:
integration:
include_built_images: true
name: "4.16"
namespace: ocp
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
zz_generated_metadata:
branch: main
org: openshift
repo: azure-storage-azcopy
17 changes: 17 additions & 0 deletions ci-operator/jobs/openshift/azure-storage-azcopy/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
approvers:
- bertinatto
- dobsonj
- gnufied
- jsafrane
- mpatlasov
- romanbednar
- tsmetana
options: {}
reviewers:
- bertinatto
- dobsonj
- gnufied
- jsafrane
- mpatlasov
- romanbednar
- tsmetana
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
postsubmits:
openshift/azure-storage-azcopy:
- agent: kubernetes
always_run: true
branches:
- ^main$
cluster: build03
decorate: true
decoration_config:
skip_cloning: true
labels:
ci-operator.openshift.io/is-promotion: "true"
ci.openshift.io/generator: prowgen
max_concurrency: 1
name: branch-ci-openshift-azure-storage-azcopy-main-images
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson
- --promote
- --report-credentials-file=/etc/report/credentials
- --target=[images]
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/push-secret
name: push-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: push-secret
secret:
secretName: registry-push-credentials-ci-central
- name: result-aggregator
secret:
secretName: result-aggregator
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
presubmits:
openshift/azure-storage-azcopy:
- agent: kubernetes
always_run: true
branches:
- ^main$
- ^main-
cluster: build03
context: ci/prow/images
decorate: true
decoration_config:
skip_cloning: true
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-azure-storage-azcopy-main-images
rerun_command: /test images
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=[images]
- --target=[release:latest]
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )images,?($|\s.*)
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ registry.ci.openshift.org/origin/4.16:azure-file-csi-driver quay.io/openshift/or
registry.ci.openshift.org/origin/4.16:azure-file-csi-driver-operator quay.io/openshift/origin-azure-file-csi-driver-operator:4.16 quay.io/openshift/origin-azure-file-csi-driver-operator:4.16.0
registry.ci.openshift.org/origin/4.16:azure-file-csi-driver-operator-test quay.io/openshift/origin-azure-file-csi-driver-operator-test:4.16 quay.io/openshift/origin-azure-file-csi-driver-operator-test:4.16.0
registry.ci.openshift.org/origin/4.16:azure-machine-controllers quay.io/openshift/origin-azure-machine-controllers:4.16 quay.io/openshift/origin-azure-machine-controllers:4.16.0
registry.ci.openshift.org/origin/4.16:azure-storage-azcopy-base quay.io/openshift/origin-azure-storage-azcopy-base:4.16 quay.io/openshift/origin-azure-storage-azcopy-base:4.16.0
registry.ci.openshift.org/origin/4.16:azure-workload-identity-webhook quay.io/openshift/origin-azure-workload-identity-webhook:4.16 quay.io/openshift/origin-azure-workload-identity-webhook:4.16.0
registry.ci.openshift.org/origin/4.16:baremetal-cluster-api-controllers quay.io/openshift/origin-baremetal-cluster-api-controllers:4.16 quay.io/openshift/origin-baremetal-cluster-api-controllers:4.16.0
registry.ci.openshift.org/origin/4.16:baremetal-hardware-event-proxy quay.io/openshift/origin-baremetal-hardware-event-proxy:4.16 quay.io/openshift/origin-baremetal-hardware-event-proxy:4.16.0
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
approve:
- commandHelpLink: ""
repos:
- openshift/azure-storage-azcopy
require_self_approval: false
lgtm:
- repos:
- openshift/azure-storage-azcopy
review_acts_as_lgtm: true
plugins:
openshift/azure-storage-azcopy:
plugins:
- approve
Original file line number Diff line number Diff line change
@@ -0,0 +1,135 @@
tide:
queries:
- includedBranches:
- community-4.6
- community-4.7
- openshift-4.10
- openshift-4.11
- openshift-4.12
- openshift-4.13
- openshift-4.14
- openshift-4.2
- openshift-4.3
- openshift-4.4
- openshift-4.5
- openshift-4.6
- openshift-4.7
- openshift-4.8
- openshift-4.9
- release-4.0
- release-4.10
- release-4.11
- release-4.12
- release-4.13
- release-4.14
- release-4.2
- release-4.3
- release-4.4
- release-4.5
- release-4.6
- release-4.7
- release-4.8
- release-4.9
labels:
- approved
- backport-risk-assessed
- cherry-pick-approved
- jira/valid-bug
- jira/valid-reference
- lgtm
missingLabels:
- backports/unvalidated-commits
- do-not-merge/hold
- do-not-merge/invalid-owners-file
- do-not-merge/work-in-progress
- jira/invalid-bug
- needs-rebase
repos:
- openshift/azure-storage-azcopy
- includedBranches:
- openshift-4.15
- release-4.15
labels:
- approved
- backport-risk-assessed
- cherry-pick-approved
- jira/valid-bug
- jira/valid-reference
- lgtm
missingLabels:
- backports/unvalidated-commits
- do-not-merge/hold
- do-not-merge/invalid-owners-file
- do-not-merge/work-in-progress
- jira/invalid-bug
- needs-rebase
repos:
- openshift/azure-storage-azcopy
- includedBranches:
- main
- master
labels:
- approved
- jira/valid-reference
- lgtm
- qe-approved,no-qe
missingLabels:
- backports/unvalidated-commits
- do-not-merge/hold
- do-not-merge/invalid-owners-file
- do-not-merge/work-in-progress
- jira/invalid-bug
- keep-main-query-separate
- needs-rebase
repos:
- openshift/azure-storage-azcopy
- excludedBranches:
- feature-es6x
- feature-prom-connector
- main
- master
- openshift-4.1
- openshift-4.10
- openshift-4.11
- openshift-4.12
- openshift-4.13
- openshift-4.14
- openshift-4.15
- openshift-4.2
- openshift-4.3
- openshift-4.4
- openshift-4.5
- openshift-4.6
- openshift-4.7
- openshift-4.8
- openshift-4.9
- release-3.11
- release-4.0
- release-4.1
- release-4.10
- release-4.11
- release-4.12
- release-4.13
- release-4.14
- release-4.15
- release-4.2
- release-4.3
- release-4.4
- release-4.5
- release-4.6
- release-4.7
- release-4.8
- release-4.9
labels:
- approved
- jira/valid-reference
- lgtm
missingLabels:
- backports/unvalidated-commits
- do-not-merge/hold
- do-not-merge/invalid-owners-file
- do-not-merge/work-in-progress
- jira/invalid-bug
- needs-rebase
repos:
- openshift/azure-storage-azcopy

0 comments on commit 56544d8

Please sign in to comment.