Skip to content

Commit 7a74918

Browse files
Add Treebeard running & AEBS, AUX_OBS nbs (#6)
* Disable cell that raises exception * Fix Treebeard environment and config * Fix treebeard run (#3) * fixes * Update treebeard.yaml * Update treebeard.yaml Co-authored-by: alex-treebeard <[email protected]> * Migrate to treebeard action * Disable dockerhub usage for now * Add docker hub connection * Add VirES DISC token * Add initial AEBS LPL/PBL notebook * Fix typo * Fix typo #2 * Show EJ extents with shaded regions * Use LPL:Quality & PBL Flags in figure * Move notebooks to subdirectory * Add initial AUX_OBS demo * Clear notebook outputs * Set Treebeard on push & PR's to master & staging * Clear up README * Update nb naming * Tweak nb names * Switch to eoxmagmod master * Adjust spacepy install * Use pandas<1.1 due to pandas bug pandas-dev/pandas#35509 * Switch to staging.vires.services * Add AEBS:LPS nb * Add missing token config * Ignore 04c1 in Treebeard run Co-authored-by: alex-treebeard <[email protected]>
1 parent a69c07a commit 7a74918

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+10117
-21635
lines changed

.github/workflows/main.yml

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
on:
2+
push:
3+
branches:
4+
- master
5+
- staging
6+
pull_request:
7+
branches:
8+
- master
9+
- staging
10+
schedule:
11+
- cron: "0 0 * * 0" # weekly
12+
jobs:
13+
run:
14+
runs-on: ubuntu-latest
15+
name: Run treebeard
16+
steps:
17+
- uses: actions/checkout@v2
18+
- uses: actions/setup-python@v2
19+
- uses: treebeardtech/treebeard@master
20+
with:
21+
api-key: ${{ secrets.TREEBEARD_API_KEY }}
22+
docker-username: "smithara"
23+
docker-password: "${{ secrets.DOCKER_PASSWORD }}"
24+
docker-image-name: "swarmdisc/swarm_notebooks"
25+
env:
26+
TB_VIRES_TOKEN: "${{ secrets.VIRES_TOKEN }}"
27+
TB_VIRES_TOKEN_STAGINGDISC: "${{ secrets.VIRES_TOKEN_STAGINGDISC }}"
28+
TB_VIRES_TOKEN_STAGING: "${{ secrets.VIRES_TOKEN_STAGING }}"

0 commit comments

Comments
 (0)