Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
approvers:
- JoelSpeed
- elmiko
- alexander-demichev
- lobziik
- Fedosin

component: "Cloud Compute"
subcomponent: "Other Providers"
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
binary_build_commands: make build
build_root:
image_stream_tag:
name: release
namespace: openshift
tag: golang-1.15
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
tag: golang-1.15
tag: golang-1.16

resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
tests:
- as: unit
commands: make unit
container:
from: src
zz_generated_metadata:
branch: main
org: openshift
repo: cluster-api-provider-alibaba
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
approvers:
- JoelSpeed
- elmiko
- alexander-demichev
- lobziik
- Fedosin

component: "Cloud Compute"
subcomponent: "Other Providers"
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
presubmits:
openshift/cluster-api-provider-alibaba:
- agent: kubernetes
always_run: true
branches:
- main
cluster: build01
context: ci/prow/unit
decorate: true
decoration_config:
skip_cloning: true
labels:
ci-operator.openshift.io/prowgen-controlled: "true"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-cluster-api-provider-alibaba-main-unit
rerun_command: /test unit
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=unit
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( | .* )unit,?($|\s.*)
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
approvers:
- JoelSpeed
- elmiko
- alexander-demichev
- lobziik
- Fedosin

component: "Cloud Compute"
subcomponent: "Other Providers"
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
approve:
- commandHelpLink: ""
repos:
- openshift/cluster-api-provider-alibaba
require_self_approval: false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We tend to require self approval on our team's repos

Suggested change
require_self_approval: false
require_self_approval: true

lgtm:
- repos:
- openshift/cluster-api-provider-alibaba
review_acts_as_lgtm: true
plugins:
openshift/cluster-api-provider-alibaba:
plugins:
- approve