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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@

base_images:
os:
cluster: https://api.ci.openshift.org
name: centos
namespace: openshift
tag: "7"
binary_build_commands: make build
build_root:
project_image:
dockerfile_path: openshift-ci/Dockerfile.tools
tag: '7'

resources:
'*':
limits:
memory: 3Gi
requests:
cpu: 100m
memory: 250Mi
cpu: 100m

build_root:
project_image:
dockerfile_path: openshift-ci/Dockerfile.tools

binary_build_commands: make build

tag_specification:
cluster: https://api.ci.openshift.org
name: "4.2"
namespace: ocp

tests:
- as: build
commands: make build
Expand Down
Original file line number Diff line number Diff line change
@@ -1,36 +1,41 @@

base_images:
os:
cluster: https://api.ci.openshift.org
name: centos
namespace: openshift
tag: "7"
binary_build_commands: make build
build_root:
project_image:
dockerfile_path: openshift-ci/Dockerfile.tools
tag: '7'

resources:
'*':
limits:
memory: 3Gi
requests:
memory: 250Mi
cpu: 100m
promotion:
namespace: codeready-toolchain
name: host-operator-v0.1
images:
- dockerfile_path: openshift-ci/Dockerfile.deploy
from: os
- from: os
inputs:
bin:
paths:
- destination_dir: .
source_path: /go/src/github.com/codeready-toolchain/host-operator/build/_output/bin/host-operator
dockerfile_path: openshift-ci/Dockerfile.deploy
to: host-operator
promotion:
name: host-operator-v0.1
namespace: codeready-toolchain
resources:
'*':
limits:
memory: 3Gi
requests:
cpu: 100m
memory: 250Mi


build_root:
project_image:
dockerfile_path: openshift-ci/Dockerfile.tools

binary_build_commands: make build

tag_specification:
cluster: https://api.ci.openshift.org
name: "4.2"
namespace: ocp

tests:
- as: build
commands: make build
Expand Down
Original file line number Diff line number Diff line change
@@ -1,36 +1,40 @@

base_images:
os:
cluster: https://api.ci.openshift.org
name: centos
namespace: openshift
tag: "7"
binary_build_commands: make build
build_root:
project_image:
dockerfile_path: openshift-ci/Dockerfile.tools
tag: '7'

resources:
'*':
limits:
memory: 3Gi
requests:
memory: 250Mi
cpu: 100m
promotion:
namespace: codeready-toolchain
name: member-operator-v0.1
images:
- dockerfile_path: openshift-ci/Dockerfile.deploy
from: os
- from: os
inputs:
bin:
paths:
- destination_dir: .
source_path: /go/src/github.com/codeready-toolchain/member-operator/build/_output/bin/member-operator
dockerfile_path: openshift-ci/Dockerfile.deploy
to: member-operator
promotion:
name: member-operator-v0.1
namespace: codeready-toolchain
resources:
'*':
limits:
memory: 3Gi
requests:
cpu: 100m
memory: 250Mi

build_root:
project_image:
dockerfile_path: openshift-ci/Dockerfile.tools

binary_build_commands: make build

tag_specification:
cluster: https://api.ci.openshift.org
name: "4.2"
namespace: ocp

tests:
- as: build
commands: make build
Expand Down
Original file line number Diff line number Diff line change
@@ -1,36 +1,40 @@

base_images:
os:
cluster: https://api.ci.openshift.org
name: centos
namespace: openshift
tag: "7"
binary_build_commands: make build
build_root:
project_image:
dockerfile_path: openshift-ci/Dockerfile.tools
tag: '7'

resources:
'*':
limits:
memory: 3Gi
requests:
memory: 250Mi
cpu: 100m
promotion:
namespace: codeready-toolchain
name: registration-service-v0.1
images:
- dockerfile_path: openshift-ci/Dockerfile.deploy
from: os
- from: os
inputs:
bin:
paths:
- destination_dir: .
source_path: /go/src/github.com/codeready-toolchain/registration-service/build/_output/bin/registration-service
dockerfile_path: openshift-ci/Dockerfile.deploy
to: registration-service
promotion:
name: registration-service-v0.1
namespace: codeready-toolchain
resources:
'*':
limits:
memory: 3Gi
requests:
cpu: 100m
memory: 250Mi

build_root:
project_image:
dockerfile_path: openshift-ci/Dockerfile.tools

binary_build_commands: make build

tag_specification:
cluster: https://api.ci.openshift.org
name: "4.2"
namespace: ocp

tests:
- as: build
commands: make build
Expand Down
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@

base_images:
os:
cluster: https://api.ci.openshift.org
name: centos
namespace: openshift
tag: "7"
binary_build_commands: make build
build_root:
project_image:
dockerfile_path: openshift-ci/Dockerfile.tools
tag: '7'

resources:
'*':
limits:
memory: 3Gi
requests:
cpu: 100m
memory: 250Mi
cpu: 100m

build_root:
project_image:
dockerfile_path: openshift-ci/Dockerfile.tools

binary_build_commands: make build

tag_specification:
cluster: https://api.ci.openshift.org
name: "4.2"
namespace: ocp

tests:
- as: build
commands: make build
Expand Down
Original file line number Diff line number Diff line change
@@ -1,49 +1,54 @@

base_images:
os:
cluster: https://api.ci.openshift.org
name: centos
namespace: openshift
tag: "7"
binary_build_commands: make build-with-operators
build_root:
project_image:
dockerfile_path: openshift-ci/Dockerfile.tools
tag: '7'

resources:
'*':
limits:
memory: 3Gi
requests:
memory: 250Mi
cpu: 100m

images:
- dockerfile_path: openshift-ci/Dockerfile.host.deploy
from: os
- from: os
inputs:
bin:
paths:
- destination_dir: .
source_path: /go/src/github.com/codeready-toolchain/toolchain-e2e/build/_output/bin/host-operator
dockerfile_path: openshift-ci/Dockerfile.host.deploy
to: host-operator
- dockerfile_path: openshift-ci/Dockerfile.member.deploy
from: os
- from: os
inputs:
bin:
paths:
- destination_dir: .
source_path: /go/src/github.com/codeready-toolchain/toolchain-e2e/build/_output/bin/member-operator
dockerfile_path: openshift-ci/Dockerfile.member.deploy
to: member-operator
- dockerfile_path: openshift-ci/Dockerfile.registration.deploy
from: os
- from: os
inputs:
bin:
paths:
- destination_dir: .
source_path: /go/src/github.com/codeready-toolchain/toolchain-e2e/build/_output/bin/registration-service
dockerfile_path: openshift-ci/Dockerfile.registration.deploy
to: registration-service
resources:
'*':
limits:
memory: 3Gi
requests:
cpu: 100m
memory: 250Mi

build_root:
project_image:
dockerfile_path: openshift-ci/Dockerfile.tools

binary_build_commands: make build-with-operators

tag_specification:
cluster: https://api.ci.openshift.org
name: "4.2"
namespace: ocp

tests:
- as: build
commands: make build
Expand Down
Original file line number Diff line number Diff line change
@@ -1,36 +1,40 @@

base_images:
os:
cluster: https://api.ci.openshift.org
name: centos
namespace: openshift
tag: "7"
binary_build_commands: make build
build_root:
project_image:
dockerfile_path: openshift-ci/Dockerfile.tools
tag: '7'

resources:
'*':
limits:
memory: 3Gi
requests:
memory: 250Mi
cpu: 100m
promotion:
namespace: codeready-toolchain
name: toolchain-operator-v0.1
images:
- dockerfile_path: openshift-ci/Dockerfile.deploy
from: os
- from: os
inputs:
bin:
paths:
- destination_dir: .
source_path: /go/src/github.com/codeready-toolchain/toolchain-operator/build/_output/bin/toolchain-operator
dockerfile_path: openshift-ci/Dockerfile.deploy
to: toolchain-operator
promotion:
name: toolchain-operator-v0.1
namespace: codeready-toolchain
resources:
'*':
limits:
memory: 3Gi
requests:
cpu: 100m
memory: 250Mi

build_root:
project_image:
dockerfile_path: openshift-ci/Dockerfile.tools

binary_build_commands: make build

tag_specification:
cluster: https://api.ci.openshift.org
name: "4.2"
namespace: ocp

tests:
- as: build
commands: make build
Expand Down
Loading