From 178403739eb69f1b8629e4c52b5f46ce889719f2 Mon Sep 17 00:00:00 2001 From: Christian Melchior Date: Wed, 30 Sep 2020 14:32:29 +0200 Subject: [PATCH 1/2] Use CI on AWS --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c66a5dd577..b2fd41cec8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,7 +29,7 @@ currentBranch = env.CHANGE_BRANCH // FIXME: Always used the emulator until we can enable more reliable devices // 'android' nodes have android devices attached and 'brix' are physical machines in Copenhagen. // nodeSelector = (releaseBranches.contains(currentBranch)) ? 'android' : 'docker-cph-03' // Switch to `brix` when all CPH nodes work: https://jira.mongodb.org/browse/RCI-14 -nodeSelector = 'docker-cph-03' +nodeSelector = 'heavy_metal' try { node(nodeSelector) { timeout(time: 90, unit: 'MINUTES') { From ccbb76c56d46eabb917cbaa2f71eab0da636aa04 Mon Sep 17 00:00:00 2001 From: Christian Melchior Date: Tue, 13 Oct 2020 10:24:17 +0200 Subject: [PATCH 2/2] Use different Heavy Metal machine --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b2fd41cec8..8f65704094 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,7 +29,7 @@ currentBranch = env.CHANGE_BRANCH // FIXME: Always used the emulator until we can enable more reliable devices // 'android' nodes have android devices attached and 'brix' are physical machines in Copenhagen. // nodeSelector = (releaseBranches.contains(currentBranch)) ? 'android' : 'docker-cph-03' // Switch to `brix` when all CPH nodes work: https://jira.mongodb.org/browse/RCI-14 -nodeSelector = 'heavy_metal' +nodeSelector = 'heavy_metal2' try { node(nodeSelector) { timeout(time: 90, unit: 'MINUTES') {