Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2018-10-18 17:36:01 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-10-18 17:45:05 +0300
commitc1f1a7bfed91e05a968e3ca8940c9684bd1e4392 (patch)
tree07fac2913d2f0b03e385ab854d96e63de35cb989
parentd80ced607b499390e7fd4c211adf58c5e1be5575 (diff)
[ci] Move OSX .pkg build to a separate bot pool
Allows us to better utilize the bockbuild cache. (cherry picked from commit 229a4673d43a332544c6a8a7b831efbc9166acf0)
-rw-r--r--scripts/ci/pipeline/osx-package.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/pipeline/osx-package.groovy b/scripts/ci/pipeline/osx-package.groovy
index d23e783b2b1..f4afe7ed51d 100644
--- a/scripts/ci/pipeline/osx-package.groovy
+++ b/scripts/ci/pipeline/osx-package.groovy
@@ -8,7 +8,7 @@ def packageFileName = null
def commitHash = null
def utils = null
-node ("osx-amd64") {
+node ("mono-package") {
ws ("workspace/${jobName}/${monoBranch}") {
timestamps {
stage('Checkout') {