File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33/* groovylint-disable DuplicateMapLiteral, DuplicateNumberLiteral */
44/* groovylint-disable DuplicateStringLiteral, NestedBlockDepth, VariableName */
55/* Copyright 2019-2024 Intel Corporation
6- * Copyright 2025 Hewlett Packard Enterprise Development LP
6+ * Copyright 2025-2026 Hewlett Packard Enterprise Development LP
77 * All rights reserved.
88 *
99 * This file is part of the DAOS Project. It is subject to the license terms
@@ -704,7 +704,7 @@ pipeline {
704704 }
705705 }
706706 }
707- stage(' Build on Leap 15.6 ' ) {
707+ stage(' Build on Leap 15.5 ' ) {
708708 when {
709709 beforeAgent true
710710 expression { ! params.CI_leap15_NOBUILD && ! skipStage() }
@@ -717,7 +717,7 @@ pipeline {
717717 parallel_build : true ,
718718 deps_build : true ) +
719719 " -t ${ sanitized_JOB_NAME()} -leap15-gcc" +
720- ' --build-arg POINT_RELEASE=.6 '
720+ ' --build-arg POINT_RELEASE=.5 '
721721
722722 }
723723 }
You can’t perform that action at this time.
0 commit comments