Skip to content

global: support Jinja templating for job args #126

global: support Jinja templating for job args

global: support Jinja templating for job args #126

Triggered via pull request June 11, 2024 06:59
Status Failure
Total duration 2m 22s
Artifacts

tests.yml

on: pull_request
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

13 errors
Tests (3.9, postgresql14, opensearch2, 20.x): invenio_jobs/models.py#L1
isort-check from sqlalchemy_utils import Timestamp from sqlalchemy_utils.types import ChoiceType, JSONType, UUIDType from werkzeug.utils import cached_property -from .utils import walk_dict_values, eval_cfg_value + +from .utils import eval_cfg_value, walk_dict_values JSON = ( db.JSON()
Tests (3.9, postgresql14, opensearch2, 20.x): invenio_jobs/utils.py#L1
pydocstyle-check /home/runner/work/invenio-jobs/invenio-jobs/invenio_jobs/utils.py:16 in public function `eval_cfg_value`: D103: Missing docstring in public function /home/runner/work/invenio-jobs/invenio-jobs/invenio_jobs/utils.py:28 in public function `walk_dict_values`: D103: Missing docstring in public function
Tests (3.9, postgresql14, opensearch2, 20.x): invenio_jobs/utils.py#L1
isort-check """Utilities.""" +import ast + from jinja2.sandbox import SandboxedEnvironment -import ast jinja_env = SandboxedEnvironment()
Tests (3.9, postgresql14, opensearch2, 20.x)
Process completed with exit code 1.
Tests (3.9, postgresql14, opensearch2, 18.x)
The job was canceled because "_3_9_postgresql14_opens_2" failed.
Tests (3.9, postgresql14, opensearch2, 18.x): invenio_jobs/models.py#L1
isort-check from sqlalchemy_utils import Timestamp from sqlalchemy_utils.types import ChoiceType, JSONType, UUIDType from werkzeug.utils import cached_property -from .utils import walk_dict_values, eval_cfg_value + +from .utils import eval_cfg_value, walk_dict_values JSON = ( db.JSON()
Tests (3.9, postgresql14, opensearch2, 18.x): invenio_jobs/utils.py#L1
pydocstyle-check /home/runner/work/invenio-jobs/invenio-jobs/invenio_jobs/utils.py:16 in public function `eval_cfg_value`: D103: Missing docstring in public function /home/runner/work/invenio-jobs/invenio-jobs/invenio_jobs/utils.py:28 in public function `walk_dict_values`: D103: Missing docstring in public function
Tests (3.9, postgresql14, opensearch2, 18.x): invenio_jobs/utils.py#L1
isort-check """Utilities.""" +import ast + from jinja2.sandbox import SandboxedEnvironment -import ast jinja_env = SandboxedEnvironment()
Tests (3.9, postgresql14, opensearch2, 18.x)
The operation was canceled.
Tests (3.12, postgresql14, opensearch2, 18.x)
The job was canceled because "_3_9_postgresql14_opens_2" failed.
Tests (3.12, postgresql14, opensearch2, 18.x)
The operation was canceled.
Tests (3.12, postgresql14, opensearch2, 20.x)
The job was canceled because "_3_9_postgresql14_opens_2" failed.
Tests (3.12, postgresql14, opensearch2, 20.x)
The operation was canceled.