Skip to content

Update quay.io/aap-ci/tekton-catalog/pipeline/test/aap-api-tests:0.1 Docker digest to 36bcea6#344

Open
red-hat-konflux-kflux-prd-rh02[bot] wants to merge 1 commit into
develfrom
konflux/mintmaker/devel/quay.io-aap-ci-tekton-catalog-pipeline-test-aap-api-tests-0.1
Open

Update quay.io/aap-ci/tekton-catalog/pipeline/test/aap-api-tests:0.1 Docker digest to 36bcea6#344
red-hat-konflux-kflux-prd-rh02[bot] wants to merge 1 commit into
develfrom
konflux/mintmaker/devel/quay.io-aap-ci-tekton-catalog-pipeline-test-aap-api-tests-0.1

Conversation

@red-hat-konflux-kflux-prd-rh02

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
quay.io/aap-ci/tekton-catalog/pipeline/test/aap-api-tests (source, changelog) tekton-bundle digest 0c1621336bcea6

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Every 12 hours, Monday through Friday (* */12 * * 1-5)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

…Docker digest to 36bcea6

Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
@red-hat-konflux-kflux-prd-rh02

Copy link
Copy Markdown
Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: undefined
Command failed: /bin/sh -c pipeline-migration-tool migrate -f "$RENOVATE_POST_UPGRADE_COMMAND_DATA_FILE"
DEBUG:2026-07-10 00:01:15,736:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-07-10 00:01:15,780:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/aap-ci/tekton-catalog/pipeline/test/aap-api-tests/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 401 208
ERROR:2026-07-10 00:01:15,781:migrate:Error occurs when resolving migration for upgrade from quay.io/aap-ci/tekton-catalog/pipeline/test/aap-api-tests:0.1@sha256:0c1621395487e9305fb7652feb6d65071018953a199b991dcf520bd50c0b05ef to quay.io/aap-ci/tekton-catalog/pipeline/test/aap-api-tests:0.1@sha256:36bcea677644cea347b6e76f453e768cadfe9bb87ef34900a17114bf4f77c743
WARNING:2026-07-10 00:01:15,781:migrate:Failed to resolve migrations for bundles: ['quay.io/aap-ci/tekton-catalog/pipeline/test/aap-api-tests']
WARNING:2026-07-10 00:01:15,781:migrate:Do not attempt handling migrations for them.
INFO:2026-07-10 00:01:15,781:migrate.transition-to-modify:All migration scripts are using pmt-modify command.
ERROR:2026-07-10 00:01:15,835:cli:Cannot do migration for pipeline. Reason: ExceptionGroup('migrate errors', [ExceptionGroup('Migration resolve errors', [MigrationResolveError('Error occurs when resolving migration for upgrade from quay.io/aap-ci/tekton-catalog/pipeline/test/aap-api-tests:0.1@sha256:0c1621395487e9305fb7652feb6d65071018953a199b991dcf520bd50c0b05ef to quay.io/aap-ci/tekton-catalog/pipeline/test/aap-api-tests:0.1@sha256:36bcea677644cea347b6e76f453e768cadfe9bb87ef34900a17114bf4f77c743: 401 Client Error: UNAUTHORIZED for url: https://quay.io/api/v1/repository/aap-ci/tekton-catalog/pipeline/test/aap-api-tests/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10')]), ExceptionGroup('Migration apply errors', [NotAPipelineFile('PipelineRun definition seems not embedded.')])])
  + Exception Group Traceback (most recent call last):
  |   File "/home/renovate/.local/share/pipx/venvs/pipeline-migration-tool/lib64/python3.12/site-packages/pipeline_migration/cli.py", line 28, in entry_point
  |     main()
  |   File "/home/renovate/.local/share/pipx/venvs/pipeline-migration-tool/lib64/python3.12/site-packages/pipeline_migration/cli.py", line 22, in main
  |     args.action(args)
  |   File "/home/renovate/.local/share/pipx/venvs/pipeline-migration-tool/lib64/python3.12/site-packages/pipeline_migration/actions/migrate/cli.py", line 266, in action
  |     _action_impl(args)
  |   File "/home/renovate/.local/share/pipx/venvs/pipeline-migration-tool/lib64/python3.12/site-packages/pipeline_migration/actions/migrate/cli.py", line 299, in _action_impl
  |     migrate(upgrades, resolver_class)
  |   File "/home/renovate/.local/share/pipx/venvs/pipeline-migration-tool/lib64/python3.12/site-packages/pipeline_migration/actions/migrate/main.py", line 274, in migrate
  |     raise ExceptionGroup("migrate errors", errors)
  | ExceptionGroup: migrate errors (2 sub-exceptions)
  +-+---------------- 1 ----------------
    | Exception Group Traceback (most recent call last):
    |   File "/home/renovate/.local/share/pipx/venvs/pipeline-migration-tool/lib64/python3.12/site-packages/pipeline_migration/actions/migrate/main.py", line 257, in migrate
    |     manager.resolve_migrations()
    |   File "/home/renovate/.local/share/pipx/venvs/pipeline-migration-tool/lib64/python3.12/site-packages/pipeline_migration/actions/migrate/main.py", line 218, in resolve_migrations
    |     self._resolver.resolve(list(self._task_bundle_upgrades.values()))
    |   File "/home/renovate/.local/share/pipx/venvs/pipeline-migration-tool/lib64/python3.12/site-packages/pipeline_migration/actions/migrate/resolvers/__init__.py", line 84, in resolve
    |     raise ExceptionGroup("Migration resolve errors", errors)
    | ExceptionGroup: Migration resolve errors (1 sub-exception)
    +-+---------------- 1 ----------------
      | pipeline_migration.actions.migrate.exceptions.MigrationResolveError: Error occurs when resolving migration for upgrade from quay.io/aap-ci/tekton-catalog/pipeline/test/aap-api-tests:0.1@sha256:0c1621395487e9305fb7652feb6d65071018953a199b991dcf520bd50c0b05ef to quay.io/aap-ci/tekton-catalog/pipeline/test/aap-api-tests:0.1@sha256:36bcea677644cea347b6e76f453e768cadfe9bb87ef34900a17114bf4f77c743: 401 Client Error: UNAUTHORIZED for url: https://quay.io/api/v1/repository/aap-ci/tekton-catalog/pipeline/test/aap-api-tests/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10
      +------------------------------------
    +---------------- 2 ----------------
    | Exception Group Traceback (most recent call last):
    |   File "/home/renovate/.local/share/pipx/venvs/pipeline-migration-tool/lib64/python3.12/site-packages/pipeline_migration/actions/migrate/main.py", line 269, in migrate
    |     manager.apply_migrations(skip_bundles=skip_bundles)
    |   File "/home/renovate/.local/share/pipx/venvs/pipeline-migration-tool/lib64/python3.12/site-packages/pipeline_migration/actions/migrate/main.py", line 244, in apply_migrations
    |     raise ExceptionGroup("Migration apply errors", errors)
    | ExceptionGroup: Migration apply errors (1 sub-exception)
    +-+---------------- 1 ----------------
      | Traceback (most recent call last):
      |   File "/home/renovate/.local/share/pipx/venvs/pipeline-migration-tool/lib64/python3.12/site-packages/pipeline_migration/actions/migrate/main.py", line 240, in apply_migrations
      |     op.handle(package_file.file_path)
      |   File "/home/renovate/.local/share/pipx/venvs/pipeline-migration-tool/lib64/python3.12/site-packages/pipeline_migration/pipeline.py", line 52, in handle
      |     raise NotAPipelineFile("PipelineRun definition seems not embedded.")
      | pipeline_migration.pipeline.NotAPipelineFile: PipelineRun definition seems not embedded.
      +------------------------------------

@github-actions

Copy link
Copy Markdown

No Jira ticket was found in the PR title, description, or commit message. To link this PR to a Jira issue, add the ticket number to the title, e.g. [AAP-12345] Your PR title.

@codecov

codecov Bot commented Jul 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.59%. Comparing base (425138c) to head (9807f98).

Impacted file tree graph

@@            Coverage Diff             @@
##            devel     #344      +/-   ##
==========================================
- Coverage   95.12%   94.59%   -0.54%     
==========================================
  Files         100      100              
  Lines        4678     4678              
  Branches      489      489              
==========================================
- Hits         4450     4425      -25     
- Misses        163      190      +27     
+ Partials       65       63       -2     
Flag Coverage Δ
unit-tests 94.59% <ø> (-0.54%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sonarqubecloud

Copy link
Copy Markdown

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants