mirror of https://github.com/jenkinsci/jenkins.git
Temporarily disable selective ATH tests (#8206)
This commit is contained in:
parent
ea29716303
commit
cb5aa8fd5b
|
@ -205,7 +205,7 @@ axes.values().combinations {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Temporarily disable selective ATH builds due to https://github.com/jenkins-infra/helpdesk/issues/3641
|
||||
def athAxes = [
|
||||
platforms: ['linux'],
|
||||
jdks: [17],
|
||||
|
@ -232,12 +232,12 @@ athAxes.values().combinations {
|
|||
withCredentials([string(credentialsId: 'launchable-jenkins-acceptance-test-harness', variable: 'LAUNCHABLE_TOKEN')]) {
|
||||
sh "launchable verify && launchable record tests --no-build --flavor platform=${platform} --flavor jdk=${jdk} --flavor browser=${browser} maven './target/ath-reports'"
|
||||
}
|
||||
*/
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
builds.failFast = failFast
|
||||
parallel builds
|
||||
infra.maybePublishIncrementals()
|
||||
|
|
Loading…
Reference in New Issue