Skip to content

Commit

Permalink
Use mac-hh-yosemite Jenkins node for MacOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bamarni committed Mar 23, 2018
1 parent c4c6ef5 commit 2863627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/Jenkinsfile-mac-binary
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def builder(String nodeId, String workspace = null) {
/**
* Run a builder to create the dcos-cli binary and execute it.
*/
def binaryBuilder = builder('mac')({
def binaryBuilder = builder('mac-hh-yosemite')({
stage ('Pull dcos-cli repository') {
dir('dcos-cli') {
checkout scm
Expand Down
2 changes: 1 addition & 1 deletion ci/Jenkinsfile-mac-integration
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def testBuilder(String platform, String nodeId, String workspace = null) {
def builders = [:]


builders['mac-tests'] = testBuilder('mac', 'mac')({
builders['mac-tests'] = testBuilder('mac', 'mac-hh-yosemite')({
try {
stage ("Run dcos-cli tests") {
sh "rm -rf ~/.dcos"
Expand Down

0 comments on commit 2863627

Please sign in to comment.