Skip to content

Commit 74daaef

Browse files
authored
Merge pull request #628 from BrennanGit/feature/agent_update
Use UK agents
2 parents 271df19 + c75cc5c commit 74daaef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ getApproval()
44

55
pipeline {
66
agent {
7-
label 'xcore.ai-explorer-us'
7+
label 'xcore.ai-explorer'
88
}
99
options {
1010
disableConcurrentBuilds()
@@ -27,7 +27,7 @@ pipeline {
2727
PYTHON_VERSION = "3.8.11"
2828
VENV_DIRNAME = ".venv"
2929
BUILD_DIRNAME = "dist"
30-
TEST_RIG_TARGET = "xcore_sdk_test_rig"
30+
TEST_RIG_TARGET = "XCORE-AI-EXPLORER"
3131
}
3232
stages {
3333
stage('Checkout') {

0 commit comments

Comments
 (0)