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
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
base_images:
os:
cluster: https://api.ci.openshift.org
name: centos
namespace: openshift
tag: '7'
git:
cluster: https://api.ci.openshift.org
name: release
namespace: openshift
tag: golang-1.11
hive:
name: hive-v4.0
namespace: openshift
tag: 'hive'
binary_build_commands: make install
images:
- context_dir: images/ci-operator/
Expand Down Expand Up @@ -83,6 +85,9 @@ images:
- destination_dir: .
source_path: /go/bin/determinize-ci-operator
to: determinize-ci-operator
- dockerfile_path: images/ipi-deprovision/Dockerfile
from: hive
to: ipi-provisioner
promotion:
cluster: https://api.ci.openshift.org
namespace: ci
Expand Down
28 changes: 28 additions & 0 deletions ci-operator/jobs/infra-periodics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,34 @@ periodics:
- configMap:
name: labels
name: config
- agent: kubernetes
labels:
ci.openshift.io/role: infra
cron: ""
decorate: true
decoration_config:
timeout: 8h
interval: 5m
name: periodic-ipi-deprovision
spec:
containers:
- command:
- run.sh
image: registry.svc.ci.openshift.org/ci/ipi-deprovision:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 500m
volumeMounts:
- mountPath: /usr/local/e2e-aws-cluster-profile
name: cluster-profile
volumes:
- name: cluster-profile
projected:
sources:
- secret:
name: cluster-secrets-aws
- agent: kubernetes
labels:
ci.openshift.io/role: infra
Expand Down