zero-to-jupyterhub-k8s icon indicating copy to clipboard operation
zero-to-jupyterhub-k8s copied to clipboard

ci: make upgrade test wait on available dev release if needed

Open consideRatio opened this issue 4 years ago • 1 comments
trafficstars

Sometimes when tests run, due to caching of github pages, the upgrade tests fail to acquire the a recently published helm chart. This can make tests fail and cause unwanted noise etc. Perhaps the ugprade tests could instead assume the latest chart is supposed to be available and await it for up to 10 minutes.

consideRatio avatar Sep 28 '21 19:09 consideRatio

Maybe related logic: https://github.com/dask/helm-chart/blob/8df7f54112564716fced4452b1ab330b6722b968/.github/workflows/watch-dependencies.yml#L159-L164

consideRatio avatar May 15 '22 10:05 consideRatio