Skip to content

Add Treebeard running & AEBS, AUX_OBS nbs #6

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

Merged
merged 27 commits into from
Sep 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
1995e38
Disable cell that raises exception
smithara Jun 8, 2020
81dbe97
Fix Treebeard environment and config
smithara Jun 8, 2020
4cc356e
Fix treebeard run (#3)
smithara Jun 9, 2020
559f531
Migrate to treebeard action
alex-treebeard Jun 29, 2020
c279778
Disable dockerhub usage for now
smithara Jun 30, 2020
423c1fe
Merge branch 'treebeardtech-staging' into staging
smithara Jun 30, 2020
3c6ab43
Add docker hub connection
smithara Jun 30, 2020
54e5132
Add VirES DISC token
smithara Jul 10, 2020
aa91e8d
Add initial AEBS LPL/PBL notebook
smithara Jul 10, 2020
e286a4c
Fix typo
smithara Jul 10, 2020
e419527
Fix typo #2
smithara Jul 10, 2020
4cb3146
Show EJ extents with shaded regions
smithara Jul 20, 2020
04a6739
Use LPL:Quality & PBL Flags in figure
smithara Jul 23, 2020
74460b0
Move notebooks to subdirectory
smithara Jul 23, 2020
7ca25e9
Add initial AUX_OBS demo
smithara Sep 15, 2020
a248f44
Clear notebook outputs
smithara Sep 15, 2020
c78b613
Set Treebeard on push & PR's to master & staging
smithara Sep 15, 2020
71a8fa2
Clear up README
smithara Sep 15, 2020
65552f1
Update nb naming
smithara Sep 15, 2020
690ab8e
Tweak nb names
smithara Sep 15, 2020
43bc849
Switch to eoxmagmod master
smithara Sep 15, 2020
5fb51aa
Adjust spacepy install
smithara Sep 15, 2020
4911fde
Use pandas<1.1 due to pandas bug
smithara Sep 15, 2020
116e3ae
Switch to staging.vires.services
smithara Sep 16, 2020
4acbd84
Add AEBS:LPS nb
smithara Sep 16, 2020
d10384d
Add missing token config
smithara Sep 16, 2020
4f53703
Ignore 04c1 in Treebeard run
smithara Sep 18, 2020
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
28 changes: 28 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
on:
push:
branches:
- master
- staging
pull_request:
branches:
- master
- staging
schedule:
- cron: "0 0 * * 0" # weekly
jobs:
run:
runs-on: ubuntu-latest
name: Run treebeard
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: treebeardtech/treebeard@master
with:
api-key: ${{ secrets.TREEBEARD_API_KEY }}
docker-username: "smithara"
docker-password: "${{ secrets.DOCKER_PASSWORD }}"
docker-image-name: "swarmdisc/swarm_notebooks"
env:
TB_VIRES_TOKEN: "${{ secrets.VIRES_TOKEN }}"
TB_VIRES_TOKEN_STAGINGDISC: "${{ secrets.VIRES_TOKEN_STAGINGDISC }}"
TB_VIRES_TOKEN_STAGING: "${{ secrets.VIRES_TOKEN_STAGING }}"
Loading