lsst-ctrl-execute 29.2025.2100__tar.gz → 29.2025.4800__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.
- lsst_ctrl_execute-29.2025.4800/.github/dependabot.yml +6 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/.github/workflows/build.yaml +10 -10
- lsst_ctrl_execute-29.2025.4800/.github/workflows/codeql-analysis.yml +74 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/.pre-commit-config.yaml +1 -1
- lsst_ctrl_execute-29.2025.4800/COPYRIGHT +4 -0
- lsst_ctrl_execute-29.2025.4800/LICENSE +3 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/PKG-INFO +10 -4
- lsst_ctrl_execute-29.2025.4800/bsd_license.txt +27 -0
- lsst_ctrl_execute-29.2025.4800/gpl-v3.0.txt +674 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/pyproject.toml +6 -3
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/python/lsst/ctrl/execute/allocationConfig.py +13 -8
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/python/lsst/ctrl/execute/allocator.py +13 -10
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/python/lsst/ctrl/execute/allocatorParser.py +13 -10
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/python/lsst/ctrl/execute/condorConfig.py +13 -10
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/python/lsst/ctrl/execute/condorInfoConfig.py +13 -10
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/python/lsst/ctrl/execute/envString.py +13 -10
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/python/lsst/ctrl/execute/findPackageFile.py +14 -10
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/python/lsst/ctrl/execute/namedClassFactory.py +13 -8
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/python/lsst/ctrl/execute/pbsPlugin.py +13 -10
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/python/lsst/ctrl/execute/qCommand.py +13 -8
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/python/lsst/ctrl/execute/seqFile.py +13 -9
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/python/lsst/ctrl/execute/slurmPlugin.py +13 -8
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/python/lsst/ctrl/execute/templateWriter.py +13 -10
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/.github/workflows/formatting.yaml +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/.github/workflows/rebase_checker.yaml +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/.gitignore +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/SConstruct +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/etc/configs/gordon_config.py +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/etc/configs/lsst_config.py +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/etc/scripts/generateDag.py +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/python/lsst/__init__.py +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/python/lsst/ctrl/__init__.py +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/python/lsst/ctrl/execute/__init__.py +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/python/lsst/ctrl/execute/libexec/allocateNodes.py +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/python/lsst/ctrl/execute/libexec/dagIdInfo.py +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/python/lsst/ctrl/execute/libexec/qdelete.py +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/python/lsst/ctrl/execute/libexec/qstatus.py +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/setup.cfg +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/tests/README +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/tests/SConscript +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/tests/test_allocationConfig.py +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/tests/test_allocatorParser.py +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/tests/test_condorConfig.py +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/tests/test_condorInfoConfig.py +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/tests/test_dagIdInfo.py +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/tests/test_findPackageFile.py +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/tests/test_seqFile.py +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/tests/test_slurmPlugin.py +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/tests/test_templateWriter.py +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/tests/testfiles/allocator-info1.py +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/tests/testfiles/config_allocation.py +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/tests/testfiles/config_allocation_slurm.py +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/tests/testfiles/config_asserts.py +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/tests/testfiles/config_condor.py +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/tests/testfiles/config_condorInfo.py +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/tests/testfiles/config_condor_getenv.py +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/tests/testfiles/config_condor_setups.py +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/tests/testfiles/config_condor_slurm.py +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/tests/testfiles/config_execconfig.py +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/tests/testfiles/config_pegasus.py +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/tests/testfiles/generic.pbs.template +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/tests/testfiles/generic.pbs.txt +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/tests/testfiles/generic.slurm.template +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/tests/testfiles/generic.slurm.txt +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/tests/testfiles/glidein_condor_config.template +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/tests/testfiles/glidein_condor_config.txt +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/tests/testfiles/templateWriter.template +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/tests/testfiles/templateWriter.txt +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/tests/testfiles/test.diamond.dag +0 -0
- {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/ups/ctrl_execute.table +0 -0
{lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4800}/.github/workflows/build.yaml
RENAMED
|
@@ -14,18 +14,18 @@ jobs:
|
|
|
14
14
|
runs-on: ubuntu-latest
|
|
15
15
|
strategy:
|
|
16
16
|
matrix:
|
|
17
|
-
python-version: ["3.11", "3.12"]
|
|
17
|
+
python-version: ["3.11", "3.12", "3.13", "3.14"]
|
|
18
18
|
|
|
19
19
|
steps:
|
|
20
|
-
- uses: actions/checkout@
|
|
20
|
+
- uses: actions/checkout@v6
|
|
21
21
|
with:
|
|
22
22
|
# Need to clone everything for the git tags.
|
|
23
23
|
fetch-depth: 0
|
|
24
24
|
|
|
25
25
|
- name: Install uv
|
|
26
|
-
uses: astral-sh/setup-uv@
|
|
26
|
+
uses: astral-sh/setup-uv@v7
|
|
27
27
|
with:
|
|
28
|
-
version: "0.
|
|
28
|
+
version: "0.9.x"
|
|
29
29
|
enable-cache: true
|
|
30
30
|
python-version: ${{ matrix.python-version }}
|
|
31
31
|
|
|
@@ -40,7 +40,7 @@ jobs:
|
|
|
40
40
|
--junitxml=junit.xml -o junit_family=legacy
|
|
41
41
|
|
|
42
42
|
- name: Upload coverage to codecov
|
|
43
|
-
uses: codecov/codecov-action@
|
|
43
|
+
uses: codecov/codecov-action@v5
|
|
44
44
|
with:
|
|
45
45
|
files: ./coverage.xml
|
|
46
46
|
token: ${{ secrets.CODECOV_TOKEN }}
|
|
@@ -57,7 +57,7 @@ jobs:
|
|
|
57
57
|
runs-on: ubuntu-latest
|
|
58
58
|
if: startsWith(github.ref, 'refs/tags/')
|
|
59
59
|
steps:
|
|
60
|
-
- uses: actions/checkout@
|
|
60
|
+
- uses: actions/checkout@v6
|
|
61
61
|
with:
|
|
62
62
|
fetch-depth: 0
|
|
63
63
|
- name: Check if weekly changed
|
|
@@ -95,17 +95,17 @@ jobs:
|
|
|
95
95
|
if: "${{ ! startsWith(github.ref, 'refs/tags/w.') || needs.check-changes.outputs.skip == 'false' }}"
|
|
96
96
|
|
|
97
97
|
steps:
|
|
98
|
-
- uses: actions/checkout@
|
|
98
|
+
- uses: actions/checkout@v6
|
|
99
99
|
with:
|
|
100
100
|
# Need to clone everything to embed the version.
|
|
101
101
|
fetch-depth: 0
|
|
102
102
|
|
|
103
103
|
- name: Install uv
|
|
104
|
-
uses: astral-sh/setup-uv@
|
|
104
|
+
uses: astral-sh/setup-uv@v7
|
|
105
105
|
with:
|
|
106
|
-
version: "0.
|
|
106
|
+
version: "0.9.x"
|
|
107
107
|
enable-cache: true
|
|
108
|
-
python-version: "3.
|
|
108
|
+
python-version: "3.12"
|
|
109
109
|
|
|
110
110
|
- name: Build and create distribution
|
|
111
111
|
run: |
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
# For most projects, this workflow file will not need changing; you simply need
|
|
2
|
+
# to commit it to your repository.
|
|
3
|
+
#
|
|
4
|
+
# You may wish to alter this file to override the set of languages analyzed,
|
|
5
|
+
# or to provide custom queries or build logic.
|
|
6
|
+
#
|
|
7
|
+
# ******** NOTE ********
|
|
8
|
+
# We have attempted to detect the languages in your repository. Please check
|
|
9
|
+
# the `language` matrix defined below to confirm you have the correct set of
|
|
10
|
+
# supported CodeQL languages.
|
|
11
|
+
#
|
|
12
|
+
name: "CodeQL"
|
|
13
|
+
|
|
14
|
+
on:
|
|
15
|
+
push:
|
|
16
|
+
branches:
|
|
17
|
+
- main
|
|
18
|
+
pull_request:
|
|
19
|
+
# The branches below must be a subset of the branches above
|
|
20
|
+
branches:
|
|
21
|
+
- main
|
|
22
|
+
schedule:
|
|
23
|
+
- cron: '39 1 * * 3'
|
|
24
|
+
|
|
25
|
+
jobs:
|
|
26
|
+
analyze:
|
|
27
|
+
name: Analyze
|
|
28
|
+
runs-on: ubuntu-latest
|
|
29
|
+
permissions:
|
|
30
|
+
actions: read
|
|
31
|
+
contents: read
|
|
32
|
+
security-events: write
|
|
33
|
+
|
|
34
|
+
strategy:
|
|
35
|
+
fail-fast: false
|
|
36
|
+
matrix:
|
|
37
|
+
language:
|
|
38
|
+
- 'python'
|
|
39
|
+
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
|
|
40
|
+
# Learn more:
|
|
41
|
+
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
|
|
42
|
+
|
|
43
|
+
steps:
|
|
44
|
+
- name: Checkout repository
|
|
45
|
+
uses: actions/checkout@v6
|
|
46
|
+
|
|
47
|
+
# Initializes the CodeQL tools for scanning.
|
|
48
|
+
- name: Initialize CodeQL
|
|
49
|
+
uses: github/codeql-action/init@v4
|
|
50
|
+
with:
|
|
51
|
+
languages: ${{ matrix.language }}
|
|
52
|
+
# If you wish to specify custom queries, you can do so here or in a config file.
|
|
53
|
+
# By default, queries listed here will override any specified in a config file.
|
|
54
|
+
# Prefix the list here with "+" to use these queries and those in the config file.
|
|
55
|
+
# queries: ./path/to/local/query, your-org/your-repo/queries@main
|
|
56
|
+
|
|
57
|
+
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
|
58
|
+
# If this step fails, then you should remove it and run the build manually (see below)
|
|
59
|
+
- name: Autobuild
|
|
60
|
+
uses: github/codeql-action/autobuild@v4
|
|
61
|
+
|
|
62
|
+
# ℹ️ Command-line programs to run using the OS shell.
|
|
63
|
+
# 📚 https://git.io/JvXDl
|
|
64
|
+
|
|
65
|
+
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
|
|
66
|
+
# and modify them (or add more) to build your code if your project
|
|
67
|
+
# uses a compiled language
|
|
68
|
+
|
|
69
|
+
# - run: |
|
|
70
|
+
# make bootstrap
|
|
71
|
+
# make release
|
|
72
|
+
|
|
73
|
+
- name: Perform CodeQL Analysis
|
|
74
|
+
uses: github/codeql-action/analyze@v4
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
Copyright 2012-2025 University of Illinois Board of Trustees
|
|
2
|
+
Copyright 2015, 2019, 2024-2025 Association of Universities for Research in Astronomy
|
|
3
|
+
Copyright 2015, 2017 University of Washington
|
|
4
|
+
Copyright 2025 The Board of Trustees of the Leland Stanford Junior University, through SLAC National Accelerator Laboratory
|
|
@@ -1,19 +1,25 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lsst-ctrl-execute
|
|
3
|
-
Version: 29.2025.
|
|
3
|
+
Version: 29.2025.4800
|
|
4
4
|
Summary: Utilities for executing and managing workloads.
|
|
5
5
|
Project-URL: Homepage, https://github.com/lsst/ctrl_execute
|
|
6
6
|
Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
|
|
7
|
-
License: BSD
|
|
7
|
+
License-Expression: BSD-3-Clause OR GPL-3.0-or-later
|
|
8
|
+
License-File: COPYRIGHT
|
|
9
|
+
License-File: LICENSE
|
|
10
|
+
License-File: bsd_license.txt
|
|
11
|
+
License-File: gpl-v3.0.txt
|
|
8
12
|
Keywords: lsst
|
|
9
13
|
Classifier: Intended Audience :: Science/Research
|
|
10
|
-
Classifier: License :: OSI Approved :: BSD License
|
|
11
14
|
Classifier: Operating System :: OS Independent
|
|
12
15
|
Classifier: Programming Language :: Python :: 3
|
|
13
16
|
Classifier: Programming Language :: Python :: 3.11
|
|
14
17
|
Classifier: Programming Language :: Python :: 3.12
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
15
20
|
Classifier: Topic :: Scientific/Engineering :: Astronomy
|
|
16
|
-
Requires-Python:
|
|
21
|
+
Requires-Python: >=3.11.0
|
|
22
|
+
Requires-Dist: htcondor==24.0.*
|
|
17
23
|
Requires-Dist: lsst-ctrl-bps-htcondor>=28.2024.5000; sys_platform == 'linux'
|
|
18
24
|
Requires-Dist: lsst-pex-config
|
|
19
25
|
Requires-Dist: lsst-resources
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
For copyright information see the COPYRIGHT file included in the top-level
|
|
2
|
+
directory of this distribution.
|
|
3
|
+
|
|
4
|
+
Redistribution and use in source and binary forms, with or without modification,
|
|
5
|
+
are permitted provided that the following conditions are met:
|
|
6
|
+
|
|
7
|
+
1. Redistributions of source code must retain the above copyright notice,
|
|
8
|
+
this list of conditions and the following disclaimer.
|
|
9
|
+
|
|
10
|
+
2. Redistributions in binary form must reproduce the above copyright
|
|
11
|
+
notice, this list of conditions and the following disclaimer in the
|
|
12
|
+
documentation and/or other materials provided with the distribution.
|
|
13
|
+
|
|
14
|
+
3. Neither the names of the copyright holders nor the names of their
|
|
15
|
+
contributors may be used to endorse or promote products derived from
|
|
16
|
+
this software without specific prior written permission.
|
|
17
|
+
|
|
18
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
19
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
20
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
21
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE
|
|
22
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
23
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
24
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
25
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
26
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
27
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|