Skip to content

Switch instrumentation workflow to use dependencies#5607

Merged
bthomee merged 2 commits intodevelopfrom
Bronek/fix_instrumentation_workflow
Jul 24, 2025
Merged

Switch instrumentation workflow to use dependencies#5607
bthomee merged 2 commits intodevelopfrom
Bronek/fix_instrumentation_workflow

Conversation

@Bronek
Copy link
Copy Markdown
Collaborator

@Bronek Bronek commented Jul 24, 2025

High Level Overview of Change

Switch to use dependencies: job in instrumentation

This fixes errors in instrumentation workflow e.g. https://github.com/XRPLF/rippled/actions/runs/16496002141/job/46641741376?pr=5264

Context of Change

Before XRPLF/ci images, we did not have dependencies: job for clang-16, so instrumentation: had to build its own dependencies. Now we have clang-16 Conan dependencies built in a separate job, let's use it.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactor (non-breaking change that only restructures code)
  • Performance (increase or change in throughput and/or latency)
  • Tests (you added tests for code that already exists, or your new feature included in this PR)
  • Documentation update
  • Chore (no impact to binary, e.g. .gitignore, formatting, dropping support for older tooling)
  • Release

Credit

Thanks to @legleux and #5596 - I basically stole a part of his PR 😆

@Bronek Bronek requested review from bthomee, legleux and mvadari July 24, 2025 12:04
@Bronek Bronek added the Trivial Simple change with minimal effect, or already tested. Only needs one approval. label Jul 24, 2025
@Bronek Bronek marked this pull request as ready for review July 24, 2025 12:05
@Bronek Bronek mentioned this pull request Jul 24, 2025
1 task
@Bronek Bronek force-pushed the Bronek/fix_instrumentation_workflow branch from ff3d72d to c8db604 Compare July 24, 2025 12:19
@Bronek Bronek force-pushed the Bronek/fix_instrumentation_workflow branch from c8db604 to f9e1b6f Compare July 24, 2025 12:21
@codecov
Copy link
Copy Markdown

codecov bot commented Jul 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.8%. Comparing base (5713f97) to head (f9e1b6f).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           develop   #5607   +/-   ##
=======================================
  Coverage     78.8%   78.8%           
=======================================
  Files          814     814           
  Lines        71204   71204           
  Branches      8354    8331   -23     
=======================================
+ Hits         56080   56112   +32     
+ Misses       15124   15092   -32     

see 9 files with indirect coverage changes

Impacted file tree graph

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@bthomee bthomee self-requested a review July 24, 2025 12:54
@Bronek Bronek added the Ready to merge *PR author* thinks it's ready to merge. Has passed code review. Perf sign-off may still be required. label Jul 24, 2025
@bthomee bthomee merged commit b2960b9 into develop Jul 24, 2025
2 checks passed
@bthomee bthomee deleted the Bronek/fix_instrumentation_workflow branch July 24, 2025 13:20
@legleux legleux mentioned this pull request Jul 24, 2025
1 task
ximinez added a commit that referenced this pull request Jul 24, 2025
…to ximinez/lending-refactoring-3

* XRPLF/ximinez/lending-refactoring-2:
  refactor: Update rocksdb (#5568)
  Switch instrumentation workflow to use dependencies (#5607)
  chore: Rename conan profile to `default` (#5599)
  Include `network_id` in validations and subscription stream responses (#5579)
  Add support for `DomainID` in `MPTokenIssuance` transactions (#5509)
  chore: Remove unused code after flow cross retirement (#5575)
  Remove obsolete owner pays fee feature and XRPL_ABANDON stanza (#5550)
  refactor: Makes HashRouter flags more type-safe (#5371)
  Fix clang-format CI job (#5598)
This was referenced Aug 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Ready to merge *PR author* thinks it's ready to merge. Has passed code review. Perf sign-off may still be required. Trivial Simple change with minimal effect, or already tested. Only needs one approval.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants