mvisonneau / gitlab-ci-pipelines-exporter

Prometheus / OpenMetrics exporter for GitLab CI pipelines insights
Apache License 2.0
1.22k stars 240 forks source link

Test Reports and Webhooks #745

Open leuenberg opened 8 months ago

leuenberg commented 8 months ago

Is there a way to use Webhooks and the test_reports configuration? doesnt work on my site... My Configuration:

log:
  level: debug
gitlab:
  url: STAGE_SPECIFIC
  enable_tls_verify: false
  maximum_jobs_queue_size: 10000
project_defaults:
  pull:
    refs:
      branches:
        enabled: true
        regexp: ".*"
        max_age_seconds: 2592000
        exclude_deleted: true
    pipeline:
      jobs:
        enabled: true
        runner_description:
          enabled: true
      test_reports:
        enabled: true
        test_cases:
          enabled: true
      tags:
        enabled: false
server:
  webhook:
    enabled: true
    secret_token: someToken
pull:
  projects_from_wildcards:
    on_init: false
    scheduled: false

  environments_from_projects:
    on_init: false
    scheduled: false

  refs_from_projects:
    on_init: false
    scheduled: false

  metrics:
    on_init: false
    scheduled: false
wildcards:
  - {}