File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Base images
2
+ BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.6
3
+ RELEASE_BASE_IMAGE=registry.access.redhat.com/ubi9-minimal:9.6
4
+
5
+ # Logging/tests
6
+ VERBOSE_LOGS=ON
7
+ RUN_TESTS=ON
8
+ CHECK_COVERAGE=0
9
+
10
+ # Distro/GPU
11
+ BASE_OS=redhat
12
+ GPU=1
13
+ ov_use_binary=0
14
+
15
+ # Versions / LTO
16
+ INSTALL_DRIVER_VERSION=24.52.32224
17
+ LTO_ENABLE=ON
18
+ LTO_CXX_FLAGS=-flto=auto -ffat-lto-objects -march=haswell
19
+ LTO_LD_FLAGS=-flto=auto -ffat-lto-objects -Wl,-plugin-opt=-march=haswell
20
+
21
+ # Source/branch
22
+ SOURCE=openvinotoolkit
23
+ BRANCH=releases/2025/2
24
+ ov_source_org=openvinotoolkit
25
+ ov_contrib_org=openvinotoolkit
26
+ ov_source_branch=releases/2025/2
27
+ ov_contrib_branch=releases/2025/2
28
+ ov_tokenizers_branch=releases/2025/2
29
+
30
+ # Parallelism
31
+ JOBS=30
32
+
33
+ # Bazel flags (no quotes, entire value after the '=')
34
+ debug_bazel_flags=--strip=always --define MEDIAPIPE_DISABLE=0 --define PYTHON_DISABLE=0 --//:distro=redhat --local_ram_resources=23552 --local_cpu_resources=28 --verbose_failures --subcommands --config=mp_on_py_on
35
+ CAPI_FLAGS=--strip=always --config=mp_off_py_off --//:distro=redhat --local_ram_resources=23552 --local_cpu_resources=30 --verbose_failures --subcommands
36
+
Original file line number Diff line number Diff line change 48
48
value : " 2147483647"
49
49
- name : build-platform
50
50
value : linux-extra-fast/amd64
51
+ - name : build-args-file
52
+ value : .konflux/build-args.conf
51
53
taskRunSpecs :
52
54
- pipelineTaskName : build-container
53
55
stepSpecs :
You can’t perform that action at this time.
0 commit comments