Skip to content
Merged
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
27 changes: 27 additions & 0 deletions ci-operator/config/migtools/kopia/migtools-kopia-oadp-1.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
build_root:
image_stream_tag:
name: builder
namespace: konveyor
tag: ubi9-v1.26
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
tests:
- as: build
steps:
test:
- as: build
commands: go build ./...
from: src
resources:
requests:
cpu: 100m
memory: 200Mi
zz_generated_metadata:
branch: oadp-1.3
org: migtools
repo: kopia
27 changes: 27 additions & 0 deletions ci-operator/config/migtools/kopia/migtools-kopia-oadp-1.4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
build_root:
image_stream_tag:
name: builder
namespace: konveyor
tag: ubi9-v1.26
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
tests:
- as: build
steps:
test:
- as: build
commands: go build ./...
from: src
resources:
requests:
cpu: 100m
memory: 200Mi
zz_generated_metadata:
branch: oadp-1.4
org: migtools
repo: kopia
27 changes: 27 additions & 0 deletions ci-operator/config/migtools/kopia/migtools-kopia-oadp-1.5.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
build_root:
image_stream_tag:
name: builder
namespace: konveyor
tag: ubi9-v1.26
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
tests:
- as: build
steps:
test:
- as: build
commands: go build ./...
from: src
resources:
requests:
cpu: 100m
memory: 200Mi
zz_generated_metadata:
branch: oadp-1.5
org: migtools
repo: kopia

This file was deleted.

27 changes: 27 additions & 0 deletions ci-operator/config/migtools/kopia/migtools-kopia-oadp-1.6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
build_root:
image_stream_tag:
name: builder
namespace: konveyor
tag: ubi9-v1.26
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
tests:
- as: build
steps:
test:
- as: build
commands: go build ./...
from: src
resources:
requests:
cpu: 100m
memory: 200Mi
zz_generated_metadata:
branch: oadp-1.6
org: migtools
repo: kopia

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
presubmits:
migtools/kopia:
- agent: kubernetes
always_run: true
branches:
- ^oadp-1\.3$
- ^oadp-1\.3-
cluster: build01
context: ci/prow/build
decorate: true
decoration_config:
skip_cloning: true
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-migtools-kopia-oadp-1.3-build
rerun_command: /test build
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --target=build
command:
- ci-operator
env:
- name: HTTP_SERVER_IP
valueFrom:
fieldRef:
fieldPath: status.podIP
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
ports:
- containerPort: 8080
name: http
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- 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: boskos
secret:
items:
- key: credentials
path: credentials
secretName: boskos-credentials
- 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( | .* )build,?($|\s.*)
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
presubmits:
migtools/kopia:
- agent: kubernetes
always_run: true
branches:
- ^oadp-1\.4$
- ^oadp-1\.4-
cluster: build01
context: ci/prow/build
decorate: true
decoration_config:
skip_cloning: true
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-migtools-kopia-oadp-1.4-build
rerun_command: /test build
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --target=build
command:
- ci-operator
env:
- name: HTTP_SERVER_IP
valueFrom:
fieldRef:
fieldPath: status.podIP
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
ports:
- containerPort: 8080
name: http
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- 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: boskos
secret:
items:
- key: credentials
path: credentials
secretName: boskos-credentials
- 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( | .* )build,?($|\s.*)
Loading