|
1 |
| -project.name= apache-tomee-plus |
2 |
| -project.version= 1.7.4-SNAPSHOT |
3 |
| -project.id= 2 |
4 |
| -project.scmUrl= scm:svn:https://svn.apache.org/repos/tck/tomee-tck/trunk |
5 |
| -project.buildFile= runtests |
6 |
| -include.f.javatest.log= target/logs/javatest.log |
7 |
| -include.d.logs=.*target/(apache|openejb).*/logs/.* |
8 |
| -header.webcontainer= tomee-plus |
9 |
| - |
10 |
| -# This file defines the tasks that are run in EC2. |
11 |
| -# Each build.* line becomes a task which is sent to a machine. |
12 |
| -# That machine will run the command and send back the results. |
13 |
| -# Adding lines to this file is enough to update the TCK setup in EC2. |
14 |
| -# |
15 |
| -# The syntax is pretty simple: |
16 |
| -# |
17 |
| -# build.<some-made-up-id> = <the-arguments-to-the-runtests-script> |
18 |
| -# |
19 |
| -# By convention, the "some-made-up-id" usualy refers to the name of the tests run. |
20 |
| -# |
21 |
| -# The "the-arguments-to-the-runtests-script" are simply passed as-is to './runtests'. |
22 |
| -# This means that anything that can be run on someone's machine via './runtests -abcdefg com.sun.foo' |
23 |
| -# can also be run in EC2 by adding 'build.com.sun.foo = -abcdefg com.sun.foo' to this file. |
24 |
| -# |
25 |
| -# EC2 will update itself by pulling this file from svn nightly |
26 |
| -# |
27 |
| -build.com.sun.ts.tests.jaxrs.GroupOne = -c -U -w tomee-plus -j -sql skip com.sun.ts.tests.jaxrs.api.rs_core.uriBuilderTest |
28 |
| -build.com.sun.ts.tests.jaxrs.GroupTwo = -c -U -w tomee-plus -j -sql skip com.sun.ts.tests.jaxrs.api.rs_core.cacheControlTest com.sun.ts.tests.jaxrs.api.rs_core.cookieTest com.sun.ts.tests.jaxrs.api.rs_core.entityTagTest com.sun.ts.tests.jaxrs.api.rs_core.genericEntityTest com.sun.ts.tests.jaxrs.api.rs_core.mediaTypeTest com.sun.ts.tests.jaxrs.api.rs_core.newCookieTest com.sun.ts.tests.jaxrs.api.rs_core.responseCTest com.sun.ts.tests.jaxrs.api.rs_core.variantListBuilderTest com.sun.ts.tests.jaxrs.api.rs_core.variantTest com.sun.ts.tests.jaxrs.ee com.sun.ts.tests.jaxrs.spec |
29 |
| -build.com.sun.ts.tests.connector.annotations.anno = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.annotations.anno |
30 |
| -build.com.sun.ts.tests.connector.annotations.mdcomplete = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.annotations.mdcomplete |
31 |
| -build.com.sun.ts.tests.connector.annotations.partialanno = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.annotations.partialanno |
32 |
| -build.com.sun.ts.tests.connector.connManager = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.connManager |
33 |
| -build.com.sun.ts.tests.connector.localTx.compat = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.localTx.compat |
34 |
| -build.com.sun.ts.tests.connector.localTx.connection = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.localTx.connection |
35 |
| -build.com.sun.ts.tests.connector.localTx.event = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.localTx.event |
36 |
| -build.com.sun.ts.tests.connector.localTx.lifecycle = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.localTx.lifecycle |
37 |
| -build.com.sun.ts.tests.connector.localTx.security = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.localTx.security |
38 |
| -build.com.sun.ts.tests.connector.localTx.transinflow = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.localTx.transinflow |
39 |
| -build.com.sun.ts.tests.connector.localTx.workcontext = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.localTx.workcontext |
40 |
| -build.com.sun.ts.tests.connector.localTx.workmgt = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.localTx.workmgt |
41 |
| -build.com.sun.ts.tests.connector.noTx.compat = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.noTx.compat |
42 |
| -build.com.sun.ts.tests.connector.noTx.connection = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.noTx.connection |
43 |
| -build.com.sun.ts.tests.connector.noTx.event = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.noTx.event |
44 |
| -build.com.sun.ts.tests.connector.noTx.lifecycle = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.noTx.lifecycle |
45 |
| -build.com.sun.ts.tests.connector.noTx.security = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.noTx.security |
46 |
| -build.com.sun.ts.tests.connector.noTx.workmgt = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.noTx.workmgt |
47 |
| -build.com.sun.ts.tests.connector.xa.compat = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.xa.compat |
48 |
| -build.com.sun.ts.tests.connector.xa.connection = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.xa.connection |
49 |
| -build.com.sun.ts.tests.connector.xa.event = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.xa.event |
50 |
| -build.com.sun.ts.tests.connector.xa.lifecycle = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.xa.lifecycle |
51 |
| -build.com.sun.ts.tests.connector.xa.security = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.xa.security |
52 |
| -build.com.sun.ts.tests.connector.xa.workmgt = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.xa.workmgt |
53 |
| -build.com.sun.ts.tests.ejb30.misc = -c -U -w tomee-plus com.sun.ts.tests.ejb30.misc |
54 |
| -build.com.sun.ts.tests.ejb30.assembly = -c -U -w tomee-plus com.sun.ts.tests.ejb30.assembly |
55 |
| -build.com.sun.ts.tests.ejb30.bb = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb |
56 |
| -build.com.sun.ts.tests.ejb30.sec = -c -U -w tomee-plus com.sun.ts.tests.ejb30.sec |
57 |
| -build.com.sun.ts.tests.ejb30.timer = -c -U -w tomee-plus com.sun.ts.tests.ejb30.timer |
58 |
| -build.com.sun.ts.tests.ejb30.tx = -c -U -w tomee-plus com.sun.ts.tests.ejb30.tx |
59 |
| -build.com.sun.ts.tests.ejb30.webservice = -c -U -w tomee-plus com.sun.ts.tests.ejb30.webservice |
60 |
| -build.com.sun.ts.tests.ejb30.lite.async = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.async |
61 |
| -build.com.sun.ts.tests.ejb30.lite.interceptor.stateless = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.interceptor.stateless |
| 1 | +project.name= apache-tomee-plus |
| 2 | +project.version= 1.7.4-SNAPSHOT |
| 3 | +project.id= 2 |
| 4 | +project.scmUrl= scm:svn:https://svn.apache.org/repos/tck/tomee-tck/trunk |
| 5 | +project.buildFile= runtests |
| 6 | +include.f.javatest.log= target/logs/javatest.log |
| 7 | +include.d.logs=.*target/(apache|openejb).*/logs/.* |
| 8 | +header.webcontainer= tomee-plus |
| 9 | + |
| 10 | +# This file defines the tasks that are run in EC2. |
| 11 | +# Each build.* line becomes a task which is sent to a machine. |
| 12 | +# That machine will run the command and send back the results. |
| 13 | +# Adding lines to this file is enough to update the TCK setup in EC2. |
| 14 | +# |
| 15 | +# The syntax is pretty simple: |
| 16 | +# |
| 17 | +# build.<some-made-up-id> = <the-arguments-to-the-runtests-script> |
| 18 | +# |
| 19 | +# By convention, the "some-made-up-id" usualy refers to the name of the tests run. |
| 20 | +# |
| 21 | +# The "the-arguments-to-the-runtests-script" are simply passed as-is to './runtests'. |
| 22 | +# This means that anything that can be run on someone's machine via './runtests -abcdefg com.sun.foo' |
| 23 | +# can also be run in EC2 by adding 'build.com.sun.foo = -abcdefg com.sun.foo' to this file. |
| 24 | +# |
| 25 | +# EC2 will update itself by pulling this file from svn nightly |
| 26 | +# |
| 27 | +build.com.sun.ts.tests.jaxrs.GroupOne = -c -U -w tomee-plus -j -sql skip com.sun.ts.tests.jaxrs.api.rs_core.uriBuilderTest |
| 28 | +build.com.sun.ts.tests.jaxrs.GroupTwo = -c -U -w tomee-plus -j -sql skip com.sun.ts.tests.jaxrs.api.rs_core.cacheControlTest com.sun.ts.tests.jaxrs.api.rs_core.cookieTest com.sun.ts.tests.jaxrs.api.rs_core.entityTagTest com.sun.ts.tests.jaxrs.api.rs_core.genericEntityTest com.sun.ts.tests.jaxrs.api.rs_core.mediaTypeTest com.sun.ts.tests.jaxrs.api.rs_core.newCookieTest com.sun.ts.tests.jaxrs.api.rs_core.responseCTest com.sun.ts.tests.jaxrs.api.rs_core.variantListBuilderTest com.sun.ts.tests.jaxrs.api.rs_core.variantTest com.sun.ts.tests.jaxrs.ee com.sun.ts.tests.jaxrs.spec |
| 29 | +build.com.sun.ts.tests.connector.annotations.anno = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.annotations.anno |
| 30 | +build.com.sun.ts.tests.connector.annotations.mdcomplete = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.annotations.mdcomplete |
| 31 | +build.com.sun.ts.tests.connector.annotations.partialanno = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.annotations.partialanno |
| 32 | +build.com.sun.ts.tests.connector.connManager = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.connManager |
| 33 | +build.com.sun.ts.tests.connector.localTx.compat = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.localTx.compat |
| 34 | +build.com.sun.ts.tests.connector.localTx.connection = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.localTx.connection |
| 35 | +build.com.sun.ts.tests.connector.localTx.event = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.localTx.event |
| 36 | +build.com.sun.ts.tests.connector.localTx.lifecycle = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.localTx.lifecycle |
| 37 | +build.com.sun.ts.tests.connector.localTx.security = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.localTx.security |
| 38 | +build.com.sun.ts.tests.connector.localTx.transinflow = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.localTx.transinflow |
| 39 | +build.com.sun.ts.tests.connector.localTx.workcontext = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.localTx.workcontext |
| 40 | +build.com.sun.ts.tests.connector.localTx.workmgt = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.localTx.workmgt |
| 41 | +build.com.sun.ts.tests.connector.noTx.compat = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.noTx.compat |
| 42 | +build.com.sun.ts.tests.connector.noTx.connection = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.noTx.connection |
| 43 | +build.com.sun.ts.tests.connector.noTx.event = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.noTx.event |
| 44 | +build.com.sun.ts.tests.connector.noTx.lifecycle = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.noTx.lifecycle |
| 45 | +build.com.sun.ts.tests.connector.noTx.security = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.noTx.security |
| 46 | +build.com.sun.ts.tests.connector.noTx.workmgt = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.noTx.workmgt |
| 47 | +build.com.sun.ts.tests.connector.xa.compat = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.xa.compat |
| 48 | +build.com.sun.ts.tests.connector.xa.connection = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.xa.connection |
| 49 | +build.com.sun.ts.tests.connector.xa.event = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.xa.event |
| 50 | +build.com.sun.ts.tests.connector.xa.lifecycle = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.xa.lifecycle |
| 51 | +build.com.sun.ts.tests.connector.xa.security = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.xa.security |
| 52 | +build.com.sun.ts.tests.connector.xa.workmgt = -c -U -w tomee-plus --connector com.sun.ts.tests.connector.xa.workmgt |
| 53 | +build.com.sun.ts.tests.ejb30.misc = -c -U -w tomee-plus com.sun.ts.tests.ejb30.misc |
| 54 | +build.com.sun.ts.tests.ejb30.assembly = -c -U -w tomee-plus com.sun.ts.tests.ejb30.assembly |
| 55 | +build.com.sun.ts.tests.ejb30.bb = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb |
| 56 | +build.com.sun.ts.tests.ejb30.sec = -c -U -w tomee-plus com.sun.ts.tests.ejb30.sec |
| 57 | +build.com.sun.ts.tests.ejb30.timer = -c -U -w tomee-plus com.sun.ts.tests.ejb30.timer |
| 58 | +build.com.sun.ts.tests.ejb30.tx = -c -U -w tomee-plus com.sun.ts.tests.ejb30.tx |
| 59 | +build.com.sun.ts.tests.ejb30.webservice = -c -U -w tomee-plus com.sun.ts.tests.ejb30.webservice |
| 60 | +build.com.sun.ts.tests.ejb30.lite.async = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.async |
| 61 | +build.com.sun.ts.tests.ejb30.lite.interceptor.stateless = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.interceptor.stateless |
0 commit comments