Temporarily disable selective ATH tests (#8206)

This commit is contained in:
Alexander Brandes 2023-06-29 11:06:33 +02:00 committed by GitHub
parent ea29716303
commit cb5aa8fd5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

12
Jenkinsfile vendored
View File

@ -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()