Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable upgrading binder-staging on 2i2c cluster #1580

Merged
merged 1 commit into from
Aug 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/deploy-hubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,10 @@ jobs:
run: |
python deployer deploy ${{ matrix.jobs.cluster_name }} dask-staging

- name: Upgrade binder-staging hub on cluster ${{ matrix.jobs.cluster_name }} if it exists
if: matrix.jobs.upgrade_staging && matrix.jobs.cluster_name == '2i2c'
run: |
python deployer deploy ${{ matrix.jobs.cluster_name }} binder-staging
# - name: Upgrade binder-staging hub on cluster ${{ matrix.jobs.cluster_name }} if it exists
# if: matrix.jobs.upgrade_staging && matrix.jobs.cluster_name == '2i2c'
# run: |
# python deployer deploy ${{ matrix.jobs.cluster_name }} binder-staging

# Retry action: https://github.com/marketplace/actions/retry-step
- name: Run health check for dask-staging hub on cluster ${{ matrix.jobs.cluster_name }} if it exists
Expand Down