Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Revert "Revert "Add why field to assembly issues"" #128

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thegreyd
Copy link
Contributor

@thegreyd thegreyd commented Dec 12, 2023

Reverts #127

Do not merge until we have backfilled all releases.yml or found a way to ignore old issues and only highlight new ones.

Copy link
Contributor

openshift-ci bot commented Dec 12, 2023

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please ask for approval from thegreyd. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@thegreyd
Copy link
Contributor Author

/hold

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Dec 12, 2023
@openshift-bot
Copy link

Build #1

py38: install_deps> python -I -m pip install -r requirements-dev.txt -r requirements.txt
.pkg: install_requires> python -I -m pip install 'setuptools>=40.8.0' wheel
.pkg: _optional_hooks> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
.pkg: get_requires_for_build_sdist> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
.pkg: get_requires_for_build_wheel> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
.pkg: install_requires_for_build_wheel> python -I -m pip install wheel
.pkg: freeze> python -m pip freeze --all
.pkg: pip==23.3.1,setuptools==69.0.2,wheel==0.42.0
.pkg: prepare_metadata_for_build_wheel> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
.pkg: build_sdist> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
py38: install_package_deps> python -I -m pip install PyYAML Pygments SecretStorage appdirs bleach certifi cffi chardet contextlib2 cryptography distlib docutils filelock future idna importlib-metadata importlib-resources jeepney 'jsonschema~=4.0.0' keyring packaging pip-system-certs pkginfo pluggy py pycparser pygit2==1.10.1 pyparsing readme-renderer requests requests-toolbelt rpm ruamel.yaml schema six toml tqdm twine urllib3 virtualenv webencodings zipp
py38: install_package> python -I -m pip install --force-reinstall --no-deps /mnt/workspace/jenkins/working/_ocp-build-data-validator_PR-128/.tox/.tmp/package/1/rh-ocp-build-data-validator-0.2.5.tar.gz
py38: freeze> python -m pip freeze --all
py38: appdirs==1.4.4,attrs==23.1.0,bleach==6.1.0,certifi==2023.11.17,cffi==1.16.0,chardet==5.2.0,charset-normalizer==3.3.2,contextlib2==21.6.0,coverage==5.5,cryptography==41.0.7,distlib==0.3.8,docutils==0.20.1,filelock==3.13.1,flake8==3.8.4,flexmock==0.11.3,future==0.18.3,idna==3.6,importlib-metadata==7.0.0,importlib-resources==6.1.1,jaraco.classes==3.3.0,jeepney==0.8.0,jsonschema==4.0.1,keyring==24.3.0,markdown-it-py==3.0.0,mccabe==0.6.1,mdurl==0.1.2,mock==5.1.0,more-itertools==10.1.0,nh3==0.2.15,packaging==23.2,pip==23.3.1,pip-system-certs==4.0,pkginfo==1.9.6,platformdirs==4.1.0,pluggy==1.3.0,py==1.11.0,pycodestyle==2.6.0,pycparser==2.21,pyflakes==2.2.0,pygit2==1.10.1,Pygments==2.17.2,pyparsing==3.1.1,pyrsistent==0.20.0,PyYAML==6.0.1,readme-renderer==42.0,requests==2.31.0,requests-toolbelt==1.0.0,rfc3986==2.0.0,rh-ocp-build-data-validator @ file:///mnt/workspace/jenkins/working/_ocp-build-data-validator_PR-128/.tox/.tmp/package/1/rh-ocp-build-data-validator-0.2.5.tar.gz#sha256=4c01d7092b321c6fc94983ee75dbb714571ef728182a1b447d519535233737ed,rich==13.7.0,rpm==0.1.0,ruamel.yaml==0.18.5,ruamel.yaml.clib==0.2.8,schema==0.7.5,SecretStorage==3.3.3,setuptools==69.0.2,six==1.16.0,toml==0.10.2,tox==3.20.1,tqdm==4.66.1,twine==4.0.2,typing_extensions==4.9.0,urllib3==2.1.0,virtualenv==20.25.0,webencodings==0.5.1,wheel==0.42.0,wrapt==1.16.0,zipp==3.17.0
py38: commands[0]> coverage run --branch --source validator -m unittest discover
Validating filename...
Validating filename...
Validating filename...
Validating filename...
Validating filename...
Validating filename...
.............................................................
----------------------------------------------------------------------
Ran 61 tests in 0.059s

OK
py38: commands[1]> flake8
py38: commands[2]> coverage report
Name                                      Stmts   Miss Branch BrPart  Cover
---------------------------------------------------------------------------
validator/__init__.py                         0      0      0      0   100%
validator/__main__.py                        64     64     28      0     0%
validator/cgit.py                            18      0      6      0   100%
validator/distgit.py                         39     19     10      0    49%
validator/exceptions.py                       6      0      0      0   100%
validator/format.py                           7      0      0      0   100%
validator/github.py                          89      8     32      4    90%
validator/global_session.py                  11      4      2      0    54%
validator/schema/__init__.py                  8      1      0      0    88%
validator/schema/image_schema.py             21      0      8      1    97%
validator/schema/modification_schema.py       5      0      0      0   100%
validator/schema/releases_schema.py          37     28     22      1    17%
validator/schema/rpm_schema.py               12      0      0      0   100%
validator/schema/streams_schema.py            9      0      0      0   100%
validator/support.py                         65      5     27      5    89%
---------------------------------------------------------------------------
TOTAL                                       391    129    135     11    63%
.pkg: _exit> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
  py38: OK (27.67=setup[26.57]+cmd[0.63,0.30,0.16] seconds)
  congratulations :) (28.13 seconds)

@codecov-commenter
Copy link

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (95eec4d) 64.76% compared to head (530626a) 64.19%.
Report is 20 commits behind head on master.

Files Patch % Lines
validator/__main__.py 0.00% 7 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #128      +/-   ##
==========================================
- Coverage   64.76%   64.19%   -0.58%     
==========================================
  Files          14       14              
  Lines         386      391       +5     
  Branches       66       67       +1     
==========================================
+ Hits          250      251       +1     
- Misses        125      129       +4     
  Partials       11       11              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@openshift-bot
Copy link

Build #2

.pkg: _optional_hooks> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
.pkg: get_requires_for_build_sdist> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
.pkg: get_requires_for_build_wheel> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
.pkg: freeze> python -m pip freeze --all
.pkg: pip==23.3.1,setuptools==69.0.2,wheel==0.42.0
.pkg: prepare_metadata_for_build_wheel> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
.pkg: build_sdist> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
py38: install_package> python -I -m pip install --force-reinstall --no-deps /mnt/workspace/jenkins/working/_ocp-build-data-validator_PR-128/.tox/.tmp/package/2/rh-ocp-build-data-validator-0.2.5.tar.gz
py38: freeze> python -m pip freeze --all
py38: appdirs==1.4.4,attrs==23.1.0,bleach==6.1.0,certifi==2023.11.17,cffi==1.16.0,chardet==5.2.0,charset-normalizer==3.3.2,contextlib2==21.6.0,coverage==5.5,cryptography==41.0.7,distlib==0.3.8,docutils==0.20.1,filelock==3.13.1,flake8==3.8.4,flexmock==0.11.3,future==0.18.3,idna==3.6,importlib-metadata==7.0.0,importlib-resources==6.1.1,jaraco.classes==3.3.0,jeepney==0.8.0,jsonschema==4.0.1,keyring==24.3.0,markdown-it-py==3.0.0,mccabe==0.6.1,mdurl==0.1.2,mock==5.1.0,more-itertools==10.1.0,nh3==0.2.15,packaging==23.2,pip==23.3.1,pip-system-certs==4.0,pkginfo==1.9.6,platformdirs==4.1.0,pluggy==1.3.0,py==1.11.0,pycodestyle==2.6.0,pycparser==2.21,pyflakes==2.2.0,pygit2==1.10.1,Pygments==2.17.2,pyparsing==3.1.1,pyrsistent==0.20.0,PyYAML==6.0.1,readme-renderer==42.0,requests==2.31.0,requests-toolbelt==1.0.0,rfc3986==2.0.0,rh-ocp-build-data-validator @ file:///mnt/workspace/jenkins/working/_ocp-build-data-validator_PR-128/.tox/.tmp/package/2/rh-ocp-build-data-validator-0.2.5.tar.gz#sha256=d14d3949323d5bc7b4ceefd3c8efb9cecf5a69e264d6a93bd4bc50df091cc049,rich==13.7.0,rpm==0.1.0,ruamel.yaml==0.18.5,ruamel.yaml.clib==0.2.8,schema==0.7.5,SecretStorage==3.3.3,setuptools==69.0.2,six==1.16.0,toml==0.10.2,tox==3.20.1,tqdm==4.66.1,twine==4.0.2,typing_extensions==4.9.0,urllib3==2.1.0,virtualenv==20.25.0,webencodings==0.5.1,wheel==0.42.0,wrapt==1.16.0,zipp==3.17.0
py38: commands[0]> coverage run --branch --source validator -m unittest discover
.........................................................
----------------------------------------------------------------------
Ran 57 tests in 0.078s

OK
Validating filename...
Validating filename...
Validating filename...
Validating filename...
Validating filename...
Validating filename...
py38: commands[1]> flake8
py38: commands[2]> coverage report
Name                                      Stmts   Miss Branch BrPart  Cover
---------------------------------------------------------------------------
validator/__init__.py                         0      0      0      0   100%
validator/__main__.py                        64     64     28      0     0%
validator/cgit.py                            18      0      6      0   100%
validator/distgit.py                         17     17      0      0     0%
validator/exceptions.py                       6      0      0      0   100%
validator/format.py                           7      0      0      0   100%
validator/github.py                          89      8     32      4    90%
validator/global_session.py                  11      4      2      0    54%
validator/schema/__init__.py                  8      1      0      0    88%
validator/schema/image_schema.py             21      0      8      1    97%
validator/schema/modification_schema.py       5      0      0      0   100%
validator/schema/releases_schema.py          37     28     22      1    17%
validator/schema/rpm_schema.py               12      0      0      0   100%
validator/schema/streams_schema.py            9      0      0      0   100%
validator/support.py                         65      5     27      5    89%
---------------------------------------------------------------------------
TOTAL                                       369    127    125     11    62%
.pkg: _exit> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
  py38: OK (5.23=setup[3.78]+cmd[0.88,0.40,0.17] seconds)
  congratulations :) (5.70 seconds)

@openshift-bot
Copy link

Build #3

.pkg: _optional_hooks> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
.pkg: get_requires_for_build_sdist> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
.pkg: get_requires_for_build_wheel> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
.pkg: freeze> python -m pip freeze --all
.pkg: pip==23.3.1,setuptools==69.0.2,wheel==0.42.0
.pkg: prepare_metadata_for_build_wheel> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
.pkg: build_sdist> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
py38: install_package> python -I -m pip install --force-reinstall --no-deps /mnt/workspace/jenkins/working/_ocp-build-data-validator_PR-128/.tox/.tmp/package/3/rh-ocp-build-data-validator-0.2.5.tar.gz
py38: freeze> python -m pip freeze --all
py38: appdirs==1.4.4,attrs==23.1.0,bleach==6.1.0,certifi==2023.11.17,cffi==1.16.0,chardet==5.2.0,charset-normalizer==3.3.2,contextlib2==21.6.0,coverage==5.5,cryptography==41.0.7,distlib==0.3.8,docutils==0.20.1,filelock==3.13.1,flake8==3.8.4,flexmock==0.11.3,future==0.18.3,idna==3.6,importlib-metadata==7.0.0,importlib-resources==6.1.1,jaraco.classes==3.3.0,jeepney==0.8.0,jsonschema==4.0.1,keyring==24.3.0,markdown-it-py==3.0.0,mccabe==0.6.1,mdurl==0.1.2,mock==5.1.0,more-itertools==10.1.0,nh3==0.2.15,packaging==23.2,pip==23.3.1,pip-system-certs==4.0,pkginfo==1.9.6,platformdirs==4.1.0,pluggy==1.3.0,py==1.11.0,pycodestyle==2.6.0,pycparser==2.21,pyflakes==2.2.0,pygit2==1.10.1,Pygments==2.17.2,pyparsing==3.1.1,pyrsistent==0.20.0,PyYAML==6.0.1,readme-renderer==42.0,requests==2.31.0,requests-toolbelt==1.0.0,rfc3986==2.0.0,rh-ocp-build-data-validator @ file:///mnt/workspace/jenkins/working/_ocp-build-data-validator_PR-128/.tox/.tmp/package/3/rh-ocp-build-data-validator-0.2.5.tar.gz#sha256=b2a97e115579a424a786f141252ca8ff82f931bbb976f26814a67c21af69b470,rich==13.7.0,rpm==0.1.0,ruamel.yaml==0.18.5,ruamel.yaml.clib==0.2.8,schema==0.7.5,SecretStorage==3.3.3,setuptools==69.0.2,six==1.16.0,toml==0.10.2,tox==3.20.1,tqdm==4.66.1,twine==4.0.2,typing_extensions==4.9.0,urllib3==2.1.0,virtualenv==20.25.0,webencodings==0.5.1,wheel==0.42.0,wrapt==1.16.0,zipp==3.17.0
py38: commands[0]> coverage run --branch --source validator -m unittest discover
.........................................................
----------------------------------------------------------------------
Ran 57 tests in 0.092s

OK
Validating filename...
Validating filename...
Validating filename...
Validating filename...
Validating filename...
Validating filename...
py38: commands[1]> flake8
py38: commands[2]> coverage report
Name                                      Stmts   Miss Branch BrPart  Cover
---------------------------------------------------------------------------
validator/__init__.py                         0      0      0      0   100%
validator/__main__.py                        64     64     28      0     0%
validator/cgit.py                            18      0      6      0   100%
validator/distgit.py                         17     17      0      0     0%
validator/exceptions.py                       6      0      0      0   100%
validator/format.py                           7      0      0      0   100%
validator/github.py                          89      8     32      4    90%
validator/global_session.py                  11      4      2      0    54%
validator/schema/__init__.py                  8      1      0      0    88%
validator/schema/image_schema.py             21      0      8      1    97%
validator/schema/modification_schema.py       5      0      0      0   100%
validator/schema/releases_schema.py          37     28     22      1    17%
validator/schema/rpm_schema.py               12      0      0      0   100%
validator/schema/streams_schema.py            9      0      0      0   100%
validator/support.py                         65      5     27      5    89%
---------------------------------------------------------------------------
TOTAL                                       369    127    125     11    62%
.pkg: _exit> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
  py38: OK (4.84=setup[3.49]+cmd[0.79,0.39,0.17] seconds)
  congratulations :) (5.16 seconds)

@openshift-bot
Copy link

Build #4

.pkg: _optional_hooks> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
.pkg: get_requires_for_build_sdist> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
.pkg: get_requires_for_build_wheel> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
.pkg: freeze> python -m pip freeze --all
.pkg: pip==23.3.1,setuptools==69.0.2,wheel==0.42.0
.pkg: prepare_metadata_for_build_wheel> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
.pkg: build_sdist> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
py38: install_package> python -I -m pip install --force-reinstall --no-deps /mnt/workspace/jenkins/working/_ocp-build-data-validator_PR-128/.tox/.tmp/package/4/rh-ocp-build-data-validator-0.2.5.tar.gz
py38: freeze> python -m pip freeze --all
py38: appdirs==1.4.4,attrs==23.1.0,bleach==6.1.0,certifi==2023.11.17,cffi==1.16.0,chardet==5.2.0,charset-normalizer==3.3.2,contextlib2==21.6.0,coverage==5.5,cryptography==41.0.7,distlib==0.3.8,docutils==0.20.1,filelock==3.13.1,flake8==3.8.4,flexmock==0.11.3,future==0.18.3,idna==3.6,importlib-metadata==7.0.0,importlib-resources==6.1.1,jaraco.classes==3.3.0,jeepney==0.8.0,jsonschema==4.0.1,keyring==24.3.0,markdown-it-py==3.0.0,mccabe==0.6.1,mdurl==0.1.2,mock==5.1.0,more-itertools==10.1.0,nh3==0.2.15,packaging==23.2,pip==23.3.1,pip-system-certs==4.0,pkginfo==1.9.6,platformdirs==4.1.0,pluggy==1.3.0,py==1.11.0,pycodestyle==2.6.0,pycparser==2.21,pyflakes==2.2.0,pygit2==1.10.1,Pygments==2.17.2,pyparsing==3.1.1,pyrsistent==0.20.0,PyYAML==6.0.1,readme-renderer==42.0,requests==2.31.0,requests-toolbelt==1.0.0,rfc3986==2.0.0,rh-ocp-build-data-validator @ file:///mnt/workspace/jenkins/working/_ocp-build-data-validator_PR-128/.tox/.tmp/package/4/rh-ocp-build-data-validator-0.2.5.tar.gz#sha256=3aa626de94b056aef5b8cba624412b0e0c076deac6dc3caf4caf1bb30214a0ba,rich==13.7.0,rpm==0.1.0,ruamel.yaml==0.18.5,ruamel.yaml.clib==0.2.8,schema==0.7.5,SecretStorage==3.3.3,setuptools==69.0.2,six==1.16.0,toml==0.10.2,tox==3.20.1,tqdm==4.66.1,twine==4.0.2,typing_extensions==4.9.0,urllib3==2.1.0,virtualenv==20.25.0,webencodings==0.5.1,wheel==0.42.0,wrapt==1.16.0,zipp==3.17.0
py38: commands[0]> coverage run --branch --source validator -m unittest discover
.........................................................
----------------------------------------------------------------------
Ran 57 tests in 0.073s

OK
Validating filename...
Validating filename...
Validating filename...
Validating filename...
Validating filename...
Validating filename...
py38: commands[1]> flake8
py38: commands[2]> coverage report
Name                                      Stmts   Miss Branch BrPart  Cover
---------------------------------------------------------------------------
validator/__init__.py                         0      0      0      0   100%
validator/__main__.py                        64     64     28      0     0%
validator/cgit.py                            18      0      6      0   100%
validator/distgit.py                         17     17      0      0     0%
validator/exceptions.py                       6      0      0      0   100%
validator/format.py                           7      0      0      0   100%
validator/github.py                          89      8     32      4    90%
validator/global_session.py                  11      4      2      0    54%
validator/schema/__init__.py                  8      1      0      0    88%
validator/schema/image_schema.py             21      0      8      1    97%
validator/schema/modification_schema.py       5      0      0      0   100%
validator/schema/releases_schema.py          37     28     22      1    17%
validator/schema/rpm_schema.py               12      0      0      0   100%
validator/schema/streams_schema.py            9      0      0      0   100%
validator/support.py                         65      5     27      5    89%
---------------------------------------------------------------------------
TOTAL                                       369    127    125     11    62%
.pkg: _exit> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
  py38: OK (4.93=setup[3.54]+cmd[0.77,0.44,0.18] seconds)
  congratulations :) (5.34 seconds)

@openshift-bot
Copy link

Build #5

.pkg: _optional_hooks> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
.pkg: get_requires_for_build_sdist> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
.pkg: get_requires_for_build_wheel> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
.pkg: freeze> python -m pip freeze --all
.pkg: pip==23.3.1,setuptools==69.0.2,wheel==0.42.0
.pkg: prepare_metadata_for_build_wheel> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
.pkg: build_sdist> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
py38: install_package> python -I -m pip install --force-reinstall --no-deps /mnt/workspace/jenkins/working/_ocp-build-data-validator_PR-128/.tox/.tmp/package/5/rh-ocp-build-data-validator-0.2.5.tar.gz
py38: freeze> python -m pip freeze --all
py38: appdirs==1.4.4,attrs==23.1.0,bleach==6.1.0,certifi==2023.11.17,cffi==1.16.0,chardet==5.2.0,charset-normalizer==3.3.2,contextlib2==21.6.0,coverage==5.5,cryptography==41.0.7,distlib==0.3.8,docutils==0.20.1,filelock==3.13.1,flake8==3.8.4,flexmock==0.11.3,future==0.18.3,idna==3.6,importlib-metadata==7.0.0,importlib-resources==6.1.1,jaraco.classes==3.3.0,jeepney==0.8.0,jsonschema==4.0.1,keyring==24.3.0,markdown-it-py==3.0.0,mccabe==0.6.1,mdurl==0.1.2,mock==5.1.0,more-itertools==10.1.0,nh3==0.2.15,packaging==23.2,pip==23.3.1,pip-system-certs==4.0,pkginfo==1.9.6,platformdirs==4.1.0,pluggy==1.3.0,py==1.11.0,pycodestyle==2.6.0,pycparser==2.21,pyflakes==2.2.0,pygit2==1.10.1,Pygments==2.17.2,pyparsing==3.1.1,pyrsistent==0.20.0,PyYAML==6.0.1,readme-renderer==42.0,requests==2.31.0,requests-toolbelt==1.0.0,rfc3986==2.0.0,rh-ocp-build-data-validator @ file:///mnt/workspace/jenkins/working/_ocp-build-data-validator_PR-128/.tox/.tmp/package/5/rh-ocp-build-data-validator-0.2.5.tar.gz#sha256=82269f9f1879a2e78843e9961f23f3fc203f1700e7db9bd8237dcc93c3146696,rich==13.7.0,rpm==0.1.0,ruamel.yaml==0.18.5,ruamel.yaml.clib==0.2.8,schema==0.7.5,SecretStorage==3.3.3,setuptools==69.0.2,six==1.16.0,toml==0.10.2,tox==3.20.1,tqdm==4.66.1,twine==4.0.2,typing_extensions==4.9.0,urllib3==2.1.0,virtualenv==20.25.0,webencodings==0.5.1,wheel==0.42.0,wrapt==1.16.0,zipp==3.17.0
py38: commands[0]> coverage run --branch --source validator -m unittest discover
.........................................................
----------------------------------------------------------------------
Ran 57 tests in 0.071s

OK
Validating filename...
Validating filename...
Validating filename...
Validating filename...
Validating filename...
Validating filename...
py38: commands[1]> flake8
py38: commands[2]> coverage report
Name                                      Stmts   Miss Branch BrPart  Cover
---------------------------------------------------------------------------
validator/__init__.py                         0      0      0      0   100%
validator/__main__.py                        64     64     28      0     0%
validator/cgit.py                            18      0      6      0   100%
validator/distgit.py                         17     17      0      0     0%
validator/exceptions.py                       6      0      0      0   100%
validator/format.py                           7      0      0      0   100%
validator/github.py                          89      8     32      4    90%
validator/global_session.py                  11      4      2      0    54%
validator/schema/__init__.py                  8      1      0      0    88%
validator/schema/image_schema.py             21      0      8      1    97%
validator/schema/modification_schema.py       5      0      0      0   100%
validator/schema/releases_schema.py          37     28     22      1    17%
validator/schema/rpm_schema.py               12      0      0      0   100%
validator/schema/streams_schema.py            9      0      0      0   100%
validator/support.py                         65      5     27      5    89%
---------------------------------------------------------------------------
TOTAL                                       369    127    125     11    62%
.pkg: _exit> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
  py38: OK (7.14=setup[5.50]+cmd[1.06,0.43,0.15] seconds)
  congratulations :) (8.61 seconds)

@openshift-bot
Copy link

Build #6

.pkg: _optional_hooks> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
.pkg: get_requires_for_build_sdist> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
.pkg: get_requires_for_build_wheel> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
.pkg: freeze> python -m pip freeze --all
.pkg: pip==23.3.1,setuptools==69.0.2,wheel==0.42.0
.pkg: prepare_metadata_for_build_wheel> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
.pkg: build_sdist> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
py38: install_package> python -I -m pip install --force-reinstall --no-deps /mnt/workspace/jenkins/working/_ocp-build-data-validator_PR-128/.tox/.tmp/package/6/rh-ocp-build-data-validator-0.2.5.tar.gz
py38: freeze> python -m pip freeze --all
py38: appdirs==1.4.4,attrs==23.1.0,bleach==6.1.0,certifi==2023.11.17,cffi==1.16.0,chardet==5.2.0,charset-normalizer==3.3.2,contextlib2==21.6.0,coverage==5.5,cryptography==41.0.7,distlib==0.3.8,docutils==0.20.1,filelock==3.13.1,flake8==3.8.4,flexmock==0.11.3,future==0.18.3,idna==3.6,importlib-metadata==7.0.0,importlib-resources==6.1.1,jaraco.classes==3.3.0,jeepney==0.8.0,jsonschema==4.0.1,keyring==24.3.0,markdown-it-py==3.0.0,mccabe==0.6.1,mdurl==0.1.2,mock==5.1.0,more-itertools==10.1.0,nh3==0.2.15,packaging==23.2,pip==23.3.1,pip-system-certs==4.0,pkginfo==1.9.6,platformdirs==4.1.0,pluggy==1.3.0,py==1.11.0,pycodestyle==2.6.0,pycparser==2.21,pyflakes==2.2.0,pygit2==1.10.1,Pygments==2.17.2,pyparsing==3.1.1,pyrsistent==0.20.0,PyYAML==6.0.1,readme-renderer==42.0,requests==2.31.0,requests-toolbelt==1.0.0,rfc3986==2.0.0,rh-ocp-build-data-validator @ file:///mnt/workspace/jenkins/working/_ocp-build-data-validator_PR-128/.tox/.tmp/package/6/rh-ocp-build-data-validator-0.2.5.tar.gz#sha256=5aee83bda907fbd3f0ce725b44a0ebf9cd0b05c4564154b9329cce924fbd0b47,rich==13.7.0,rpm==0.1.0,ruamel.yaml==0.18.5,ruamel.yaml.clib==0.2.8,schema==0.7.5,SecretStorage==3.3.3,setuptools==69.0.2,six==1.16.0,toml==0.10.2,tox==3.20.1,tqdm==4.66.1,twine==4.0.2,typing_extensions==4.9.0,urllib3==2.1.0,virtualenv==20.25.0,webencodings==0.5.1,wheel==0.42.0,wrapt==1.16.0,zipp==3.17.0
py38: commands[0]> coverage run --branch --source validator -m unittest discover
Validating filename...
Validating filename...
Validating filename...
Validating filename...
Validating filename...
Validating filename...
.........................................................
----------------------------------------------------------------------
Ran 57 tests in 0.072s

OK
py38: commands[1]> flake8
py38: commands[2]> coverage report
Name                                      Stmts   Miss Branch BrPart  Cover
---------------------------------------------------------------------------
validator/__init__.py                         0      0      0      0   100%
validator/__main__.py                        64     64     28      0     0%
validator/cgit.py                            18      0      6      0   100%
validator/distgit.py                         17     17      0      0     0%
validator/exceptions.py                       6      0      0      0   100%
validator/format.py                           7      0      0      0   100%
validator/github.py                          89      8     32      4    90%
validator/global_session.py                  11      4      2      0    54%
validator/schema/__init__.py                  8      1      0      0    88%
validator/schema/image_schema.py             21      0      8      1    97%
validator/schema/modification_schema.py       5      0      0      0   100%
validator/schema/releases_schema.py          37     28     22      1    17%
validator/schema/rpm_schema.py               12      0      0      0   100%
validator/schema/streams_schema.py            9      0      0      0   100%
validator/support.py                         65      5     27      5    89%
---------------------------------------------------------------------------
TOTAL                                       369    127    125     11    62%
.pkg: _exit> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
  py38: OK (4.92=setup[3.61]+cmd[0.79,0.35,0.17] seconds)
  congratulations :) (5.22 seconds)

@openshift-bot
Copy link

Build #7

.pkg: _optional_hooks> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
.pkg: get_requires_for_build_sdist> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
.pkg: get_requires_for_build_wheel> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
.pkg: freeze> python -m pip freeze --all
.pkg: pip==23.3.1,setuptools==69.0.2,wheel==0.42.0
.pkg: prepare_metadata_for_build_wheel> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
.pkg: build_sdist> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
py38: install_package> python -I -m pip install --force-reinstall --no-deps /mnt/workspace/jenkins/working/_ocp-build-data-validator_PR-128/.tox/.tmp/package/7/rh-ocp-build-data-validator-0.2.5.tar.gz
py38: freeze> python -m pip freeze --all
py38: appdirs==1.4.4,attrs==23.1.0,bleach==6.1.0,certifi==2023.11.17,cffi==1.16.0,chardet==5.2.0,charset-normalizer==3.3.2,contextlib2==21.6.0,coverage==5.5,cryptography==41.0.7,distlib==0.3.8,docutils==0.20.1,filelock==3.13.1,flake8==3.8.4,flexmock==0.11.3,future==0.18.3,idna==3.6,importlib-metadata==7.0.0,importlib-resources==6.1.1,jaraco.classes==3.3.0,jeepney==0.8.0,jsonschema==4.0.1,keyring==24.3.0,markdown-it-py==3.0.0,mccabe==0.6.1,mdurl==0.1.2,mock==5.1.0,more-itertools==10.1.0,nh3==0.2.15,packaging==23.2,pip==23.3.1,pip-system-certs==4.0,pkginfo==1.9.6,platformdirs==4.1.0,pluggy==1.3.0,py==1.11.0,pycodestyle==2.6.0,pycparser==2.21,pyflakes==2.2.0,pygit2==1.10.1,Pygments==2.17.2,pyparsing==3.1.1,pyrsistent==0.20.0,PyYAML==6.0.1,readme-renderer==42.0,requests==2.31.0,requests-toolbelt==1.0.0,rfc3986==2.0.0,rh-ocp-build-data-validator @ file:///mnt/workspace/jenkins/working/_ocp-build-data-validator_PR-128/.tox/.tmp/package/7/rh-ocp-build-data-validator-0.2.5.tar.gz#sha256=511d967559e23eae3574ef99a0acd5616a88e4eb076c525ea0141617ff42caab,rich==13.7.0,rpm==0.1.0,ruamel.yaml==0.18.5,ruamel.yaml.clib==0.2.8,schema==0.7.5,SecretStorage==3.3.3,setuptools==69.0.2,six==1.16.0,toml==0.10.2,tox==3.20.1,tqdm==4.66.1,twine==4.0.2,typing_extensions==4.9.0,urllib3==2.1.0,virtualenv==20.25.0,webencodings==0.5.1,wheel==0.42.0,wrapt==1.16.0,zipp==3.17.0
py38: commands[0]> coverage run --branch --source validator -m unittest discover
.........................................................
----------------------------------------------------------------------
Ran 57 tests in 0.065s

OK
Validating filename...
Validating filename...
Validating filename...
Validating filename...
Validating filename...
Validating filename...
py38: commands[1]> flake8
py38: commands[2]> coverage report
Name                                      Stmts   Miss Branch BrPart  Cover
---------------------------------------------------------------------------
validator/__init__.py                         0      0      0      0   100%
validator/__main__.py                        64     64     28      0     0%
validator/cgit.py                            18      0      6      0   100%
validator/distgit.py                         17     17      0      0     0%
validator/exceptions.py                       6      0      0      0   100%
validator/format.py                           7      0      0      0   100%
validator/github.py                          89      8     32      4    90%
validator/global_session.py                  11      4      2      0    54%
validator/schema/__init__.py                  8      1      0      0    88%
validator/schema/image_schema.py             21      0      8      1    97%
validator/schema/modification_schema.py       5      0      0      0   100%
validator/schema/releases_schema.py          37     28     22      1    17%
validator/schema/rpm_schema.py               12      0      0      0   100%
validator/schema/streams_schema.py            9      0      0      0   100%
validator/support.py                         65      5     27      5    89%
---------------------------------------------------------------------------
TOTAL                                       369    127    125     11    62%
.pkg: _exit> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
  py38: OK (9.54=setup[7.31]+cmd[1.65,0.43,0.15] seconds)
  congratulations :) (11.62 seconds)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants