Skip to content

Add release-v0.35.x LTS configuration to triggers#698

Open
khrm wants to merge 1 commit intotektoncd:mainfrom
khrm:patch-1
Open

Add release-v0.35.x LTS configuration to triggers#698
khrm wants to merge 1 commit intotektoncd:mainfrom
khrm:patch-1

Conversation

@khrm
Copy link
Contributor

@khrm khrm commented Feb 19, 2026

Changes

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you
review them:

See the contribution guide
for more details.

@tekton-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please assign skaegi after the PR has been reviewed.
You can assign the PR to them by writing /assign @skaegi in a comment when ready.

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

Details 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

Copy link
Contributor Author

@khrm khrm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/kind misc

@tekton-robot tekton-robot added kind/misc Categorizes issue or PR as a miscellaneuous one. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Feb 19, 2026
@khrm
Copy link
Contributor Author

khrm commented Feb 19, 2026

/assign @AlanGreene

@tekton-robot
Copy link

The following Tekton test failed:

Test name Commit Details Required Rerun command
pull-community-python-unit 9f7c1ae link true /test pull-community-python-unit

@AlanGreene
Copy link
Member

Unit tests are failing:

============================= test session starts ==============================
platform linux -- Python 3.14.3, pytest-9.0.2, pluggy-1.6.0 -- /usr/local/bin/python3.14
cachedir: .pytest_cache
rootdir: /workspace/source
collecting ... collected 0 items / 2 errors
==================================== ERRORS ====================================
______________________ ERROR collecting sync/test_sync.py ______________________
ImportError while importing test module '/workspace/source/sync/test_sync.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.14/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
sync/test_sync.py:26: in <module>
    import sync
sync/sync.py:25: in <module>
    import markdown
/usr/local/lib/python3.14/site-packages/markdown/__init__.py:25: in <module>
    from .core import Markdown, markdown, markdownFromFile
/usr/local/lib/python3.14/site-packages/markdown/core.py:29: in <module>
    import pkg_resources
E   ModuleNotFoundError: No module named 'pkg_resources'
____________________ ERROR collecting sync/test_versions.py ____________________
ImportError while importing test module '/workspace/source/sync/test_versions.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.14/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
sync/test_versions.py:25: in <module>
    import versions
sync/versions.py:21: in <module>
    import sync
sync/sync.py:25: in <module>
    import markdown
/usr/local/lib/python3.14/site-packages/markdown/__init__.py:25: in <module>
    from .core import Markdown, markdown, markdownFromFile
/usr/local/lib/python3.14/site-packages/markdown/core.py:29: in <module>
    import pkg_resources
E   ModuleNotFoundError: No module named 'pkg_resources'
=========================== short test summary info ============================
ERROR sync/test_sync.py
ERROR sync/test_versions.py
!!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!!
============================== 2 errors in 0.27s ===============================

There was an issue last week with a dependency update but that was resolved on main: #694.

This looks like potentially another issue. Can you reproduce this locally?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/misc Categorizes issue or PR as a miscellaneuous one. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants