dkist-processing-ops 1.10.26__tar.gz → 1.11.0__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.
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/PKG-INFO +5 -5
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/dkist_processing_ops/_version.py +3 -3
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/dkist_processing_ops/tasks/__init__.py +1 -0
- dkist_processing_ops-1.11.0/dkist_processing_ops/tasks/exercise_multi_core.py +19 -0
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/dkist_processing_ops/workflows/smoke.py +17 -0
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/dkist_processing_ops.egg-info/PKG-INFO +5 -5
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/dkist_processing_ops.egg-info/SOURCES.txt +1 -0
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/dkist_processing_ops.egg-info/requires.txt +4 -4
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/dkist_processing_ops.egg-info/scm_file_list.json +1 -0
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/dkist_processing_ops.egg-info/scm_version.json +2 -2
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/pyproject.toml +6 -6
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/.gitignore +0 -0
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/.rovodev/.review-agent.md +0 -0
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/.snyk +0 -0
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/README.rst +0 -0
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/dkist_processing_ops/config.py +0 -0
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/dkist_processing_ops/tasks/exercise_gpu.py +0 -0
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/dkist_processing_ops/tasks/smoke.py +0 -0
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.11.0
|
|
4
4
|
Summary: Automated Processing smoke test and operations workflows
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD 3-Clause
|
|
@@ -73,13 +73,13 @@ Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
|
73
73
|
Requires-Dist: beautifulsoup4==4.15.0; extra == "frozen"
|
|
74
74
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
75
75
|
Requires-Dist: bleach==6.4.0; extra == "frozen"
|
|
76
|
-
Requires-Dist: boto3==1.43.
|
|
77
|
-
Requires-Dist: botocore==1.43.
|
|
76
|
+
Requires-Dist: boto3==1.43.70; extra == "frozen"
|
|
77
|
+
Requires-Dist: botocore==1.43.70; extra == "frozen"
|
|
78
78
|
Requires-Dist: cadwyn==7.2.0; extra == "frozen"
|
|
79
79
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
80
80
|
Requires-Dist: certifi==2026.7.22; extra == "frozen"
|
|
81
81
|
Requires-Dist: cffi==2.1.1; extra == "frozen"
|
|
82
|
-
Requires-Dist: charset-normalizer==3.
|
|
82
|
+
Requires-Dist: charset-normalizer==3.5.0; extra == "frozen"
|
|
83
83
|
Requires-Dist: click==8.4.2; extra == "frozen"
|
|
84
84
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
85
85
|
Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
|
|
@@ -98,7 +98,7 @@ Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
|
98
98
|
Requires-Dist: dkist-header-validator==5.4.0; extra == "frozen"
|
|
99
99
|
Requires-Dist: dkist-processing-common==14.3.5; extra == "frozen"
|
|
100
100
|
Requires-Dist: dkist-processing-core==7.4.0; extra == "frozen"
|
|
101
|
-
Requires-Dist: dkist-processing-ops==1.
|
|
101
|
+
Requires-Dist: dkist-processing-ops==1.11.0; extra == "frozen"
|
|
102
102
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
103
103
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
104
104
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
{dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/dkist_processing_ops/_version.py
RENAMED
|
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
|
|
|
18
18
|
commit_id: str | None
|
|
19
19
|
__commit_id__: str | None
|
|
20
20
|
|
|
21
|
-
__version__ = version = '1.
|
|
22
|
-
__version_tuple__ = version_tuple = (1,
|
|
21
|
+
__version__ = version = '1.11.0'
|
|
22
|
+
__version_tuple__ = version_tuple = (1, 11, 0)
|
|
23
23
|
|
|
24
|
-
__commit_id__ = commit_id = '
|
|
24
|
+
__commit_id__ = commit_id = 'g86f7dcb2a'
|
{dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/dkist_processing_ops/tasks/__init__.py
RENAMED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"""Import of tasks is directly from package by convention"""
|
|
2
2
|
|
|
3
3
|
from dkist_processing_ops.tasks.exercise_gpu import *
|
|
4
|
+
from dkist_processing_ops.tasks.exercise_multi_core import *
|
|
4
5
|
from dkist_processing_ops.tasks.read_memory_leak import *
|
|
5
6
|
from dkist_processing_ops.tasks.smoke import *
|
|
6
7
|
from dkist_processing_ops.tasks.wait import *
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"""Verify multiple CPU cores are available in the workflow execution environment."""
|
|
2
|
+
|
|
3
|
+
from dkist_processing_core import TaskBase
|
|
4
|
+
from dkist_service_configuration.logging import logger
|
|
5
|
+
|
|
6
|
+
from dkist_processing_ops.config import dkist_processing_ops_configurations
|
|
7
|
+
|
|
8
|
+
__all__ = ["ExerciseMultiCore"]
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class ExerciseMultiCore(TaskBase):
|
|
12
|
+
"""Verify the worker is configured with multiple CPU cores."""
|
|
13
|
+
|
|
14
|
+
def run(self) -> None:
|
|
15
|
+
cpu_count = dkist_processing_ops_configurations.cpu_count
|
|
16
|
+
if cpu_count <= 1:
|
|
17
|
+
raise RuntimeError(f"Expected multiple CPU cores; found {cpu_count}.")
|
|
18
|
+
|
|
19
|
+
logger.info(f"Found {cpu_count} CPU cores.")
|
{dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/dkist_processing_ops/workflows/smoke.py
RENAMED
|
@@ -5,6 +5,7 @@ from dkist_processing_core import ResourceQueue
|
|
|
5
5
|
from dkist_processing_core import Workflow
|
|
6
6
|
|
|
7
7
|
from dkist_processing_ops.tasks import ExerciseGpu
|
|
8
|
+
from dkist_processing_ops.tasks import ExerciseMultiCore
|
|
8
9
|
from dkist_processing_ops.tasks import SmokeTask
|
|
9
10
|
|
|
10
11
|
smoke_default = Workflow(
|
|
@@ -42,3 +43,19 @@ smoke_gpu.add_node(
|
|
|
42
43
|
resource_queue=ResourceQueue.GPU,
|
|
43
44
|
pip_extras=["gpu"],
|
|
44
45
|
)
|
|
46
|
+
smoke_gpu.add_node(task=TrialTeardown, upstreams=ExerciseGpu)
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
smoke_multi_core = Workflow(
|
|
50
|
+
input_data="ops",
|
|
51
|
+
output_data="common",
|
|
52
|
+
category="smoke",
|
|
53
|
+
detail="multi-core",
|
|
54
|
+
workflow_package=__package__,
|
|
55
|
+
)
|
|
56
|
+
smoke_multi_core.add_node(
|
|
57
|
+
task=ExerciseMultiCore,
|
|
58
|
+
upstreams=None,
|
|
59
|
+
resource_queue=ResourceQueue.MULTI_CORE,
|
|
60
|
+
)
|
|
61
|
+
smoke_multi_core.add_node(task=TrialTeardown, upstreams=ExerciseMultiCore)
|
{dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/dkist_processing_ops.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.11.0
|
|
4
4
|
Summary: Automated Processing smoke test and operations workflows
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD 3-Clause
|
|
@@ -73,13 +73,13 @@ Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
|
73
73
|
Requires-Dist: beautifulsoup4==4.15.0; extra == "frozen"
|
|
74
74
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
75
75
|
Requires-Dist: bleach==6.4.0; extra == "frozen"
|
|
76
|
-
Requires-Dist: boto3==1.43.
|
|
77
|
-
Requires-Dist: botocore==1.43.
|
|
76
|
+
Requires-Dist: boto3==1.43.70; extra == "frozen"
|
|
77
|
+
Requires-Dist: botocore==1.43.70; extra == "frozen"
|
|
78
78
|
Requires-Dist: cadwyn==7.2.0; extra == "frozen"
|
|
79
79
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
80
80
|
Requires-Dist: certifi==2026.7.22; extra == "frozen"
|
|
81
81
|
Requires-Dist: cffi==2.1.1; extra == "frozen"
|
|
82
|
-
Requires-Dist: charset-normalizer==3.
|
|
82
|
+
Requires-Dist: charset-normalizer==3.5.0; extra == "frozen"
|
|
83
83
|
Requires-Dist: click==8.4.2; extra == "frozen"
|
|
84
84
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
85
85
|
Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
|
|
@@ -98,7 +98,7 @@ Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
|
98
98
|
Requires-Dist: dkist-header-validator==5.4.0; extra == "frozen"
|
|
99
99
|
Requires-Dist: dkist-processing-common==14.3.5; extra == "frozen"
|
|
100
100
|
Requires-Dist: dkist-processing-core==7.4.0; extra == "frozen"
|
|
101
|
-
Requires-Dist: dkist-processing-ops==1.
|
|
101
|
+
Requires-Dist: dkist-processing-ops==1.11.0; extra == "frozen"
|
|
102
102
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
103
103
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
104
104
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
@@ -21,6 +21,7 @@ dkist_processing_ops.egg-info/top_level.txt
|
|
|
21
21
|
dkist_processing_ops/dags/scale.py
|
|
22
22
|
dkist_processing_ops/tasks/__init__.py
|
|
23
23
|
dkist_processing_ops/tasks/exercise_gpu.py
|
|
24
|
+
dkist_processing_ops/tasks/exercise_multi_core.py
|
|
24
25
|
dkist_processing_ops/tasks/read_memory_leak.py
|
|
25
26
|
dkist_processing_ops/tasks/smoke.py
|
|
26
27
|
dkist_processing_ops/tasks/wait.py
|
|
@@ -54,13 +54,13 @@ babel==2.18.0
|
|
|
54
54
|
beautifulsoup4==4.15.0
|
|
55
55
|
billiard==4.2.4
|
|
56
56
|
bleach==6.4.0
|
|
57
|
-
boto3==1.43.
|
|
58
|
-
botocore==1.43.
|
|
57
|
+
boto3==1.43.70
|
|
58
|
+
botocore==1.43.70
|
|
59
59
|
cadwyn==7.2.0
|
|
60
60
|
celery==5.6.3
|
|
61
61
|
certifi==2026.7.22
|
|
62
62
|
cffi==2.1.1
|
|
63
|
-
charset-normalizer==3.
|
|
63
|
+
charset-normalizer==3.5.0
|
|
64
64
|
click==8.4.2
|
|
65
65
|
click-didyoumean==0.3.1
|
|
66
66
|
click-plugins==1.1.1.2
|
|
@@ -79,7 +79,7 @@ dill==0.4.1
|
|
|
79
79
|
dkist-header-validator==5.4.0
|
|
80
80
|
dkist-processing-common==14.3.5
|
|
81
81
|
dkist-processing-core==7.4.0
|
|
82
|
-
dkist-processing-ops==1.
|
|
82
|
+
dkist-processing-ops==1.11.0
|
|
83
83
|
dkist-processing-pac==3.1.2
|
|
84
84
|
dkist-service-configuration==4.3.0
|
|
85
85
|
dkist-spectral-lines==3.0.1
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
"dkist_processing_ops/dags/scale.py",
|
|
14
14
|
"dkist_processing_ops/tasks/__init__.py",
|
|
15
15
|
"dkist_processing_ops/tasks/exercise_gpu.py",
|
|
16
|
+
"dkist_processing_ops/tasks/exercise_multi_core.py",
|
|
16
17
|
"dkist_processing_ops/tasks/read_memory_leak.py",
|
|
17
18
|
"dkist_processing_ops/tasks/smoke.py",
|
|
18
19
|
"dkist_processing_ops/tasks/wait.py",
|
|
@@ -6,8 +6,8 @@ build-backend = 'setuptools.build_meta'
|
|
|
6
6
|
|
|
7
7
|
[tool.dkist-dev-tools]
|
|
8
8
|
# Most recently frozen version by dkist-dev-tools
|
|
9
|
-
version = "1.
|
|
10
|
-
date = 2026-08-
|
|
9
|
+
version = "1.11.0"
|
|
10
|
+
date = 2026-08-12T15:55:08.730809
|
|
11
11
|
|
|
12
12
|
[project]
|
|
13
13
|
name = "dkist-processing-ops"
|
|
@@ -95,13 +95,13 @@ frozen = [
|
|
|
95
95
|
"beautifulsoup4 == 4.15.0",
|
|
96
96
|
"billiard == 4.2.4",
|
|
97
97
|
"bleach == 6.4.0",
|
|
98
|
-
"boto3 == 1.43.
|
|
99
|
-
"botocore == 1.43.
|
|
98
|
+
"boto3 == 1.43.70",
|
|
99
|
+
"botocore == 1.43.70",
|
|
100
100
|
"cadwyn == 7.2.0",
|
|
101
101
|
"celery == 5.6.3",
|
|
102
102
|
"certifi == 2026.7.22",
|
|
103
103
|
"cffi == 2.1.1",
|
|
104
|
-
"charset-normalizer == 3.
|
|
104
|
+
"charset-normalizer == 3.5.0",
|
|
105
105
|
"click == 8.4.2",
|
|
106
106
|
"click-didyoumean == 0.3.1",
|
|
107
107
|
"click-plugins == 1.1.1.2",
|
|
@@ -120,7 +120,7 @@ frozen = [
|
|
|
120
120
|
"dkist-header-validator == 5.4.0",
|
|
121
121
|
"dkist-processing-common == 14.3.5",
|
|
122
122
|
"dkist-processing-core == 7.4.0",
|
|
123
|
-
"dkist-processing-ops == 1.
|
|
123
|
+
"dkist-processing-ops == 1.11.0",
|
|
124
124
|
"dkist-processing-pac == 3.1.2",
|
|
125
125
|
"dkist-service-configuration == 4.3.0",
|
|
126
126
|
"dkist-spectral-lines == 3.0.1",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/dkist_processing_ops/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/dkist_processing_ops/tasks/smoke.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/dkist_processing_ops/tasks/wait.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.26 → dkist_processing_ops-1.11.0}/dkist_processing_ops/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|