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
Expand Up @@ -2,7 +2,7 @@ base_images:
golangci-lint:
name: golangci-lint
namespace: ci
tag: v1.64.8
tag: v2.3.1
lightspeed-service-api:
name: lightspeed-service-api
namespace: ols
Expand All @@ -13,10 +13,7 @@ base_images:
tag: operator-sdk
binary_build_commands: make build --warn-undefined-variables
build_root:
image_stream_tag:
name: release
namespace: openshift
tag: rhel-9-release-golang-1.24-openshift-4.20
from_repository: true
images:
- dockerfile_path: Dockerfile
to: lightspeed-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ periodics:
cluster: build02
cron: 10 2 * * *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: main
org: openshift
Expand Down Expand Up @@ -70,8 +68,6 @@ periodics:
cluster: build02
cron: 10 2 * * *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: main
org: openshift
Expand Down Expand Up @@ -137,8 +133,6 @@ periodics:
cluster: build02
cron: 10 2 * * *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: main
org: openshift
Expand Down Expand Up @@ -204,8 +198,6 @@ periodics:
cluster: build02
cron: 10 2 * * *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: main
org: openshift
Expand Down Expand Up @@ -271,8 +263,6 @@ periodics:
cluster: build02
cron: 10 2 * * *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: main
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ postsubmits:
- ^main$
cluster: build11
decorate: true
decoration_config:
skip_cloning: true
labels:
ci-operator.openshift.io/is-promotion: "true"
ci.openshift.io/generator: prowgen
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ presubmits:
cluster: build08
context: ci/prow/bundle-e2e-4-20
decorate: true
decoration_config:
skip_cloning: true
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
Expand Down Expand Up @@ -78,8 +76,6 @@ presubmits:
cluster: build08
context: ci/prow/ci-index-lightspeed-bundle-test
decorate: true
decoration_config:
skip_cloning: true
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
Expand Down Expand Up @@ -133,8 +129,6 @@ presubmits:
cluster: build08
context: ci/prow/fips-image-scan-operator
decorate: true
decoration_config:
skip_cloning: true
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
Expand Down Expand Up @@ -196,8 +190,6 @@ presubmits:
cluster: build08
context: ci/prow/generate
decorate: true
decoration_config:
skip_cloning: true
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
Expand Down Expand Up @@ -252,8 +244,6 @@ presubmits:
cluster: build08
context: ci/prow/images
decorate: true
decoration_config:
skip_cloning: true
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
Expand Down Expand Up @@ -308,8 +298,6 @@ presubmits:
cluster: build08
context: ci/prow/lint
decorate: true
decoration_config:
skip_cloning: true
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
Expand Down Expand Up @@ -364,8 +352,6 @@ presubmits:
cluster: build08
context: ci/prow/security
decorate: true
decoration_config:
skip_cloning: true
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
Expand Down Expand Up @@ -427,8 +413,6 @@ presubmits:
cluster: build08
context: ci/prow/unit
decorate: true
decoration_config:
skip_cloning: true
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
Expand Down