Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Removing Ubuntu 16.04 from pipeline #651

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion linux_pipeline/Jenkinsfile_dpdk_pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ properties ([
parameterDefinitions: [
[$class: 'StringParameterDefinition',
name: 'AZURE_IMAGES',
defaultValue: 'Canonical UbuntuServer 16.04-LTS latest,Canonical UbuntuServer 18.04-DAILY-LTS latest,RedHat RHEL 7-RAW latest,RedHat RHEL 7.5 latest,Openlogic CentOS 7.5 latest,SUSE SLES-15-sp1 gen1 latest',
defaultValue: 'Canonical UbuntuServer 18.04-DAILY-LTS latest,RedHat RHEL 7-RAW latest,RedHat RHEL 7.5 latest,Openlogic CentOS 7.5 latest,SUSE SLES-15-sp1 gen1 latest',
description: 'Azure images to be tested, comma separated.'],
[$class: 'StringParameterDefinition',
name: 'TEST_CASE',
Expand Down