Skip to content

Commit

Permalink
Merge pull request networkupstools#2351 from jimklimov/FTY-remerge-20…
Browse files Browse the repository at this point in the history
…240123

FTY: Update Jenkinsfile-dynamatrix
  • Loading branch information
jimklimov authored Mar 7, 2024
2 parents 839287b + 90c6368 commit 5b859e6
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions Jenkinsfile-dynamatrix
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,8 @@ set | sort -n """
// BUILD_TYPE=default-tgt:distcheck-light + NO_PKG_CONFIG=true ?
],
dynamatrixAxesCommonEnv: [
['LANG=C','LC_ALL=C','TZ=UTC'
//,'BUILD_WARNFATAL=yes','BUILD_WARNOPT=hard'
['LANG=C','LC_ALL=C','TZ=UTC','BUILD_WARNFATAL=yes'
//,'BUILD_WARNOPT=hard'
]
],
allowedFailure: [
Expand Down Expand Up @@ -543,8 +543,8 @@ set | sort -n """
'BUILD_TYPE': ['default-tgt:cppcheck']
],
dynamatrixAxesCommonEnv: [
['LANG=C','LC_ALL=C','TZ=UTC', 'DO_CLEAN_CHECK=no'
//,'BUILD_WARNFATAL=yes','BUILD_WARNOPT=hard'
['LANG=C','LC_ALL=C','TZ=UTC', 'DO_CLEAN_CHECK=no', 'BUILD_WARNFATAL=yes'
//,'BUILD_WARNOPT=hard'
]
],
allowedFailure: [
Expand Down Expand Up @@ -719,7 +719,8 @@ set | sort -n """
],
dynamatrixAxesCommonEnv: [
['LANG=C','LC_ALL=C','TZ=UTC',
'BUILD_WARNFATAL=yes','BUILD_WARNOPT=minimal'
'BUILD_WARNFATAL=yes'
//,'BUILD_WARNOPT=medium'
]
],
allowedFailure: [
Expand Down Expand Up @@ -760,9 +761,14 @@ set | sort -n """
dynamatrixAxesCommonEnv: [
['LANG=C','LC_ALL=C','TZ=UTC',
// Build in a subdirectory to check that out-of-dir
// builds are healthy too
// builds are healthy too.
// NOTE: It would be useful to also have a recipe to build
// "completely out-of-tree", in a different filesystem (to
// make sure we do not rely on hard-links, relative paths,
// etc.)
'CI_BUILDDIR=obj',
'BUILD_WARNFATAL=yes','BUILD_WARNOPT=minimal'
'BUILD_WARNFATAL=yes'
//,'BUILD_WARNOPT=minimal'
]
],
allowedFailure: [
Expand Down Expand Up @@ -801,7 +807,8 @@ set | sort -n """
],
dynamatrixAxesCommonEnv: [
['LANG=C','LC_ALL=C','TZ=UTC',
'BUILD_WARNFATAL=yes','BUILD_WARNOPT=minimal'
'BUILD_WARNFATAL=yes'
//,'BUILD_WARNOPT=minimal'
]
],
allowedFailure: [
Expand Down Expand Up @@ -1282,7 +1289,7 @@ set | sort -n """
'bodyParStages': dynacfgPipeline.slowBuildDefaultBody_ci_build
] // one slowBuild filter configuration

,[name: 'Strict C and GNU standard builds on cross-Windows platforms (Linux+mingw), without distcheck and docs (allowed to fail)',
,[name: (dynacfgPipeline.disableStrictCIBuild_CrossWindows ? '' : 'Strict C and ') + 'GNU standard builds on cross-Windows platforms (Linux+mingw), without distcheck and docs (allowed to fail)',
disabled: dynacfgPipeline.disableSlowBuildCIBuild,
//branchRegexSource: ~/^(PR-.+|.*fightwarn.*|.*Windows.*)$/,
//branchRegexTarget: ~/fightwarn|Windows-.*/,
Expand Down

0 comments on commit 5b859e6

Please sign in to comment.