Skip to content

Commit

Permalink
Merge branch 'release' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubcabal committed Oct 17, 2024
2 parents b55141a + 74b783c commit 823d869
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.2] - 2024-10-17

### Fixed

- Fixed missing prefix DMA Medusa jenkins verification script.
- NFB-200G2QL: Fixed missing lock DNA_PORT2E to X0Y1 due to different Chip ID in each SLRs (private submodule).
- NFB-200G2QL: Fixed all PCIE paths for pblock (private submodule).

## [0.7.1] - 2024-10-16

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.1
0.7.2
2 changes: 1 addition & 1 deletion extra/nfb-200g2ql
6 changes: 3 additions & 3 deletions tests/jenkins/common.jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def commonPrekladVerRun(COMPONENTS) {
println "FAILED on components: ${failed}."
emailext \
recipientProviders: [culprits(), developers()],
to: '[email protected], [email protected]',
to: '[email protected],[email protected]',
subject: "[Jenkins] ${currentBuild.currentResult} ${env.JOB_NAME} #${currentBuild.number}",
body: """\
The build of the repository ${env.JOB_NAME} #${currentBuild.number} ends up with status ${currentBuild.currentResult} on components: ${failed}. You can find build log in the attachments.
Expand Down Expand Up @@ -136,7 +136,7 @@ def commonPrekladMultiVerRun(COMPONENTS, ofm_path = pwd()) {
println "FAILED on components: ${failed}."
emailext \
recipientProviders: [culprits(), developers()],
to: '[email protected]',
to: '[email protected],[email protected]',
subject: "[Jenkins] ${currentBuild.currentResult} ${env.JOB_NAME} #${currentBuild.number}",
body: """\
The build of the repository ${env.JOB_NAME} #${currentBuild.number} ends up with status ${currentBuild.currentResult} on components: ${failed}. You can find build log in the attachments.
Expand Down Expand Up @@ -222,7 +222,7 @@ def commonPrekladHarpRun(COMPONENTS, ofm_path = pwd()) {
println "FAILED on components: ${failed}."
emailext \
recipientProviders: [culprits(), developers()],
to: '[email protected]',
to: '[email protected],[email protected]',
subject: "[Jenkins] ${currentBuild.currentResult} ${env.JOB_NAME} #${currentBuild.number}",
body: """\
The build of the repository (with HARP) ${env.JOB_NAME} #${currentBuild.number} ends up with status ${currentBuild.currentResult} on components: ${failed}. You can find build log in the attachments.
Expand Down
2 changes: 1 addition & 1 deletion tests/jenkins/ver_dma_medusa.jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ node('preklad') {
timeout(time: 12, unit: 'HOURS') {
stage("$name") {
dir("$path") {
sh "python3 $multi_ver $fdo $pkg $settings"
sh "python3 $multi_ver -p $name $fdo $pkg $settings"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion tests/jenkins/ver_dma_medusa_xl.jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ node('preklad') {
timeout(time: 4, unit: 'DAYS') {
stage("$name") {
dir("$path") {
sh "python3 $multi_ver $fdo $pkg $settings"
sh "python3 $multi_ver -p $name $fdo $pkg $settings"
}
}
}
Expand Down

0 comments on commit 823d869

Please sign in to comment.