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

test-staging #167

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

TomAugspurger
Copy link
Member

No description provided.

@TomAugspurger TomAugspurger force-pushed the test-staging branch 5 times, most recently from c3da31a to f4984e9 Compare October 15, 2020 15:37
@TomAugspurger
Copy link
Member Author

FYI, the run failed https://github.com/pangeo-data/pangeo-binder/pull/167/checks?check_run_id=1259964516, but that isn't reflected in the GitHub UI.

To fix the failing examples I think we just need a step to update the submodules (we pull pangeo-gallery/pangeo-gallery, which may be behind).

@TomAugspurger
Copy link
Member Author

cc @scottyhq, re-running this.

@scottyhq
Copy link
Member

scottyhq commented Nov 16, 2020

not sure about the failure. I made this repository a while back to facilitate specific images https://github.com/pangeo-data/notebook-binder. It is not at all automated, but allows for manual testing of specific images with a link like:

https://staging.aws-uswest2-binder.pangeo.io/v2/gh/pangeo-data/notebook-binder/2020.11.06?urlpath=lab

Then I run some basic code or a notebook i've been working on w/ dask gateway. N

from dask_gateway import Gateway
gateway = Gateway()
cluster = gateway.new_cluster()
cluster

And watch a simple test calculation on the dashboard

import dask.array as da
cluster.scale(4)
arr = da.random.random((10000, 10000), chunks=100)
arr.compute()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants