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
9 changes: 4 additions & 5 deletions cluster/ci/config/prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ plank:
default_decoration_config:
timeout: 7200000000000 # 2h
grace_period: 15000000000 # 15s
artifact_dir: /tmp/artifacts
utility_images:
clonerefs: "registry.svc.ci.openshift.org/ci/clonerefs:latest-json"
initupload: "registry.svc.ci.openshift.org/ci/initupload:latest-json"
Expand Down Expand Up @@ -1025,7 +1024,7 @@ presubmits:
serviceAccountName: ci-operator
containers:
- name: test
image: docker-registry.default.svc:5000/ci/ci-operator:latest
image: ci-operator:latest
env:
- name: CONFIG_SPEC
valueFrom:
Expand All @@ -1036,7 +1035,7 @@ presubmits:
- ci-operator
args:
- --delete-when-idle=10m
- --artifact-dir=/tmp/artifacts
- --artifact-dir=$(ARTIFACTS)
- --dry-run=false
- --target=unit
- name: pull-ci-image-registry-e2e
Expand All @@ -1063,7 +1062,7 @@ presubmits:
name: cluster-profile-gcp
containers:
- name: test
image: docker-registry.default.svc:5000/ci/ci-operator:latest
image: ci-operator:latest
volumeMounts:
- name: job-definition
mountPath: /usr/local/e2e-gcp
Expand Down Expand Up @@ -1093,7 +1092,7 @@ presubmits:
export RPM_REPO="$( curl -q "${RPM_REPO_BASEURL_REF}" 2>/dev/null)"
ci-operator \
--delete-when-idle=10m --dry-run=false \
--artifact-dir=/tmp/artifacts \
--artifact-dir=$(ARTIFACTS) \
--secret-dir=/usr/local/e2e-gcp-cluster-profile --template=/usr/local/e2e-gcp \
--target=e2e-gcp

Expand Down
5 changes: 4 additions & 1 deletion cluster/ci/config/prow/openshift/ci-operator/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@ items:
kind: ImageStream
metadata:
name: ci-operator
namespace: ci
namespace: ci
spec:
lookupPolicy:
local: true