File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
ansible/roles/jenkins-worker Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ export NODE_TEST_DIR="$HOME/tmp"
4
4
export JOBS=" {{ jobs_env }}"
5
5
6
6
export OSTYPE=osx
7
- export ARCH=" {{ archtype[os] }}"
8
- export DESTCPU=" {{ archtype[os] }}"
7
+ export ARCH=" {{ arch }}"
8
+ export DESTCPU=" {{ arch }}"
9
9
10
10
PATH=" /usr/local/opt/ccache/libexec:/usr/local/opt/python3/Frameworks/Python.framework/Versions/Current/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" {{ java_path[os] }} -Xmx{{ server_ram| default(' 128m' ) }} \
11
11
-jar {{ home }}/{{ server_user }}/slave.jar -secret {{ secret }} \
Original file line number Diff line number Diff line change @@ -87,10 +87,6 @@ needs_monit: [
87
87
' debian7' ,
88
88
]
89
89
90
- archtype : {
91
- macos11.0 : ' arm64'
92
- }
93
-
94
90
# some os'es needs different paths to java. add them here.
95
91
java_path : {
96
92
' ibmi72 ' : ' /QOpenSys/pkgs/lib/jvm/openjdk-11/bin/java' ,
You can’t perform that action at this time.
0 commit comments