Skip to content

Commit

Permalink
fixup merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
George Adams committed Apr 24, 2018
1 parent ace709a commit a43e82a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
11 changes: 0 additions & 11 deletions ansible/roles/jenkins-worker/templates/start.j2
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash
export HOME={{ home }}/{{ server_user }}
export NODE_TEST_DIR="$HOME/tmp"
<<<<<<< HEAD
export JOBS="{{ jobs_env }}"
export OSTYPE=zos

Expand All @@ -20,13 +19,3 @@ export LDFLAGS="-q64"
-jar {{ home }}/{{ server_user }}/slave.jar -secret {{ secret }} \
-jnlpUrl {{ jenkins_url }}/computer/{{ inventory_hostname }}/slave-agent.jnlp >{{ home }}/{{ server_user }}/jenkins.log 2>&1 &
EOF
=======
export JOBS=2
export NODE_COMMON_PIPE=/Users/iojs/test.pipe
export OSTYPE=osx
export ARCH=x64
export DESTCPU=x64

java -jar {{ home }}/{{ server_user }}/slave.jar -secret {{ secret }} \
-jnlpUrl {{ jenkins_url }}/computer/{{ inventory_hostname }}/slave-agent.jnlp
>>>>>>> Initial macOS ansible scripts
8 changes: 1 addition & 7 deletions ansible/roles/jenkins-worker/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,9 @@ init: {
centos6: 'centos6',
debian: ['debian7', 'ubuntu1204'],
freebsd: 'freebsd',
<<<<<<< HEAD
macos: 'macos',
rhel72: 'rhel72',
systemd: ['centos7', 'debian8', 'debian9', 'fedora', 'ubuntu1604', 'ubuntu1610', 'ubuntu1710'],
=======
macos: 'macos',
openrc: 'alpine',
systemd: ['centos7', 'debian8', 'fedora', 'ubuntu1604',
'ubuntu1610'],
>>>>>>> Initial macOS ansible scripts
svc: 'smartos',
upstart: ['ubuntu12', 'ubuntu1404'],
zos_start: 'zos'
Expand Down

0 comments on commit a43e82a

Please sign in to comment.