Skip to content
Open
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,9 +1,5 @@
binary_build_commands: make build
build_root:
from_repository: true
images:
- dockerfile_path: Dockerfile.rhel7
to: libvirt-machine-controllers
promotion:
to:
- name: "4.21"
Expand All @@ -23,40 +19,6 @@ resources:
requests:
cpu: 100m
memory: 200Mi
tests:
- as: unit
commands: NO_DOCKER=1 make test
container:
from: src
- as: gofmt
commands: IS_CONTAINER=TRUE make fmt
container:
from: src
- as: govet
commands: IS_CONTAINER=TRUE make vet
container:
from: src
- as: golint
commands: IS_CONTAINER=TRUE make lint
container:
from: src
- as: actuator-pkg-staleness
commands: make check-pkg
container:
from: src
optional: true
- always_run: false
as: e2e-libvirt
optional: true
steps:
cluster_profile: gcp
workflow: openshift-e2e-gcp-libvirt
- as: verify-deps
steps:
env:
CHECK_MOD_LIST: "false"
test:
- ref: go-verify-deps
zz_generated_metadata:
branch: release-4.21
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ build_root:
name: release
namespace: openshift
tag: rhel-9-release-golang-1.24-openshift-4.21
images:
- build_args:
- name: TAGS
value: scos
dockerfile_path: Dockerfile.rhel7
from: origin_scos-4.21_base-stream9
to: libvirt-machine-controllers
promotion:
to:
- name: scos-4.21
Expand All @@ -30,13 +23,6 @@ resources:
requests:
cpu: 100m
memory: 200Mi
tests:
- always_run: false
as: e2e-aws-ovn
optional: true
steps:
cluster_profile: aws
workflow: openshift-e2e-aws
zz_generated_metadata:
branch: release-4.21
org: openshift
Expand Down

This file was deleted.

Loading