Skip to content

Add Job details view #76

Add Job details view

Add Job details view #76

Triggered via pull request May 29, 2024 13:18
Status Failure
Total duration 2m 27s
Artifacts

tests.yml

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

Annotations

11 errors
Tests (3.9, postgresql14, opensearch2, 18.x): invenio_jobs/models.py#L1
Black format check --- /home/runner/work/invenio-jobs/invenio-jobs/invenio_jobs/models.py 2024-05-29 13:18:50.223868+00:00 +++ /home/runner/work/invenio-jobs/invenio-jobs/invenio_jobs/models.py 2024-05-29 13:20:44.568362+00:00 @@ -44,11 +44,10 @@ # TODO: See if we move this to an API class @Property def last_run(self): """Last run of the job.""" return self.runs.order_by(Run.created.desc()).first() - class RunStatusEnum(enum.Enum): """Enumeration of a run's possible states."""
Tests (3.9, postgresql14, opensearch2, 18.x)
Process completed with exit code 1.
Tests (3.9, postgresql14, opensearch2, 20.x)
The job was canceled because "_3_9_postgresql14_opensea" failed.
Tests (3.9, postgresql14, opensearch2, 20.x): invenio_jobs/models.py#L1
Black format check --- /home/runner/work/invenio-jobs/invenio-jobs/invenio_jobs/models.py 2024-05-29 13:18:49.132325+00:00 +++ /home/runner/work/invenio-jobs/invenio-jobs/invenio_jobs/models.py 2024-05-29 13:20:50.784795+00:00 @@ -44,11 +44,10 @@ # TODO: See if we move this to an API class @Property def last_run(self): """Last run of the job.""" return self.runs.order_by(Run.created.desc()).first() - class RunStatusEnum(enum.Enum): """Enumeration of a run's possible states."""
Tests (3.9, postgresql14, opensearch2, 20.x)
The operation was canceled.
Tests (3.12, postgresql14, opensearch2, 18.x)
The job was canceled because "_3_9_postgresql14_opensea" failed.
Tests (3.12, postgresql14, opensearch2, 18.x): invenio_jobs/models.py#L1
Black format check --- /home/runner/work/invenio-jobs/invenio-jobs/invenio_jobs/models.py 2024-05-29 13:18:48.487866+00:00 +++ /home/runner/work/invenio-jobs/invenio-jobs/invenio_jobs/models.py 2024-05-29 13:20:51.646375+00:00 @@ -44,11 +44,10 @@ # TODO: See if we move this to an API class @Property def last_run(self): """Last run of the job.""" return self.runs.order_by(Run.created.desc()).first() - class RunStatusEnum(enum.Enum): """Enumeration of a run's possible states."""
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_opensea" failed.
Tests (3.12, postgresql14, opensearch2, 20.x): invenio_jobs/models.py#L1
Black format check --- /home/runner/work/invenio-jobs/invenio-jobs/invenio_jobs/models.py 2024-05-29 13:18:49.604180+00:00 +++ /home/runner/work/invenio-jobs/invenio-jobs/invenio_jobs/models.py 2024-05-29 13:20:54.006616+00:00 @@ -44,11 +44,10 @@ # TODO: See if we move this to an API class @Property def last_run(self): """Last run of the job.""" return self.runs.order_by(Run.created.desc()).first() - class RunStatusEnum(enum.Enum): """Enumeration of a run's possible states."""
Tests (3.12, postgresql14, opensearch2, 20.x)
The operation was canceled.