Skip to content

Commit 4b85477

Browse files
atheo89jiridanek
authored andcommitted
RHOAIENG-18400: chore(.tekton/): use the script to generate Konflux pipelines for all our images
1 parent b3b7f22 commit 4b85477

File tree

38 files changed

+20763
-29
lines changed

38 files changed

+20763
-29
lines changed

.tekton/codeserver-ubi9-python-3-11-pull-request.yaml

+613
Large diffs are not rendered by default.

.tekton/codeserver-ubi9-python-3-11-push.yaml

+606
Large diffs are not rendered by default.

.tekton/cuda-jupyter-minimal-ubi9-python-3-11-pull-request.yaml

+612
Large diffs are not rendered by default.

.tekton/cuda-jupyter-minimal-ubi9-python-3-11-push.yaml

+606
Large diffs are not rendered by default.

.tekton/cuda-jupyter-pytorch-ubi9-python-3-11-pull-request.yaml

+615
Large diffs are not rendered by default.

.tekton/cuda-jupyter-pytorch-ubi9-python-3-11-push.yaml

+606
Large diffs are not rendered by default.

.tekton/cuda-jupyter-tensorflow-ubi9-python-3-11-pull-request.yaml

+615
Large diffs are not rendered by default.

.tekton/cuda-jupyter-tensorflow-ubi9-python-3-11-push.yaml

+606
Large diffs are not rendered by default.

.tekton/cuda-rstudio-c9s-python-3-11-pull-request.yaml

+616
Large diffs are not rendered by default.

.tekton/cuda-rstudio-c9s-python-3-11-push.yaml

+606
Large diffs are not rendered by default.

.tekton/jupyter-datascience-ubi9-python-3-11-pull-request.yaml

+614
Large diffs are not rendered by default.

.tekton/jupyter-datascience-ubi9-python-3-11-push.yaml

+606
Large diffs are not rendered by default.

.tekton/jupyter-minimal-ubi9-python-3-11-pull-request.yaml

+11-6
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ metadata:
1010
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
1111
pipelinesascode.tekton.dev/cancel-in-progress: "true"
1212
pipelinesascode.tekton.dev/max-keep-runs: '3'
13-
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" && ( "jupyter/minimal/ubi9-python-3.11/Pipfile.lock".pathChanged()
13+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
14+
== "main" && ( "jupyter/minimal/ubi9-python-3.11/Pipfile.lock".pathChanged()
1415
|| "jupyter/minimal/ubi9-python-3.11/start-notebook.sh".pathChanged() || "jupyter/utils/***".pathChanged()
1516
|| ".tekton/jupyter-minimal-ubi9-python-3-11-pull-request.yaml".pathChanged()
1617
|| "jupyter/minimal/ubi9-python-3.11/Dockerfile.cpu".pathChanged() ) && has(body.repository)
1718
&& body.repository.full_name == "opendatahub-io/notebooks"
18-
creationTimestamp:
19+
creationTimestamp: null
1920
labels:
2021
appstudio.openshift.io/application: notebooks
2122
appstudio.openshift.io/component: jupyter-minimal-ubi9-python-3-11
@@ -69,11 +70,13 @@ spec:
6970
name: output-image
7071
type: string
7172
- default: .
72-
description: Path to the source code of an application's component from where to build image.
73+
description: Path to the source code of an application's component from where
74+
to build image.
7375
name: path-context
7476
type: string
7577
- default: Dockerfile
76-
description: Path to the Dockerfile inside the context specified by parameter path-context
78+
description: Path to the Dockerfile inside the context specified by parameter
79+
path-context
7780
name: dockerfile
7881
type: string
7982
- default: "false"
@@ -93,7 +96,8 @@ spec:
9396
name: prefetch-input
9497
type: string
9598
- default: ""
96-
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
99+
description: Image tag expiration time, time values could be something like
100+
1h, 2d, 3w for hours, days, and weeks, respectively.
97101
name: image-expires-after
98102
- default: "false"
99103
description: Build a source image.
@@ -113,7 +117,8 @@ spec:
113117
type: string
114118
- default:
115119
- linux/x86_64
116-
description: List of platforms to build the container images on. The available set of values is determined by the configuration of the multi-platform-controller.
120+
description: List of platforms to build the container images on. The available
121+
set of values is determined by the configuration of the multi-platform-controller.
117122
name: build-platforms
118123
type: array
119124
results:

.tekton/jupyter-minimal-ubi9-python-3-11-push.yaml

+11-6
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ metadata:
99
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
1010
pipelinesascode.tekton.dev/cancel-in-progress: "false"
1111
pipelinesascode.tekton.dev/max-keep-runs: '3'
12-
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main" && has(body.repository) && body.repository.full_name == "opendatahub-io/notebooks"
13-
creationTimestamp:
12+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
13+
== "main" && has(body.repository) && body.repository.full_name == "opendatahub-io/notebooks"
14+
creationTimestamp: null
1415
labels:
1516
appstudio.openshift.io/application: notebooks
1617
appstudio.openshift.io/component: jupyter-minimal-ubi9-python-3-11
@@ -64,11 +65,13 @@ spec:
6465
name: output-image
6566
type: string
6667
- default: .
67-
description: Path to the source code of an application's component from where to build image.
68+
description: Path to the source code of an application's component from where
69+
to build image.
6870
name: path-context
6971
type: string
7072
- default: Dockerfile
71-
description: Path to the Dockerfile inside the context specified by parameter path-context
73+
description: Path to the Dockerfile inside the context specified by parameter
74+
path-context
7275
name: dockerfile
7376
type: string
7477
- default: "false"
@@ -88,7 +91,8 @@ spec:
8891
name: prefetch-input
8992
type: string
9093
- default: ""
91-
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
94+
description: Image tag expiration time, time values could be something like
95+
1h, 2d, 3w for hours, days, and weeks, respectively.
9296
name: image-expires-after
9397
- default: "false"
9498
description: Build a source image.
@@ -108,7 +112,8 @@ spec:
108112
type: string
109113
- default:
110114
- linux/x86_64
111-
description: List of platforms to build the container images on. The available set of values is determined by the configuration of the multi-platform-controller.
115+
description: List of platforms to build the container images on. The available
116+
set of values is determined by the configuration of the multi-platform-controller.
112117
name: build-platforms
113118
type: array
114119
results:

0 commit comments

Comments
 (0)