Skip to content

chore(deps): update reg.undercloud.cri.epita.fr/docker/mvisonneau/gitlab-ci-pipelines-exporter docker tag to v0.5.5

This MR contains the following updates:

Package Type Update Change
reg.undercloud.cri.epita.fr/docker/mvisonneau/gitlab-ci-pipelines-exporter Kustomization patch v0.5.4 -> v0.5.5

Dependency Lookup Warnings

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

mvisonneau/gitlab-ci-pipelines-exporter

v0.5.5

Compare Source

Added
  • new metrics:
    • gitlab_ci_pipeline_test_report_total_time -> Duration in seconds of all the tests in the most recently finished pipeline
    • gitlab_ci_pipeline_test_report_total_count -> Number of total tests in the most recently finished pipeline
    • gitlab_ci_pipeline_test_report_success_count -> Number of successful tests in the most recently finished pipeline
    • gitlab_ci_pipeline_test_report_failed_count -> Number of failed tests in the most recently finished pipeline
    • gitlab_ci_pipeline_test_report_skipped_count -> Number of skipped tests in the most recently finished pipeline
    • gitlab_ci_pipeline_test_report_error_count -> Number of errored tests in the most recently finished pipeline
    • gitlab_ci_pipeline_test_suite_total_time -> Duration in seconds for the test suite
    • gitlab_ci_pipeline_test_suite_total_count -> Number of total tests for the test suite
    • gitlab_ci_pipeline_test_suite_success_count -> Number of successful tests for the test suite
    • gitlab_ci_pipeline_test_suite_failed_count -> Number of failed tests for the test suite
    • gitlab_ci_pipeline_test_suite_skipped_count -> Number of skipped tests for the test suite
    • gitlab_ci_pipeline_test_suite_error_count -> Duration in errored tests for the test suite
  • new configuration parameter: gitlab.burstable_requests_per_second, introducing a burstable amount of API RPS
  • new configuration parameter: gitlab.maximum_jobs_queue_size, controlling the queue buffer size
  • new label for pipelines and jobs: source to indicate the reason the pipeline started
Changed
  • Upgraded golang to v1.20
  • Upgraded most dependencies to their latest versions
  • Reduced the amount of data being pulled from the project list API calls

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

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


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

This MR has been generated by Renovate Bot.

Edited by Renovate Bot

Merge request reports