Skip to content

Commit

Permalink
Merge pull request #14 from rcsb/k8s-dwp
Browse files Browse the repository at this point in the history
Updates/fixes to Azure pipelines
  • Loading branch information
piehld authored Aug 13, 2024
2 parents f83a72d + 9a467da commit 8ba0127
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion HISTORY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@
10-Aug-2021 - V0.37 Update FastAPI dependencies
8-Feb-2022 - V0.38 Change /healthcheck and /alive endpoint return value to True
12-Aug-2022 - V0.39 Support the creation of a container image of service
9-Jan-2023 - V0.40 Configuration changes to support tox 4
9-Jan-2023 - V0.40 Configuration changes to support tox 4
12-Aug-2024 - V0.41 Add support for K8s deployment; update azure pipelines
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
# parameters: {tox: 'py39', python: '3.9', os: 'macos'}
- template: azure-template-publish-job.yml
parameters: {tox: 'py39', python: '3.9', os: 'linux'}
- template: azure-template-publish-docker.yml
parameters: {tox: 'py39', python: '3.9', os: 'linux'}
# - template: azure-template-publish-docker.yml
# parameters: {tox: 'py39', python: '3.9', os: 'linux'}
2 changes: 1 addition & 1 deletion azure-template-publish-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- job: ${{ format('publish_{0}_{1}', parameters.tox, parameters.os) }}
pool:
${{ if eq(parameters.os, 'macos') }}:
vmImage: 'macOS-11'
vmImage: 'macOS-12'
${{ if eq(parameters.os, 'linux') }}:
vmImage: 'ubuntu-20.04'
dependsOn:
Expand Down
2 changes: 1 addition & 1 deletion azure-template-tox-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
timeoutInMinutes: 0
pool:
${{ if eq(parameters.os, 'macos') }}:
vmImage: 'macOS-11'
vmImage: 'macOS-12'
${{ if eq(parameters.os, 'linux') }}:
vmImage: 'ubuntu-20.04'

Expand Down
2 changes: 1 addition & 1 deletion rcsb/app/chem/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
__author__ = "John Westbrook"
__email__ = "john.westbrook@rcsb.org"
__license__ = "Apache 2.0"
__version__ = "0.40"
__version__ = "0.41"

0 comments on commit 8ba0127

Please sign in to comment.