Skip to content

Commit

Permalink
Merge pull request #2 from lsst-dm/tickets/DM-38727
Browse files Browse the repository at this point in the history
DM-38727: Create test plan for LDM-503-19a (All P1a DM requirements verified)
  • Loading branch information
jeffcarlin authored Aug 28, 2024
2 parents 2f4424f + 0500ed5 commit 22c9fd3
Show file tree
Hide file tree
Showing 5 changed files with 4,451 additions and 555 deletions.
2 changes: 1 addition & 1 deletion .docugen
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
docsteady --version
docsteady generate-tpr LVV-P72 DMTR-412.tex --trace true
docsteady generate-tpr LVV-P117 DMTR-412.tex --trace true
8 changes: 4 additions & 4 deletions .github/workflows/docgen_from_Jira.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:

- name: docugen
env:
JIRA_USER: ${{ secrets.JIRA_USER }}
JIRA_PASSWORD: ${{ secrets.JIRA_PASSWORD }}
JIRA_USER: ${{ secrets.JIRA_USER }}
JIRA_PASSWORD: ${{ secrets.JIRA_PASSWORD }}
run: |
source ${CONDA}/bin/activate docsteady-env
docsteady --namespace DM generate-tpr LVV-P72 DMTR-412.tex
docsteady --namespace DM generate-tpr LVV-P117 DMTR-412.tex
shell: bash

- name: Create commit
Expand All @@ -58,4 +58,4 @@ jobs:
LTD_PASSWORD: ${{ secrets.LTD_PASSWORD }}
LTD_USERNAME: ${{ secrets.LTD_USERNAME }}
run: |
lander --upload --pdf DMTR-412.pdf --lsstdoc DMTR-412.tex --ltd-product dmtr-412 --extra-download DMTR-412-plan.pdf
lander --upload --pdf DMTR-412.pdf --lsstdoc DMTR-412.tex --ltd-product dmtr-412
Loading

0 comments on commit 22c9fd3

Please sign in to comment.