Skip to content
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

Add job script submission and generation step #120

Merged
merged 1 commit into from
Jul 28, 2023

Conversation

SeanBryan51
Copy link
Collaborator

This change adds a subcommand fluxsite-submit-job that writes the PBS job to the file system and then submits the job to the queue. This allows us to run the full fluxsite test by executing each step separately, i.e. benchcab checkout && benchcab build && benchcab fluxsite-setup-work-dir && benchcab fluxsite-submit-job.

Fixes #109

This change adds a subcommand `fluxsite-submit-job` that writes the PBS
job to the file system and then submits the job to the queue. This
allows us to run the full fluxsite test by executing each step
separately, i.e. `benchcab checkout && benchcab build && benchcab
fluxsite-setup-work-dir && benchcab fluxsite-submit-job`.

Fixes #109
@SeanBryan51 SeanBryan51 linked an issue Jul 27, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Jul 27, 2023

Codecov Report

Merging #120 (49da522) into master (b5c1956) will decrease coverage by 0.10%.
Report is 1 commits behind head on master.
The diff coverage is 71.42%.

@@            Coverage Diff             @@
##           master     #120      +/-   ##
==========================================
- Coverage   88.55%   88.46%   -0.10%     
==========================================
  Files          26       26              
  Lines        1381     1387       +6     
==========================================
+ Hits         1223     1227       +4     
- Misses        158      160       +2     
Files Changed Coverage Δ
benchcab/benchcab.py 36.70% <0.00%> (-0.48%) ⬇️
benchcab/cli.py 100.00% <100.00%> (ø)
tests/test_cli.py 100.00% <100.00%> (ø)

@SeanBryan51 SeanBryan51 merged commit 138b877 into master Jul 28, 2023
2 of 4 checks passed
@SeanBryan51 SeanBryan51 deleted the 109-add-pbs-job-generation-sub-command branch July 28, 2023 00:30
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.

Add sub command that generates and submits the PBS job
2 participants