Skip to content
Open
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
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/* groovylint-disable DuplicateMapLiteral, DuplicateNumberLiteral */
/* groovylint-disable DuplicateStringLiteral, NestedBlockDepth, VariableName */
/* Copyright 2019-2023 Intel Corporation
/* Copyright 2026 Hewlett Packard Enterprise Development LP
* All rights reserved.
*
* This file is part of the DAOS Project. It is subject to the license terms
Expand Down Expand Up @@ -271,6 +272,7 @@ pipeline {
name: 'Functional on EL 8',
pragma_suffix: '-vm',
distro: 'el8',
image_version: 'el8.10',
base_branch: params.BaseBranch,
label: vm9_label('EL8'),
next_version: params.BaseBranch,
Expand All @@ -286,6 +288,7 @@ pipeline {
name: 'Functional on EL 9',
pragma_suffix: '-vm',
distro: 'el9',
image_version: 'el9.7',
base_branch: params.BaseBranch,
label: vm9_label('EL9'),
next_version: params.BaseBranch,
Expand Down
Loading