Skip to content

[DX-3553] add CRE upgrade job to nightly and release#21666

Merged
Tofel merged 9 commits intodevelopfrom
dx-3553-cre-upgrade-pipeline
Mar 26, 2026
Merged

[DX-3553] add CRE upgrade job to nightly and release#21666
Tofel merged 9 commits intodevelopfrom
dx-3553-cre-upgrade-pipeline

Conversation

@Tofel
Copy link
Copy Markdown
Contributor

@Tofel Tofel commented Mar 24, 2026

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 24, 2026

✅ No conflicts with other open PRs targeting develop

@github-actions
Copy link
Copy Markdown
Contributor

I see you updated files related to core. Please run make gocs in the root directory to add a changeset as well as in the text include at least one of the following tags:

  • #added For any new functionality added.
  • #breaking_change For any functionality that requires manual action for the node to boot.
  • #bugfix For bug fixes.
  • #changed For any change to the existing functionality.
  • #db_update For any feature that introduces updates to database schema.
  • #deprecation_notice For any upcoming deprecation functionality.
  • #internal For changesets that need to be excluded from the final changelog.
  • #nops For any feature that is NOP facing and needs to be in the official Release Notes for the release.
  • #removed For any functionality/config that is removed.
  • #updated For any functionality that is updated.
  • #wip For any change that is not ready yet and external communication about it should be held off till it is feature complete.

@Tofel Tofel force-pushed the dx-3553-cre-upgrade-pipeline branch from daa2d90 to 84dca00 Compare March 24, 2026 10:21
@trunk-io
Copy link
Copy Markdown

trunk-io Bot commented Mar 24, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

@Tofel Tofel marked this pull request as ready for review March 24, 2026 14:00
@Tofel Tofel requested review from a team as code owners March 24, 2026 14:00
Copilot AI review requested due to automatic review settings March 24, 2026 14:00
@Tofel Tofel changed the title [DX-3553] add CRE upgrade pipeline [DX-3553] add CRE upgrade job to nightly Mar 24, 2026
mchain0
mchain0 previously approved these changes Mar 24, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Risk Rating: MEDIUM (CI workflow behavior changes + dependency bump across multiple Go modules)

This PR adds a nightly CRE compatibility/upgrade pipeline by introducing a new cre-compat job that reuses the existing devenv-compat reusable workflow, and updates the Chainlink Testing Framework (CTF) framework dependency to a newer patch version across relevant modules.

Changes:

  • Bump github.com/smartcontractkit/chainlink-testing-framework/framework from v0.15.5 to v0.15.8 in system-tests and core/scripts modules.
  • Extend nightly compatibility workflow to include a cre-compat job and improve job naming for df1-compat.
  • Add a failure-only step in the reusable compat workflow to capture Docker logs.

Reviewed changes

Copilot reviewed 5 out of 8 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
system-tests/tests/go.mod Bumps CTF framework dependency to v0.15.8 for system tests module.
system-tests/tests/go.sum Updates sums for the CTF framework bump.
system-tests/lib/go.mod Bumps CTF framework dependency to v0.15.8 for system-tests lib module.
system-tests/lib/go.sum Updates sums for the CTF framework bump.
core/scripts/go.mod Bumps CTF framework dependency to v0.15.8 for scripts module.
core/scripts/go.sum Updates sums for the CTF framework bump.
.github/workflows/devenv-nightly-compat.yml Adds cre-compat nightly job and names the df1 compat job.
.github/workflows/devenv-compat.yml Adds a failure-only Docker log capture step before uploading artifacts.

Comment thread .github/workflows/devenv-compat.yml Outdated
Comment thread .github/workflows/devenv-nightly-compat.yml Outdated
@Tofel Tofel force-pushed the dx-3553-cre-upgrade-pipeline branch 2 times, most recently from 54ac44f to 0c4cf2b Compare March 24, 2026 14:11
@Tofel Tofel force-pushed the dx-3553-cre-upgrade-pipeline branch from 0c4cf2b to 7994a88 Compare March 24, 2026 14:33
@Tofel Tofel force-pushed the dx-3553-cre-upgrade-pipeline branch from 0482df2 to 193f9e1 Compare March 24, 2026 15:47
kalverra
kalverra previously approved these changes Mar 24, 2026
@Tofel Tofel enabled auto-merge March 24, 2026 17:07
@Tofel Tofel closed this Mar 25, 2026
auto-merge was automatically disabled March 25, 2026 12:05

Pull request was closed

@Tofel Tofel reopened this Mar 26, 2026
@Tofel Tofel changed the title [DX-3553] add CRE upgrade job to nightly [DX-3553] add CRE upgrade job to nightly and release Mar 26, 2026
Comment thread .github/workflows/build-publish.yml
@Tofel Tofel force-pushed the dx-3553-cre-upgrade-pipeline branch from 129c800 to 6c535d9 Compare March 26, 2026 16:56
@Tofel Tofel enabled auto-merge March 26, 2026 17:06
@cl-sonarqube-production
Copy link
Copy Markdown

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@Tofel Tofel added this pull request to the merge queue Mar 26, 2026
Merged via the queue into develop with commit c532612 Mar 26, 2026
216 checks passed
@Tofel Tofel deleted the dx-3553-cre-upgrade-pipeline branch March 26, 2026 17:37
prashantkumar1982 pushed a commit that referenced this pull request Apr 2, 2026
* add CRE upgrade pipeline

* bump CTF

* pass some buildcmd

* save Docker logs

* clean up + uncomment df1 compat tests

* exclude rc and beta refs from upgrade tests

* support passing custom refs

* add upgrade tests to build publish pipeline
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.

5 participants