Skip to content

Commit 7894ec2

Browse files
committed
openshift/os: remove useless build_root image
We don't have a `binary_build_commands` nor use the `pipeline:root` image so specifying a `build_root` is useless.
1 parent dca0e1a commit 7894ec2

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

ci-operator/config/openshift/os/openshift-os-master.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ base_images:
33
name: coreos-assembler
44
namespace: coreos
55
tag: latest
6-
build_root:
7-
image_stream_tag:
8-
name: fcos-buildroot
9-
namespace: coreos
10-
tag: testing-devel
116
images:
127
- dockerfile_literal: |
138
# COSA + source code
@@ -113,9 +108,9 @@ resources:
113108
memory: 3Gi
114109
tests:
115110
- as: validate
116-
commands: ci/prow-entrypoint.sh validate
111+
commands: cd /src && ci/prow-entrypoint.sh validate
117112
container:
118-
from: src
113+
from: build-image
119114
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
120115
- as: rhcos-9-build-test-qemu
121116
cluster: build02

0 commit comments

Comments
 (0)