Skip to content

Commit

Permalink
Merge pull request #628 from BrennanGit/feature/agent_update
Browse files Browse the repository at this point in the history
Use UK agents
  • Loading branch information
uvvpavel authored Sep 1, 2023
2 parents 271df19 + c75cc5c commit 74daaef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ getApproval()

pipeline {
agent {
label 'xcore.ai-explorer-us'
label 'xcore.ai-explorer'
}
options {
disableConcurrentBuilds()
Expand All @@ -27,7 +27,7 @@ pipeline {
PYTHON_VERSION = "3.8.11"
VENV_DIRNAME = ".venv"
BUILD_DIRNAME = "dist"
TEST_RIG_TARGET = "xcore_sdk_test_rig"
TEST_RIG_TARGET = "XCORE-AI-EXPLORER"
}
stages {
stage('Checkout') {
Expand Down

0 comments on commit 74daaef

Please sign in to comment.