Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,6 @@ _Action:_

_Notes:_ Results are sent on both production and staging environments.

### check-ci-pipelines [🔗](check-ci-pipelines.yaml)

_Trigger:_ When opening or updating a PR.

_Action:_ This action will check all other continuous integration jobs (Github action, Gitlab, CircleCi), and will fail if any of them fails.
The purpose of this job is to be required for PR merges, achieving Green CI Policy.
It got an `ignored` parameters to exclude some jobs if they are temprorary failing.

_Recovery:_ Manually trigger the action on the desired branch.

### comment-on-submodule-update [🔗](comment-on-submodule-update.yaml)

_Trigger:_ When creating a PR commits to `master` or a `release/*` branch with a Git Submodule update.
Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/check-ci-pipelines.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .github/workflows/run-system-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,11 @@ jobs:
scenarios_groups: tracer-release
excluded_scenarios: CROSSED_TRACING_LIBRARIES,INTEGRATIONS_AWS,APM_TRACING_E2E_OTEL,APM_TRACING_E2E_SINGLE_SPAN,PROFILING # require AWS and datadog credentials
skip_empty_scenarios: true

# Ensure the main job is run to completion
check:
runs-on: ubuntu-latest
needs:
- main
steps:
- run: exit