Skip to content

ROX-29690: Put -4-8 versions on Konflux resources #1954

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: release-2.37
Choose a base branch
from
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
6 changes: 3 additions & 3 deletions .tekton/scanner-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ metadata:
)
)
labels:
appstudio.openshift.io/application: acs
appstudio.openshift.io/component: scanner
appstudio.openshift.io/application: acs-4-8
appstudio.openshift.io/component: scanner-4-8
pipelines.appstudio.openshift.io/type: build
name: scanner-on-push
namespace: rh-acs-tenant
Expand Down Expand Up @@ -80,7 +80,7 @@ spec:
cpu: 2

taskRunTemplate:
serviceAccountName: build-pipeline-scanner
serviceAccountName: build-pipeline-scanner-4-8

# Multiarch builds sometimes make the pipeline timeout after 1h.
# Tagged builds wait for blobs to be published which takes about 1h.
Expand Down
6 changes: 3 additions & 3 deletions .tekton/scanner-db-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ metadata:
)
)
labels:
appstudio.openshift.io/application: acs
appstudio.openshift.io/component: scanner-db
appstudio.openshift.io/application: acs-4-8
appstudio.openshift.io/component: scanner-db-4-8
pipelines.appstudio.openshift.io/type: build
name: scanner-db-on-push
namespace: rh-acs-tenant
Expand Down Expand Up @@ -65,7 +65,7 @@ spec:
secretName: '{{ git_auth_secret }}'

taskRunTemplate:
serviceAccountName: build-pipeline-scanner-db
serviceAccountName: build-pipeline-scanner-db-4-8

# Tagged builds wait for blobs to be published which takes about 1h.
timeouts:
Expand Down
6 changes: 3 additions & 3 deletions .tekton/scanner-db-slim-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ metadata:
)
)
labels:
appstudio.openshift.io/application: acs
appstudio.openshift.io/component: scanner-db-slim
appstudio.openshift.io/application: acs-4-8
appstudio.openshift.io/component: scanner-db-slim-4-8
pipelines.appstudio.openshift.io/type: build
name: scanner-db-slim-on-push
namespace: rh-acs-tenant
Expand Down Expand Up @@ -65,7 +65,7 @@ spec:
secretName: '{{ git_auth_secret }}'

taskRunTemplate:
serviceAccountName: build-pipeline-scanner-db-slim
serviceAccountName: build-pipeline-scanner-db-slim-4-8

timeouts:
tasks: 1h
Expand Down
6 changes: 3 additions & 3 deletions .tekton/scanner-slim-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ metadata:
)
)
labels:
appstudio.openshift.io/application: acs
appstudio.openshift.io/component: scanner-slim
appstudio.openshift.io/application: acs-4-8
appstudio.openshift.io/component: scanner-slim-4-8
pipelines.appstudio.openshift.io/type: build
name: scanner-slim-on-push
namespace: rh-acs-tenant
Expand Down Expand Up @@ -80,7 +80,7 @@ spec:
cpu: 2

taskRunTemplate:
serviceAccountName: build-pipeline-scanner-slim
serviceAccountName: build-pipeline-scanner-slim-4-8

# Multiarch builds sometimes make the pipeline timeout after 1h.
timeouts:
Expand Down