diff --git a/.ci/bl-specific.sh b/.ci/bl-specific.sh index cf87896..a2534fc 100644 --- a/.ci/bl-specific.sh +++ b/.ci/bl-specific.sh @@ -2,4 +2,3 @@ # cp -v <...> ~/.ipython/profile_${TEST_PROFILE}/ -conda install -y -c ${CONDA_CHANNEL_NAME} 28-id-1-pdf-collection diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d04fcca..0af59d0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,10 +3,19 @@ resources: - repository: templates type: github name: NSLS-II/profile-collection-ci - # ref: refs/heads/ # for future testings on a branch of NSLS-II/profile-collection-ci + ref: refs/heads/2023-1.0 endpoint: github jobs: -- template: azure-linux.yml@templates # Template reference - parameters: - beamline_acronym: PDF + - template: 2023-1.0-py39.yml@templates + parameters: + beamline_acronym: PDF + - template: 2023-1.0-py39-tiled.yml@templates + parameters: + beamline_acronym: PDF + - template: 2023-1.0-py310.yml@templates + parameters: + beamline_acronym: PDF + - template: 2023-1.0-py310-tiled.yml@templates + parameters: + beamline_acronym: PDF