Add process tags to dynamic instrumentation intake payload #37
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Check Pull Request CI Status | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| - synchronize | |
| - reopened | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| permissions: | |
| checks: read | |
| statuses: read | |
| jobs: | |
| check-ci-pipelines: | |
| name: Check CI Pipelines | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Run Ensure CI Success | |
| uses: DataDog/ensure-ci-success@f40e6ffd8e60280d478b9b92209aaa30d3d56895 | |
| with: | |
| initial-delay-seconds: "1000" | |
| max-retries: "60" | |
| ignored-name-patterns: | | |
| dd-gitlab/default-pipeline | |
| dd-gitlab/check_inst 4/4 | |
| # ignored jobs : | |
| # | |
| # * dd-gitlab/default-pipeline => success rate of 70% (needs an owner) | |
| # * dd-gitlab/check_inst 4/4 => success rate of 78% (needs an owner) |