stepup-queue 1.0.3__tar.gz → 1.0.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/PKG-INFO +1 -1
  2. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/docs/changelog.md +8 -0
  3. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/docs/examples/slurm-perpetual/workflow.sh +5 -5
  4. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/stepup/queue/sbatch.py +1 -1
  5. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/stepup_queue.egg-info/PKG-INFO +1 -1
  6. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/.editorconfig +0 -0
  7. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/.github/requirements-old.txt +0 -0
  8. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/.github/scripts/extract-notes.sh +0 -0
  9. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/.github/workflows/mkdocs.yaml +0 -0
  10. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/.github/workflows/pytest.yaml +0 -0
  11. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/.github/workflows/release.yaml +0 -0
  12. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/.gitignore +0 -0
  13. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/.markdownlint-cli2.jsonc +0 -0
  14. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/.pre-commit-config.yaml +0 -0
  15. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/LICENSE +0 -0
  16. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/README.md +0 -0
  17. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/docs/development.md +0 -0
  18. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/docs/examples/slurm-basic/.gitignore +0 -0
  19. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/docs/examples/slurm-basic/README.md +0 -0
  20. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/docs/examples/slurm-basic/dynamic-template.sh +0 -0
  21. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/docs/examples/slurm-basic/fail/slurmjob.sh +0 -0
  22. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/docs/examples/slurm-basic/pass/slurmjob.py +0 -0
  23. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/docs/examples/slurm-basic/plan.py +0 -0
  24. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/docs/examples/slurm-perpetual/.gitignore +0 -0
  25. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/docs/examples/slurm-perpetual/README.md +0 -0
  26. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/docs/examples/slurm-perpetual/plan.py +0 -0
  27. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/docs/examples/slurm-perpetual/step1/slurmjob.sh +0 -0
  28. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/docs/examples/slurm-perpetual/step2/slurmjob.sh +0 -0
  29. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/docs/index.md +0 -0
  30. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/docs/installation.md +0 -0
  31. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/docs/license.md +0 -0
  32. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/docs/stepup.queue.api.md +0 -0
  33. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/docs/usage.md +0 -0
  34. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/mkdocs.yaml +0 -0
  35. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/overrides/main.html +0 -0
  36. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/pyproject.toml +0 -0
  37. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/setup.cfg +0 -0
  38. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/stepup/queue/__init__.py +0 -0
  39. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/stepup/queue/actions.py +0 -0
  40. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/stepup/queue/api.py +0 -0
  41. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/stepup/queue/canceljobs.py +0 -0
  42. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/stepup_queue.egg-info/SOURCES.txt +0 -0
  43. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/stepup_queue.egg-info/dependency_links.txt +0 -0
  44. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/stepup_queue.egg-info/entry_points.txt +0 -0
  45. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/stepup_queue.egg-info/requires.txt +0 -0
  46. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/stepup_queue.egg-info/top_level.txt +0 -0
  47. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/tests/conftest.py +0 -0
  48. {stepup_queue-1.0.3 → stepup_queue-1.0.4}/tests/test_sbatch.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: stepup-queue
3
- Version: 1.0.3
3
+ Version: 1.0.4
4
4
  Summary: StepUp Queue integrates queued jobs into a StepUp workflow.
5
5
  Author-email: Toon Verstraelen <toon.verstraelen@ugent.be>
6
6
  License-Expression: GPL-3.0-or-later
@@ -12,6 +12,13 @@ and this project adheres to [Effort-based Versioning](https://jacobtomlinson.dev
12
12
 
13
13
  (no changes yet)
14
14
 
15
+ ## [1.0.4][] - 2025-05-21 {: #v1.0.4 }
16
+
17
+ ### Fixed
18
+
19
+ - Minor typo fix in slurm wrapper script.
20
+ - Improved example perpetual workflow job script.
21
+
15
22
  ## [1.0.3][] - 2025-05-16 {: #v1.0.3 }
16
23
 
17
24
  ### Fixed
@@ -47,6 +54,7 @@ It was adapted to integrate well with StepUp Core 3.
47
54
  This release also features the `stepup canceljobs` tool, which was not present in Parman.
48
55
 
49
56
  [Unreleased]: https://github.com/reproducible-reporting/stepup-queue
57
+ [1.0.4]: https://github.com/reproducible-reporting/stepup-queue/releases/tag/v1.0.4
50
58
  [1.0.3]: https://github.com/reproducible-reporting/stepup-queue/releases/tag/v1.0.3
51
59
  [1.0.2]: https://github.com/reproducible-reporting/stepup-queue/releases/tag/v1.0.2
52
60
  [1.0.1]: https://github.com/reproducible-reporting/stepup-queue/releases/tag/v1.0.1
@@ -25,10 +25,10 @@ trap 'rm -rv "$STEPUP_QUEUE_FLAG_DIR"' EXIT
25
25
  # The second will forcefully terminate remaining running steps.
26
26
  echo "Starting background process to monitor wall time."
27
27
  (
28
- sleep 30; # In production, 39600 seconds is reasonable.
29
- touch ${STEPUP_QUEUE_FLAG_DIR}/resubmit;
30
- stepup shutdown;
31
- sleep 10; # In production, 300 seconds is reasonable.
28
+ sleep 30 # In production, wall time minus 1800 seconds (half hour) is reasonable.
29
+ touch ${STEPUP_QUEUE_FLAG_DIR}/resubmit
30
+ stepup shutdown
31
+ sleep 10 # In production, 300 seconds (5 minutes) is reasonable.
32
32
  stepup shutdown
33
33
  ) &
34
34
  BGPID=$!
@@ -49,7 +49,7 @@ if [ -f ${STEPUP_QUEUE_FLAG_DIR}/resubmit ]; then
49
49
  echo "Resubmitting job script to let StepUp finalize the workflow."
50
50
  sbatch workflow.sh
51
51
  else
52
- echo "Stepup was stopped gracefully."
52
+ echo "Stepup stopped by itself."
53
53
  fi
54
54
 
55
55
  echo "StepUp workflow job ends:" $(date)
@@ -235,7 +235,7 @@ chmod +x '{job_script}'
235
235
  ./'{job_script}'
236
236
  RETURN_CODE=$?
237
237
  echo $RETURN_CODE > slurmjob.ret
238
- exot $RETURN_CODE
238
+ exit $RETURN_CODE
239
239
  """
240
240
 
241
241
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: stepup-queue
3
- Version: 1.0.3
3
+ Version: 1.0.4
4
4
  Summary: StepUp Queue integrates queued jobs into a StepUp workflow.
5
5
  Author-email: Toon Verstraelen <toon.verstraelen@ugent.be>
6
6
  License-Expression: GPL-3.0-or-later
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes