Skip to content

Commit 539b54c

Browse files
Merge pull request #147 from AnnaZivkovic/v1.x-rebase
[v1.2.2] Branching
2 parents ec76a89 + 7d927fd commit 539b54c

3,492 files changed

Lines changed: 255972 additions & 221790 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.ci-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build_root_image:
22
name: builder
33
namespace: ocp
4-
tag: rhel-9-golang-1.23-openshift-4.19
4+
tag: rhel-9-golang-1.25-openshift-4.21

.tekton/multiarch-tuning-operator-integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
- name: source
1313
emptyDir: { }
1414
steps:
15-
- image: brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.23
15+
- image: brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.25
1616
env:
1717
- name: URL
1818
valueFrom:

.tekton/multiarch-tuning-operator-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
pipelinesascode.tekton.dev/on-cel-expression: |
11-
event == "pull_request" && target_branch == "v1.x" && (".tekton/***".pathChanged() || "apis/***".pathChanged() || "controllers/***".pathChanged() || "pkg/***".pathChanged() || "test/***".pathChanged() || "konflux.Dockerfile".pathChanged() || "go.mod".pathChanged() || "main.go".pathChanged() || "go.sum".pathChanged() || "trigger-konflux-builds.txt".pathChanged() )
11+
event == "pull_request" && target_branch == "v1.x" && (".tekton/***".pathChanged() || "api/***".pathChanged() || "internal/controller/***".pathChanged() || "pkg/***".pathChanged() || "test/***".pathChanged() || "konflux.Dockerfile".pathChanged() || "go.mod".pathChanged() || "cmd/***".pathChanged() || "go.sum".pathChanged() || "trigger-konflux-builds.txt".pathChanged() )
1212
creationTimestamp: null
1313
labels:
1414
appstudio.openshift.io/application: multiarch-tuning-operator-v1-x

.tekton/multiarch-tuning-operator-push.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ metadata:
66
build.appstudio.redhat.com/commit_sha: '{{revision}}'
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/max-keep-runs: "3"
9-
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "v1.x" && (".tekton/***".pathChanged() || "apis/***".pathChanged() || "controllers/***".pathChanged() || "pkg/***".pathChanged() || "test/***".pathChanged() || "konflux.Dockerfile".pathChanged() || "go.mod".pathChanged() || "main.go".pathChanged() || "go.sum".pathChanged() || "trigger-konflux-builds.txt".pathChanged() )
9+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
10+
== "v1.x" && (".tekton/***".pathChanged() || "api/***".pathChanged() || "internal/controller/***".pathChanged()
11+
|| "pkg/***".pathChanged() || "test/***".pathChanged() || "konflux.Dockerfile".pathChanged()
12+
|| "go.mod".pathChanged() || "cmd/***".pathChanged() || "go.sum".pathChanged()
13+
|| "trigger-konflux-builds.txt".pathChanged() )
1014
creationTimestamp: null
1115
labels:
1216
appstudio.openshift.io/application: multiarch-tuning-operator-v1-x

.tekton/run-prowjob-bundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
taskSpec:
1111
steps:
1212
- name: hello
13-
image: brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.23
13+
image: brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.25
1414
script: |
1515
#!/bin/bash
1616
echo "Hello, world!"

.tekton/run-prowjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
taskSpec:
1111
steps:
1212
- name: hello
13-
image: brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.23
13+
image: brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.25
1414
script: |
1515
#!/bin/bash
1616
echo "Hello, world!"

0 commit comments

Comments
 (0)