Skip to content

Commit

Permalink
Fixes #20056: Remove ubuntu20 from the Jenkinsfile test since thehost…
Browse files Browse the repository at this point in the history
… is unstable atm
  • Loading branch information
Fdall committed Oct 5, 2021
1 parent 44b0f78 commit 0c81c6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ pipeline {
"centos8",
"sles12",
"sles15",
"ubuntu18_04",
"ubuntu20_04"
"ubuntu18_04"
]
String ncf_path = "${workspace}/ncf"
testNcfLocal(agent_versions, systems, ncf_path)
Expand Down

0 comments on commit 0c81c6f

Please sign in to comment.