Skip to content

Add DAWN processing workflow template - #1602

Open
Oli-Jones475 wants to merge 1 commit into
mainfrom
DAWN-processing-template
Open

Add DAWN processing workflow template#1602
Oli-Jones475 wants to merge 1 commit into
mainfrom
DAWN-processing-template

Conversation

@Oli-Jones475

Copy link
Copy Markdown

No description provided.

@hazdl

hazdl commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

You got 2 failing checks.
The CI failure is from commitlint enforcing Conventional Commits.
Also looks like CI is pre-commit hooks modified examples/conventional-templates/dawn-processing.yaml (trailing whitespace and EOF formatting).
Fix please and push again.

@Oli-Jones475
Oli-Jones475 force-pushed the DAWN-processing-template branch from 3421b02 to f481136 Compare September 10, 2026 13:03
@Oli-Jones475 Oli-Jones475 changed the title Create dawn powder calibration template Add DAWN processing workflow template Sep 10, 2026
@Oli-Jones475
Oli-Jones475 requested review from hazdl and removed request for hazdl September 11, 2026 08:26

@hazdl hazdl left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check the comments I added.

Comment thread examples/conventional-templates/dawn-processing.yaml
command: [/bin/sh]
source: |
touch /tmp-dir/file-mount-path-from-config.txt
cat {{ workflow.parameters.confpath }} | sed -n 's|^ *"filePath": *"|| p' | sed 's/",*$//' > /tmp-dir/file-mount-path-from-config.txt

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider validating that the required JSON fields (filePath, processingPath, and outputFilePath) were successfully extracted before continuing. If any are missing or empty, the workflow may proceed with invalid mount paths and fail later with less obvious mount or pod startup errors. Failing early with a clear error message would make troubleshooting easier.

Comment thread examples/conventional-templates/dawn-processing.yaml
Comment thread examples/conventional-templates/dawn-processing.yaml
@hazdl
hazdl self-requested a review September 11, 2026 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants