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
Expand Up @@ -8,7 +8,7 @@ metadata:
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/cancel-in-progress: "true"
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-comment: "^/build-konflux"
pipelinesascode.tekton.dev/on-comment: "^/(build-konflux|build-jupyter-minimal-cuda)"
pipelinesascode.tekton.dev/on-event: "[pull_request]"
labels:
appstudio.openshift.io/application: automation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ spec:
value: 5d
- name: enable-slack-failure-notification
value: "false"
timeouts:
pipeline: 8h
tasks: 4h
pipelineRef:
resolver: git
params:
Expand Down
2 changes: 1 addition & 1 deletion codeserver/ubi9-python-3.12/build-args/konflux.cpu.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Base Image : RHEL 9.6 with Python 3.12
# Architectures: linux/arm64, linux/ppc64le, linux/x86_64, linux/s360x
BASE_IMAGE=registry.redhat.io/rhai/base-image-cpu-rhel9:3.2.0-1764872006
BASE_IMAGE=quay.io/aipcc/base-images/cpu:3.3.0-1768412357
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Base Image : RHEL 9.6 with Python 3.12
# Architectures: linux/arm64, linux/ppc64le, linux/x86_64, linux/s360x
BASE_IMAGE=registry.redhat.io/rhai/base-image-cpu-rhel9:3.2.0-1764872006
BASE_IMAGE=quay.io/aipcc/base-images/cpu:3.3.0-1768412357
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Base Image : RHEL 9.6 with Python 3.12
# Architectures: linux/arm64, linux/ppc64le, linux/x86_64, linux/s360x
BASE_IMAGE=registry.redhat.io/rhai/base-image-cpu-rhel9:3.2.0-1764872006
BASE_IMAGE=quay.io/aipcc/base-images/cpu:3.3.0-1768412357
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# CUDA Version : 12.8.1
# Architectures: linux/arm64, linux/x86_64
# Source : https://quay.io/repository/aipcc/base-images/cuda
BASE_IMAGE=registry.redhat.io/rhai/base-image-cuda-rhel9:3.2.0-1765367347
BASE_IMAGE=quay.io/aipcc/base-images/cuda-12.9-el9.6:3.3.0-1768412345
2 changes: 1 addition & 1 deletion rstudio/rhel9-python-3.12/build-args/konflux.cpu.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Base Image : RHEL 9.6 with Python 3.12
# Architectures: linux/arm64, linux/ppc64le, linux/x86_64, linux/s360x
# Source : https://quay.io/repository/aipcc/base-images/cpu
BASE_IMAGE=registry.redhat.io/rhai/base-image-cpu-rhel9:3.2.0-1764872006
BASE_IMAGE=quay.io/aipcc/base-images/cpu:3.3.0-1768412357
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Base Image : RHEL 9.6 with Python 3.12
# Architectures: linux/arm64, linux/ppc64le, linux/x86_64, linux/s360x
BASE_IMAGE=registry.redhat.io/rhai/base-image-cpu-rhel9:3.2.0-1764872006
BASE_IMAGE=quay.io/aipcc/base-images/cpu:3.3.0-1768412357
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Base Image : RHEL 9.6 with Python 3.12
# Architectures: linux/arm64, linux/ppc64le, linux/x86_64, linux/s360x
BASE_IMAGE=registry.redhat.io/rhai/base-image-cpu-rhel9:3.2.0-1764872006
BASE_IMAGE=quay.io/aipcc/base-images/cpu:3.3.0-1768412357
Loading