This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch ee11
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git
The following commit(s) were added to refs/heads/ee11 by this push:
new 4955cb0 Drop OpenJPA webprofile persistence-javatest branch from
Jenkins CI
4955cb0 is described below
commit 4955cb07394c7c1a6cdbef4d5cbb817179547bbb
Author: Markus Jung <[email protected]>
AuthorDate: Sun Jul 19 14:39:11 2026 +0200
Drop OpenJPA webprofile persistence-javatest branch from Jenkins CI
---
Jenkinsfile | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 33cf9e1..2bc0e99 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -127,19 +127,12 @@ from xml.etree import ElementTree
}
}
- // The EclipseLink-based Plume distribution is the default target
- // under test; OpenJPA blocks most of the persistence catalog on the
- // webprofile ZIP.
+ // The EclipseLink-based Plume distribution is the target under test.
def branches = platformPartitions.collectEntries { entry ->
def branchName = "${entry.protocol} - ${entry.partition}"
[(branchName): catalogBranch(branchName, entry.protocol,
entry.partition, 'plume')]
}
- // Track the OpenJPA-based webprofile distribution's persistence
- // compatibility gaps against their reviewed exclusion list.
- branches['javatest - persistence-javatest (webprofile)'] =
- catalogBranch('javatest - persistence-javatest (webprofile)',
'javatest', 'persistence-javatest', 'webprofile')
-
// Standalone specification TCK runners. Every suite runs with its
// reviewed exclusion list from runner-standalone/exclusions/, so a
// red branch is a regression, not a known gap. The source-reactor