Skip to content

Commit

Permalink
add: flux radiuss tutorial 2024
Browse files Browse the repository at this point in the history
This adds the new directory for the Flux Riken tutorial, with
the following additions:
1. flux-tree was removed from flux-sched and is added here
2. tutorial files were kept in rse-ops, are now moved here
3. New tutorial content: flux tree and hierarchy section/examples
4. New tutorial content: flux archive (previously flux filemap)
5. images that show a dummy example of job throughout
6. update of names in login page / directory to be more general
7. automated builds updated for riken

Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Apr 12, 2024
1 parent 9526fbc commit 44190e5
Show file tree
Hide file tree
Showing 106 changed files with 11,667 additions and 3 deletions.
22 changes: 19 additions & 3 deletions .github/workflows/docker-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,29 @@ jobs:
strategy:
fail-fast: false
matrix:
test: [["2023-RADIUSS-AWS/JupyterNotebook", "docker/Dockerfile.hub", "ghcr.io/flux-framework/flux-jupyter-hub:2023"],
["2023-RADIUSS-AWS/JupyterNotebook", "docker/Dockerfile.init", "ghcr.io/flux-framework/flux-jupyter-init:2023"],
["2023-RADIUSS-AWS/JupyterNotebook", "docker/Dockerfile.spawn", "ghcr.io/flux-framework/flux-jupyter-spawn:2023"]]
# Tutorial is over - these builds are disabled
# test: [["2023-RADIUSS-AWS/JupyterNotebook", "docker/Dockerfile.hub", "ghcr.io/flux-framework/flux-jupyter-hub:2023"],
# ["2023-RADIUSS-AWS/JupyterNotebook", "docker/Dockerfile.init", "ghcr.io/flux-framework/flux-jupyter-init:2023"],
# ["2023-RADIUSS-AWS/JupyterNotebook", "docker/Dockerfile.spawn", "ghcr.io/flux-framework/flux-jupyter-spawn:2023"]]
test: [["2024-RADIUSS-AWS/JupyterNotebook", "docker/Dockerfile.hub", "ghcr.io/flux-framework/flux-jupyter-hub:radiuss-2024"],
["2024-RADIUSS-AWS/JupyterNotebook", "docker/Dockerfile.init", "ghcr.io/flux-framework/flux-jupyter-init:radiuss-2024"],
["2024-RADIUSS-AWS/JupyterNotebook", "docker/Dockerfile.spawn", "ghcr.io/flux-framework/flux-jupyter-spawn:radiuss-2024"]]

steps:
- name: Clone the code
uses: actions/checkout@v3

# Note: only works on Ubuntu runner
- name: Remove unneeded stuff in runner to make space for Docker image
uses: jlumbroso/[email protected]
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: false
swap-storage: true

- name: GHCR Login
if: (github.event_name != 'pull_request')
Expand Down
Loading

0 comments on commit 44190e5

Please sign in to comment.