Skip to content

Merge pull request #102 from xenserver-next/cancel-obsolete-jobs #501

Merge pull request #102 from xenserver-next/cancel-obsolete-jobs

Merge pull request #102 from xenserver-next/cancel-obsolete-jobs #501

Triggered via push July 4, 2023 08:25
Status Cancelled
Total duration 2m 18s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

main.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 1 warning, and 3 notices
test (2.7, ubuntu-22.04)
The process '/opt/hostedtoolcache/Python/2.7.18/x64/bin/pip' failed with exit code 1
test (3.8, ubuntu-22.04)
Canceling since a higher priority waiting request for 'Unit tests-refs/heads/master' exists
test (3.8, ubuntu-22.04)
The operation was canceled.
test (2.7, ubuntu-22.04)
The support for python 2.7 will be removed on June 19. Related issue: https://github.com/actions/setup-python/issues/672
pylint R1724: no-else-continue: xcp/net/ifrename/static.py#L228
Refactor: Unnecessary "elif" after "continue", remove the leading "el" from "elif"
pylint R1724: no-else-continue: xcp/net/ifrename/dynamic.py#L175
Refactor: Unnecessary "elif" after "continue", remove the leading "el" from "elif"
pylint C0415: import-outside-toplevel: tests/test_cpiofile.py#L33
Convention: Import outside toplevel (StringIO)