File tree 6 files changed +0
-60
lines changed
6 files changed +0
-60
lines changed Original file line number Diff line number Diff line change 7
7
- checkout
8
8
- run :
9
9
command : ./gradlew --no-daemon --continue --scan testcontainers:test --tests '*GenericContainerRuleTest'
10
- - run :
11
- name : aggregate test reports with ciMate
12
- when : always
13
- environment :
14
- CIMATE_PROJECT_ID : 2348n4vl
15
- command : |
16
- wget -q https://get.cimate.io/release/linux/cimate
17
- chmod +x cimate
18
- ./cimate "**/TEST-*.xml"
19
10
- run :
20
11
name : Save test results
21
12
command : |
Original file line number Diff line number Diff line change 18
18
-w "$PWD" \
19
19
openjdk:8-jdk-alpine \
20
20
./gradlew --no-daemon --continue --scan testcontainers:test --tests '*GenericContainerRuleTest'
21
- - name : aggregate test reports with ciMate
22
- if : always()
23
- continue-on-error : true
24
- env :
25
- CIMATE_PROJECT_ID : 2348n4vl
26
- run : |
27
- wget -q https://get.cimate.io/release/linux/cimate
28
- chmod +x cimate
29
- ./cimate "**/TEST-*.xml"
Original file line number Diff line number Diff line change 57
57
working-directory : ./examples/
58
58
run : |
59
59
./gradlew --no-daemon --continue --scan --info ${{matrix.gradle_args}}
60
- - name : Aggregate Examples test reports with ciMate
61
- if : always()
62
- continue-on-error : true
63
- env :
64
- CIMATE_PROJECT_ID : 2348n4vl
65
- CIMATE_CI_KEY : " Examples / ${{ runner.os }} / ${{matrix.gradle_args}}"
66
- run : |
67
- wget -q https://get.cimate.io/release/linux/cimate
68
- chmod +x cimate
69
- ./cimate "**/TEST-*.xml"
Original file line number Diff line number Diff line change 32
32
DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock docker info || ls -la $XDG_RUNTIME_DIR
33
33
- name : Build with Gradle
34
34
run : ./gradlew --no-daemon --scan testcontainers:test --tests '*GenericContainerRuleTest'
35
- - name : aggregate test reports with ciMate
36
- if : always()
37
- continue-on-error : true
38
- env :
39
- CIMATE_PROJECT_ID : 2348n4vl
40
- CIMATE_CI_KEY : " CI / rootless Docker (${{ matrix.XDG_RUNTIME_DIR }})"
41
- run : |
42
- wget -q https://get.cimate.io/release/linux/cimate
43
- chmod +x cimate
44
- ./cimate "**/TEST-*.xml"
Original file line number Diff line number Diff line change 54
54
- name : Build and test with Gradle (${{matrix.gradle_args}})
55
55
run : |
56
56
./gradlew --no-daemon --continue --scan ${{matrix.gradle_args}}
57
- - name : Aggregate test reports with ciMate
58
- if : always()
59
- continue-on-error : true
60
- env :
61
- CIMATE_PROJECT_ID : 2348n4vl
62
- CIMATE_CI_KEY : " CI / ${{ runner.os }} / ${{matrix.gradle_args}}"
63
- run : |
64
- wget -q https://get.cimate.io/release/linux/cimate
65
- chmod +x cimate
66
- ./cimate "**/TEST-*.xml"
67
57
httpclient5_test :
68
58
runs-on : ubuntu-18.04
69
59
steps :
73
63
echo "transport.type=httpclient5" > $HOME/.testcontainers.properties
74
64
cat $HOME/.testcontainers.properties
75
65
./gradlew --no-daemon --scan testcontainers:test --tests '*EventStreamTest'
76
- - name : aggregate test reports with ciMate
77
- if : always()
78
- continue-on-error : true
79
- env :
80
- CIMATE_PROJECT_ID : 2348n4vl
81
- CIMATE_CI_KEY : " CI / Apache HttpClient5"
82
- run : |
83
- wget -q https://get.cimate.io/release/linux/cimate
84
- chmod +x cimate
85
- ./cimate "**/TEST-*.xml"
Original file line number Diff line number Diff line change 17
17
tasks : " clean testcontainers:test --tests GenericContainerRuleTest"
18
18
publishJUnitResults : true
19
19
testResultsFiles : ' **/TEST-*.xml'
20
- - script : wget -q https://get.cimate.io/release/linux/cimate && chmod +x cimate && ./cimate "**/TEST-*.xml"
21
- condition : and(succeededOrFailed(),eq(variables['Agent.OS'], 'Linux'))
22
20
23
21
# Run all tests when running the Windows CI tests
24
22
- task : Gradle@2
You can’t perform that action at this time.
0 commit comments