Skip to content

(experimental) CI workflow split#634

Merged
bobstrecansky merged 3 commits into
open-telemetry:mainfrom
ChrisLightfootWild:poc/shared-ci
Jun 26, 2026
Merged

(experimental) CI workflow split#634
bobstrecansky merged 3 commits into
open-telemetry:mainfrom
ChrisLightfootWild:poc/shared-ci

Conversation

@ChrisLightfootWild

@ChrisLightfootWild ChrisLightfootWild commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Description

Propose splitting the main CI pipeline into various workflows, which allows us to:

Fixes

@codecov

codecov Bot commented Jun 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.46%. Comparing base (edc589d) to head (f6c69d6).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #634      +/-   ##
============================================
- Coverage     80.46%   80.46%   -0.01%     
- Complexity     1669     1681      +12     
============================================
  Files           116      117       +1     
  Lines          6265     6362      +97     
============================================
+ Hits           5041     5119      +78     
- Misses         1224     1243      +19     
Flag Coverage Δ
Context/Swoole 0.00% <ø> (ø)
Exporter/Instana 49.80% <ø> (ø)
Instrumentation/AwsSdk 82.14% <ø> (ø)
Instrumentation/CakePHP 20.42% <ø> (ø)
Instrumentation/CodeIgniter 79.31% <ø> (ø)
Instrumentation/Curl 86.88% <ø> (ø)
Instrumentation/Doctrine 92.82% <ø> (ø)
Instrumentation/ExtAmqp 88.80% <ø> (ø)
Instrumentation/ExtRdKafka 86.13% <ø> (?)
Instrumentation/Guzzle 76.25% <ø> (ø)
Instrumentation/HttpAsyncClient 78.94% <ø> (ø)
Instrumentation/HttpConfig 28.76% <ø> (ø)
Instrumentation/IO 0.00% <ø> (ø)
Instrumentation/Laravel 75.66% <ø> (-0.72%) ⬇️
Instrumentation/MongoDB 76.84% <ø> (ø)
Instrumentation/MySqli 93.39% <ø> (ø)
Instrumentation/OpenAIPHP 86.71% <ø> (ø)
Instrumentation/PostgreSql 91.36% <ø> (ø)
Instrumentation/Psr14 77.41% <ø> (ø)
Instrumentation/Psr15 89.74% <ø> (ø)
Instrumentation/Psr16 97.43% <ø> (ø)
Instrumentation/Psr18 79.41% <ø> (ø)
Instrumentation/Psr6 97.56% <ø> (ø)
Instrumentation/Session 94.28% <ø> (ø)
Instrumentation/Slim 84.21% <ø> (ø)
Propagation/CloudTrace 90.69% <ø> (ø)
Propagation/Instana 98.07% <ø> (ø)
Propagation/ServerTiming 94.73% <ø> (ø)
Propagation/TraceResponse 94.73% <ø> (ø)
ResourceDetectors/Azure 91.66% <ø> (ø)
ResourceDetectors/DigitalOcean 100.00% <ø> (ø)
Sampler/Xray 78.38% <ø> (ø)
Shims/OpenTracing 92.99% <ø> (ø)
SqlCommenter 95.58% <ø> (ø)
Utils/Test 87.79% <ø> (ø)

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


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update edc589d...f6c69d6. Read the comment docs.

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

@ChrisLightfootWild
ChrisLightfootWild marked this pull request as ready for review June 24, 2026 12:46
@ChrisLightfootWild
ChrisLightfootWild requested a review from a team as a code owner June 24, 2026 12:46
run: PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php -v --dry-run --stop-on-violation --using-cache=no -vvv

- name: Run Phan
if: ${{ !cancelled() }}

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This allows the following steps to run, but still fails the job as a whole.

This way, we can see all of the failures in a single pass.

@ChrisLightfootWild ChrisLightfootWild changed the title PoC: shared CI workflow (experimental) CI workflow split Jun 24, 2026
@bobstrecansky
bobstrecansky merged commit 01c8175 into open-telemetry:main Jun 26, 2026
162 of 219 checks passed
@ChrisLightfootWild
ChrisLightfootWild deleted the poc/shared-ci branch June 26, 2026 13:48
intuibase added a commit to intuibase/opentelemetry-php-contrib that referenced this pull request Jul 8, 2026
Follows the experimental split from PR open-telemetry#634: give Metrics/Runtime its
own path-filtered workflow calling php-contrib.yml and drop it from the monolithic php.yml matrix.
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.

2 participants