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

limit canonical_builders_from_upstream suppport mode to True and False #133

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Ximinhan
Copy link
Contributor

@Ximinhan Ximinhan commented Mar 6, 2024

No description provided.

Copy link
Contributor

openshift-ci bot commented Mar 6, 2024

[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 ximinhan. 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

@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-133/.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.2.0,bleach==6.1.0,certifi==2024.2.2,cffi==1.16.0,chardet==5.2.0,charset-normalizer==3.3.2,contextlib2==21.6.0,coverage==5.5,cryptography==42.0.5,distlib==0.3.8,docutils==0.20.1,filelock==3.13.1,flake8==3.8.4,flexmock==0.11.3,future==1.0.0,idna==3.6,importlib-metadata==7.0.1,importlib_resources==6.1.2,jaraco.classes==3.3.1,jeepney==0.8.0,jsonschema==4.0.1,keyring==24.3.1,markdown-it-py==3.0.0,mccabe==0.6.1,mdurl==0.1.2,mock==5.1.0,more-itertools==10.2.0,nh3==0.2.15,packaging==23.2,pip==23.3.1,pip-system-certs==4.0,pkginfo==1.10.0,platformdirs==4.2.0,pluggy==1.4.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.2,pyrsistent==0.20.0,PyYAML==6.0.1,readme_renderer==43.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-133/.tox/.tmp/package/1/rh-ocp-build-data-validator-0.2.5.tar.gz#sha256=ba9b01a29cbdb0229c5967ad8ca14389911c26cf558f9d7036a0dec862c6315c,rich==13.7.1,rpm==0.1.0,ruamel.yaml==0.18.6,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.2,twine==5.0.0,typing_extensions==4.10.0,urllib3==2.2.1,virtualenv==20.25.1,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.061s

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 (27.40=setup[26.06]+cmd[0.86,0.34,0.15] seconds)
  congratulations :) (29.82 seconds)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants