Skip to content

Commit

Permalink
Change to new Self hosted cluster
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Jackson <mike.jackson@bluequartz.net>
  • Loading branch information
imikejackson committed Aug 30, 2024
1 parent c1704cd commit b54e09b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .azure/pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,15 @@ jobs:
imageName: Windows_NT
preset_name: ci-windows-v143-ooc
home_dir: C:/Users/buildbot
python_dir: C:/AzureDevOps/anaconda3/envs/dream3d
Linux-OoC:
imageName: Linux
preset_name: ci-linux-x64-ooc
home_dir: /home/buildbot
python_dir: /opt/local/anaconda3/envs/dream3d/bin

pool:
name: BlueQuartz Self Hosted
name: BlueQuartz-CI-Cluster
demands:
- Agent.OS -equals $(imageName)
- BQ.PROXMOX
Expand Down
8 changes: 4 additions & 4 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,11 @@
},
"SIMPLNX_SimplnxReview_SOURCE_DIR": {
"type": "PATH",
"value": "${sourceDir}/SimplnxReview"
"value": "${sourceDir}/../SimplnxReview"
},
"SIMPLNX_FileStore_SOURCE_DIR": {
"type": "PATH",
"value": "${sourceDir}/FileStore"
"value": "${sourceDir}/../FileStore"
}
}
},
Expand Down Expand Up @@ -272,11 +272,11 @@
},
"SIMPLNX_SimplnxReview_SOURCE_DIR": {
"type": "PATH",
"value": "${sourceDir}/SimplnxReview"
"value": "${sourceDir}/../SimplnxReview"
},
"SIMPLNX_FileStore_SOURCE_DIR": {
"type": "PATH",
"value": "${sourceDir}/FileStore"
"value": "${sourceDir}/../FileStore"
}
}
},
Expand Down

0 comments on commit b54e09b

Please sign in to comment.