Skip to content

Commit

Permalink
disable bumping of pangeo images
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 committed Jun 17, 2022
1 parent f8db4c7 commit 0047d50
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions .github/workflows/bump-image-tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,22 @@ jobs:
include:
# For each new config_path to monitor, add a new item in this matrix.
# The Action can read multiple paths to images, but not multiple config files.
- name: "pangeo-hubs common singleuser image"
config_path: "config/clusters/pangeo-hubs/common.values.yaml"
# The regexpr attribute will ensure we only bump tags in the form YYYY.MM.DD
images_info: '[{"values_path": ".basehub.jupyterhub.singleuser.image", "regexpr": "[0-9]{4}.[0-9]{2}.[0-9]{2}"}]'
- name: "m2lines common singleuser/PyTorch/Tensorflow"
config_path: "config/clusters/m2lines/common.values.yaml"
# The regexpr attribute will ensure we only bump tags in the form YYYY.MM.DD
# If the ordering of profileList changes, update the index in this expression
images_info: '[{"values_path": ".basehub.jupyterhub.singleuser.image", "regexpr": "[0-9]{4}.[0-9]{2}.[0-9]{2}"}, {"values_path": ".basehub.jupyterhub.singleuser.profileList[4].kubespawner_override.image", "regexpr": "[0-9]{4}.[0-9]{2}.[0-9]{2}"}, {"values_path": ".basehub.jupyterhub.singleuser.profileList[5].kubespawner_override.image", "regexpr": "[0-9]{4}.[0-9]{2}.[0-9]{2}"}]'
- name: "leap common singleuser/pangeo-ml-notebook"
config_path: "config/clusters/leap/common.values.yaml"
# The regexpr attribute will ensure we only bump tags in the form YYYY.MM.DD
# If the ordering of profileList changes, update the index in this expression
images_info: '[{"values_path": ".basehub.jupyterhub.singleuser.image", "regexpr": "[0-9]{4}.[0-9]{2}.[0-9]{2}"}, {"values_path": ".basehub.jupyterhub.singleuser.profileList[4].kubespawner_override.image", "regexpr": "[0-9]{4}.[0-9]{2}.[0-9]{2}"}]'

# Turn of bumping of Pangeo images as per https://github.com/2i2c-org/infrastructure/issues/1240#issuecomment-1151212986
# - name: "pangeo-hubs common singleuser image"
# config_path: "config/clusters/pangeo-hubs/common.values.yaml"
# # The regexpr attribute will ensure we only bump tags in the form YYYY.MM.DD
# images_info: '[{"values_path": ".basehub.jupyterhub.singleuser.image", "regexpr": "[0-9]{4}.[0-9]{2}.[0-9]{2}"}]'
# - name: "m2lines common singleuser/PyTorch/Tensorflow"
# config_path: "config/clusters/m2lines/common.values.yaml"
# # The regexpr attribute will ensure we only bump tags in the form YYYY.MM.DD
# # If the ordering of profileList changes, update the index in this expression
# images_info: '[{"values_path": ".basehub.jupyterhub.singleuser.image", "regexpr": "[0-9]{4}.[0-9]{2}.[0-9]{2}"}, {"values_path": ".basehub.jupyterhub.singleuser.profileList[4].kubespawner_override.image", "regexpr": "[0-9]{4}.[0-9]{2}.[0-9]{2}"}, {"values_path": ".basehub.jupyterhub.singleuser.profileList[5].kubespawner_override.image", "regexpr": "[0-9]{4}.[0-9]{2}.[0-9]{2}"}]'
# - name: "leap common singleuser/pangeo-ml-notebook"
# config_path: "config/clusters/leap/common.values.yaml"
# # The regexpr attribute will ensure we only bump tags in the form YYYY.MM.DD
# # If the ordering of profileList changes, update the index in this expression
# images_info: '[{"values_path": ".basehub.jupyterhub.singleuser.image", "regexpr": "[0-9]{4}.[0-9]{2}.[0-9]{2}"}, {"values_path": ".basehub.jupyterhub.singleuser.profileList[4].kubespawner_override.image", "regexpr": "[0-9]{4}.[0-9]{2}.[0-9]{2}"}]'

steps:
# We want tests to be run on the Pull Request that gets opened by the next step,
Expand Down

0 comments on commit 0047d50

Please sign in to comment.