Disable Hibernate 6.5/6.5 builds due to Hibernate breaking class loading in their Loadtime-Weaver.
See #3473
This commit is contained in:
42
Jenkinsfile
vendored
42
Jenkinsfile
vendored
@@ -120,48 +120,6 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
stage("test: baseline (hibernate 6.5 snapshots)") {
|
||||
agent {
|
||||
label 'data'
|
||||
}
|
||||
options { timeout(time: 30, unit: 'MINUTES')}
|
||||
environment {
|
||||
ARTIFACTORY = credentials("${p['artifactory.credentials']}")
|
||||
DEVELOCITY_CACHE = credentials("${p['develocity.cache.credentials']}")
|
||||
DEVELOCITY_ACCESS_KEY = credentials("${p['develocity.access-key']}")
|
||||
TESTCONTAINERS_IMAGE_SUBSTITUTOR = 'org.springframework.data.jpa.support.ProxyImageNameSubstitutor'
|
||||
}
|
||||
steps {
|
||||
script {
|
||||
docker.image(p['docker.java.next.image']).inside(p['docker.java.inside.docker']) {
|
||||
sh "PROFILE=all-dbs,hibernate-65-snapshots " +
|
||||
"JENKINS_USER_NAME=${p['jenkins.user.name']} " +
|
||||
"ci/test.sh"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
stage("test: baseline (hibernate 6.6 snapshots)") {
|
||||
agent {
|
||||
label 'data'
|
||||
}
|
||||
options { timeout(time: 30, unit: 'MINUTES')}
|
||||
environment {
|
||||
ARTIFACTORY = credentials("${p['artifactory.credentials']}")
|
||||
DEVELOCITY_CACHE = credentials("${p['develocity.cache.credentials']}")
|
||||
DEVELOCITY_ACCESS_KEY = credentials("${p['develocity.access-key']}")
|
||||
TESTCONTAINERS_IMAGE_SUBSTITUTOR = 'org.springframework.data.jpa.support.ProxyImageNameSubstitutor'
|
||||
}
|
||||
steps {
|
||||
script {
|
||||
docker.image(p['docker.java.next.image']).inside(p['docker.java.inside.docker']) {
|
||||
sh "PROFILE=all-dbs,hibernate-66-snapshots " +
|
||||
"JENKINS_USER_NAME=${p['jenkins.user.name']} " +
|
||||
"ci/test.sh"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
stage("test: java.next (next)") {
|
||||
agent {
|
||||
label 'data'
|
||||
|
||||
Reference in New Issue
Block a user