Skip to content

Commit

Permalink
create release 4.0 branch for licensing operator (#266)
Browse files Browse the repository at this point in the history
* create release 4.0 branch for licensing operator

* create release 4.0 branch for licensing operator
 - corrections
  • Loading branch information
SzymonKowalczyk authored Nov 24, 2020
1 parent 023910d commit 41066ec
Showing 1 changed file with 276 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,276 @@
presubmits:
IBM/ibm-licensing-operator:
- name: check_ibm-licensing-operator
cluster: default
branches:
- ^release-4.0$
decorate: true
always_run: true
path_alias: github.com/IBM/ibm-licensing-operator
rerun_command: /test check ibm-licensing-operator
spec:
containers:
- command:
- make
- check
image: quay.io/multicloudlab/check-tool:v20200817-b1f2b4c05
name: ""
securityContext:
privileged: true
trigger: '(?m)^/test (?:.*? )?check(?: .*?)?$'
- name: test_ibm-licensing-operator-amd64
cluster: default
branches:
- ^release-4.0$
decorate: true
always_run: true
path_alias: github.com/IBM/ibm-licensing-operator
rerun_command: /test test ibm-licensing-operator-amd64
spec:
containers:
- command:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
name: ""
securityContext:
privileged: true
trigger: '(?m)^/test (?:.*? )?test(?: .*?)?$'
- name: test_ibm-licensing-operator-ppc64le
cluster: ppc64le
branches:
- ^release-4.0$
decorate: true
always_run: true
path_alias: github.com/IBM/ibm-licensing-operator
rerun_command: /test test ibm-licensing-operator-ppc64le
spec:
containers:
- command:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
name: ""
securityContext:
privileged: true
trigger: '(?m)^/test (?:.*? )?test(?: .*?)?$'
- name: test_ibm-licensing-operator-s390x
cluster: s390x
branches:
- ^release-4.0$
decorate: true
always_run: true
path_alias: github.com/IBM/ibm-licensing-operator
rerun_command: /test test ibm-licensing-operator-s390x
spec:
containers:
- command:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
name: ""
securityContext:
privileged: true
trigger: '(?m)^/test (?:.*? )?test(?: .*?)?$'
- name: build_ibm-licensing-operator-amd64
cluster: default
branches:
- ^release-4.0$
decorate: true
always_run: true
path_alias: github.com/IBM/ibm-licensing-operator
rerun_command: /test build ibm-licensing-operator-amd64
spec:
containers:
- command:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
name: ""
securityContext:
privileged: true
trigger: '(?m)^/test (?:.*? )?build(?: .*?)?$'
- name: build_ibm-licensing-operator-ppc64le
cluster: ppc64le
branches:
- ^release-4.0$
decorate: true
always_run: true
path_alias: github.com/IBM/ibm-licensing-operator
rerun_command: /test build ibm-licensing-operator-ppc64le
spec:
containers:
- command:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
name: ""
securityContext:
privileged: true
trigger: '(?m)^/test (?:.*? )?build(?: .*?)?$'
- name: build_ibm-licensing-operator-s390x
cluster: s390x
branches:
- ^release-4.0$
decorate: true
always_run: true
path_alias: github.com/IBM/ibm-licensing-operator
rerun_command: /test build ibm-licensing-operator-s390x
spec:
containers:
- command:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
name: ""
securityContext:
privileged: true
trigger: '(?m)^/test (?:.*? )?build(?: .*?)?$'
postsubmits:
IBM/ibm-licensing-operator:
- name: coverage-ibm-licensing-operator-postsubmit
branches:
- ^release-4.0$
decorate: true
path_alias: github.com/IBM/ibm-licensing-operator
spec:
containers:
- command:
- make
- coverage
image: quay.io/multicloudlab/check-tool:v20200817-b1f2b4c05
name: ""
env:
- name: CODECOV_TOKEN
valueFrom:
secretKeyRef:
name: ibm-licensing-operator-codecov-token
key: codecov-token
securityContext:
privileged: true
- name: build-ibm-licensing-operator-amd64-postsubmit
cluster: default
branches:
- ^release-4.0$
decorate: true
path_alias: github.com/IBM/ibm-licensing-operator
spec:
containers:
- command:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
name: ""
securityContext:
privileged: true
- name: build-ibm-licensing-operator-ppc64le-postsubmit
cluster: ppc64le
branches:
- ^release-4.0$
decorate: true
path_alias: github.com/IBM/ibm-licensing-operator
spec:
containers:
- command:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
name: ""
securityContext:
privileged: true
- name: build-ibm-licensing-operator-s390x-postsubmit
cluster: s390x
branches:
- ^release-4.0$
decorate: true
path_alias: github.com/IBM/ibm-licensing-operator
spec:
containers:
- command:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
name: ""
securityContext:
privileged: true
- name: image-ibm-licensing-operator-amd64-postsubmit
cluster: default
branches:
- ^release-4.0$
decorate: true
path_alias: github.com/IBM/ibm-licensing-operator
labels:
preset-service-account: "true"
spec:
containers:
- command:
- entrypoint
- make
- build-push-image
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
name: ""
securityContext:
privileged: true
- name: image-ibm-licensing-operator-ppc64le-postsubmit
cluster: ppc64le
branches:
- ^release-4.0$
decorate: true
path_alias: github.com/IBM/ibm-licensing-operator
labels:
preset-service-account: "true"
spec:
containers:
- command:
- entrypoint
- make
- build-push-image
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
name: ""
securityContext:
privileged: true
- name: image-ibm-licensing-operator-s390x-postsubmit
cluster: s390x
branches:
- ^release-4.0$
decorate: true
path_alias: github.com/IBM/ibm-licensing-operator
labels:
preset-service-account: "true"
spec:
containers:
- command:
- entrypoint
- make
- build-push-image
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
name: ""
securityContext:
privileged: true
- name: multiarch-image-ibm-licensing-postsubmit
cluster: default
branches:
- ^release-4.0$
decorate: true
labels:
preset-service-account: "true"
path_alias: github.com/IBM/ibm-licensing-operator
spec:
containers:
- command:
- entrypoint
- make
- multiarch-image
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
name: ""
securityContext:
privileged: true

0 comments on commit 41066ec

Please sign in to comment.