File tree 1 file changed +0
-39
lines changed
1 file changed +0
-39
lines changed Original file line number Diff line number Diff line change @@ -2,37 +2,6 @@ version: 2.1
2
2
3
3
jobs :
4
4
5
- test-multi-arch :
6
- parameters :
7
- platform :
8
- type : string
9
- environment :
10
- _JAVA_OPTIONS : " -Xms512m -Xmx1g"
11
- DOCKER_CLI_EXPERIMENTAL : " enabled"
12
- working_directory : ~/workspace
13
- machine :
14
- image : ubuntu-2004:202107-02
15
- steps :
16
- - checkout
17
- - run : |
18
- # install required qemu libraries
19
- docker run --rm --privileged tonistiigi/binfmt:latest --install all
20
- # run docker container with qemu emulation
21
- docker run --rm \
22
- --platform << parameters.platform >> \
23
- --name qemu-cross-<< parameters.platform >> \
24
- --mount type=bind,source=${PWD},target=/github_workspace \
25
- --workdir /github_workspace \
26
- << parameters.platform >>/eclipse-temurin:11-jdk-focal uname -a; ./gradlew --no-daemon -PmaxParallelForks=1 build
27
- - run :
28
- command : mkdir ~/test-results
29
- - run :
30
- command : find ~/workspace -type f -regex ".*/test-results/.*xml" -exec ln {} ~/test-results/ \;
31
- - store_test_results :
32
- path : ~/test-results
33
- - store_artifacts :
34
- path : ~/test-results
35
-
36
5
build :
37
6
environment :
38
7
_JAVA_OPTIONS : " -Xms512m -Xmx1g"
@@ -106,21 +75,13 @@ workflows:
106
75
version : 2.1
107
76
build-and-publish :
108
77
jobs :
109
- - test-multi-arch :
110
- matrix :
111
- parameters :
112
- platform : ["s390x"]
113
- filters :
114
- tags :
115
- only : /.*/
116
78
- build :
117
79
filters :
118
80
tags :
119
81
only : /.*/
120
82
- integration-test :
121
83
requires :
122
84
- build
123
- - test-multi-arch
124
85
filters :
125
86
branches :
126
87
ignore : /.*/
You can’t perform that action at this time.
0 commit comments