Skip to content

Commit

Permalink
Merge pull request #156 from lsst-dm/u/womullan/2024Aug
Browse files Browse the repository at this point in the history
August pending change to sqre4 wording
  • Loading branch information
womullan authored Oct 4, 2024
2 parents 2e9c923 + 83ad25d commit 33a5222
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
- name: Generate burndown chart
run: python milestones.py burndown
- name: Upload burndown chart as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Burndown chart
path: burndown.png

- name: Generate CSV milestone listing
run: python milestones.py csv
- name: Upload CSV as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: CSV milestone listing
path: milestones.csv
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Generate milestone graph from dot
run: dot -Tpdf graph.dot > graph.pdf
- name: Upload milestone graph as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Milestone graph
path: |
Expand All @@ -79,7 +79,7 @@ jobs:
pdflatex gantt.tex
pdflatex gantt.tex
- name: Upload Gantt chart as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Gantt chart
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ldm503.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Upload resulting document as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: LDM-503 PDF
path: ./ldm-503/LDM-503.pdf
2 changes: 1 addition & 1 deletion .github/workflows/ldm564.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
working-directory: ./ldm-564

- name: Upload resulting document as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: LDM-564 PDF
path: ./ldm-564/LDM-564.pdf
5 changes: 2 additions & 3 deletions data/local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -621,9 +621,8 @@ DM-SQRE-4:
description: Science pipeline developers and members of the verification and validation
science team use nublado to support their interactive data exploration needs relating
to ComCam commissioning. They are able to work effectively though in some cases
their user experience can be improved. As well as access to EFD, catalogue and
pixel data, they have access to any available APIs to the workflow/batch system
for non-trivial data processing. There are curated libraries of continuously
their user experience can be improved. This includes access to EFD, catalogue and
pixel data. There are curated libraries of continuously
integrated notebooks modeling common tasks and they is a reasonable workflow to
allow Github-based collaboration on those notebooks. Users can refer to documentation
for how to get started and for answers to common problems. The service is stable
Expand Down
3 changes: 3 additions & 0 deletions data/pmcs/202408-ME.xls
Git LFS file not shown

0 comments on commit 33a5222

Please sign in to comment.