mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Disable code coverage uploads.
We're not running the full test suite
This commit is contained in:
parent
0e5bc67d4b
commit
3482c4da82
6 changed files with 12 additions and 0 deletions
|
@ -57,6 +57,7 @@ timeout(time: 8, unit: 'HOURS') {
|
|||
}
|
||||
archiveArtifacts artifacts: 'artifacts/*,artifacts/**/*'
|
||||
}
|
||||
/* Code coverage uploads disabled because we're not running the full test suite
|
||||
stage('report code coverage') {
|
||||
script {
|
||||
withCredentials([[$class: 'StringBinding', credentialsId: 'codecov-upload-token-salt', variable: 'CODECOV_TOKEN']]) {
|
||||
|
@ -68,6 +69,7 @@ timeout(time: 8, unit: 'HOURS') {
|
|||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
} catch (Exception e) {
|
||||
currentBuild.result = 'FAILURE'
|
||||
|
|
|
@ -57,6 +57,7 @@ timeout(time: 6, unit: 'HOURS') {
|
|||
}
|
||||
archiveArtifacts artifacts: 'artifacts/*,artifacts/**/*'
|
||||
}
|
||||
/* Code coverage uploads disabled because we're not running the full test suite
|
||||
stage('report code coverage') {
|
||||
script {
|
||||
withCredentials([[$class: 'StringBinding', credentialsId: 'codecov-upload-token-salt', variable: 'CODECOV_TOKEN']]) {
|
||||
|
@ -68,6 +69,7 @@ timeout(time: 6, unit: 'HOURS') {
|
|||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
} catch (Exception e) {
|
||||
currentBuild.result = 'FAILURE'
|
||||
|
|
|
@ -57,6 +57,7 @@ timeout(time: 6, unit: 'HOURS') {
|
|||
}
|
||||
archiveArtifacts artifacts: 'artifacts/*,artifacts/**/*'
|
||||
}
|
||||
/* Code coverage uploads disabled because we're not running the full test suite
|
||||
stage('report code coverage') {
|
||||
script {
|
||||
withCredentials([[$class: 'StringBinding', credentialsId: 'codecov-upload-token-salt', variable: 'CODECOV_TOKEN']]) {
|
||||
|
@ -68,6 +69,7 @@ timeout(time: 6, unit: 'HOURS') {
|
|||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
} catch (Exception e) {
|
||||
currentBuild.result = 'FAILURE'
|
||||
|
|
|
@ -57,6 +57,7 @@ timeout(time: 6, unit: 'HOURS') {
|
|||
}
|
||||
archiveArtifacts artifacts: 'artifacts/*,artifacts/**/*'
|
||||
}
|
||||
/* Code coverage uploads disabled because we're not running the full test suite
|
||||
stage('report code coverage') {
|
||||
script {
|
||||
withCredentials([[$class: 'StringBinding', credentialsId: 'codecov-upload-token-salt', variable: 'CODECOV_TOKEN']]) {
|
||||
|
@ -68,6 +69,7 @@ timeout(time: 6, unit: 'HOURS') {
|
|||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
} catch (Exception e) {
|
||||
currentBuild.result = 'FAILURE'
|
||||
|
|
|
@ -56,6 +56,7 @@ timeout(time: 6, unit: 'HOURS') {
|
|||
}
|
||||
archiveArtifacts artifacts: 'artifacts/*,artifacts/**/*'
|
||||
}
|
||||
/* Code coverage uploads disabled because we're not running the full test suite
|
||||
stage('report code coverage') {
|
||||
script {
|
||||
withCredentials([[$class: 'StringBinding', credentialsId: 'codecov-upload-token-salt', variable: 'CODECOV_TOKEN']]) {
|
||||
|
@ -67,6 +68,7 @@ timeout(time: 6, unit: 'HOURS') {
|
|||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
} catch (Exception e) {
|
||||
currentBuild.result = 'FAILURE'
|
||||
|
|
|
@ -56,6 +56,7 @@ timeout(time: 6, unit: 'HOURS') {
|
|||
}
|
||||
archiveArtifacts artifacts: 'artifacts/*,artifacts/**/*'
|
||||
}
|
||||
/* Code coverage uploads disabled because we're not running the full test suite
|
||||
stage('report code coverage') {
|
||||
script {
|
||||
withCredentials([[$class: 'StringBinding', credentialsId: 'codecov-upload-token-salt', variable: 'CODECOV_TOKEN']]) {
|
||||
|
@ -67,6 +68,7 @@ timeout(time: 6, unit: 'HOURS') {
|
|||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
} catch (Exception e) {
|
||||
currentBuild.result = 'FAILURE'
|
||||
|
|
Loading…
Add table
Reference in a new issue