Skip to content

test-staging#167

Open
TomAugspurger wants to merge 1 commit into
pangeo-data:stagingfrom
TomAugspurger:test-staging
Open

test-staging#167
TomAugspurger wants to merge 1 commit into
pangeo-data:stagingfrom
TomAugspurger:test-staging

Conversation

@TomAugspurger

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Member Author

cc @scottyhq, re-running this.

@scottyhq

scottyhq commented Nov 16, 2020

Copy link
Copy Markdown
Member

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.

2 participants