Skip to content

[PLEX - 2742] - local cre + simple latest block e2e test#23015

Open
ilija42 wants to merge 18 commits into
developfrom
PLEX-2742-local-cre-stellar
Open

[PLEX - 2742] - local cre + simple latest block e2e test#23015
ilija42 wants to merge 18 commits into
developfrom
PLEX-2742-local-cre-stellar

Conversation

@ilija42

@ilija42 ilija42 commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Requires

Supports

@ilija42 ilija42 force-pushed the PLEX-2742-local-cre-stellar branch from d300103 to 6450f8a Compare July 3, 2026 11:21
@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

CORA - Pending Reviewers

Codeowners Entry Overall Num Files Owners
* 21 @smartcontractkit/foundations, @smartcontractkit/core
/core/capabilities/ 2 @smartcontractkit/keystone, @smartcontractkit/capabilities-team
/core/services/workflows/ 14 @smartcontractkit/keystone
/deployment/ 1 @smartcontractkit/ccip-tooling, @smartcontractkit/ccip-offchain, @smartcontractkit/keystone, @smartcontractkit/operations-platform, @smartcontractkit/core
/deployment/cre/ 3 @smartcontractkit/keystone, @smartcontractkit/operations-platform
/.github/** 1 @smartcontractkit/devex-cicd, @smartcontractkit/devex-tooling, @smartcontractkit/core
go.md 1 @smartcontractkit/core, @smartcontractkit/foundations
go.mod 7 @smartcontractkit/core, @smartcontractkit/foundations
go.sum 7 @smartcontractkit/core, @smartcontractkit/foundations
integration-tests/go.mod 1 @smartcontractkit/core, @smartcontractkit/devex-tooling, @smartcontractkit/foundations
integration-tests/go.sum 1 @smartcontractkit/core, @smartcontractkit/devex-tooling, @smartcontractkit/foundations

Legend: ✅ Approved | ❌ Changes Requested | 💬 Commented | 🚫 Dismissed | ⏳ Pending | ❓ Unknown

For more details, see the full review summary.

@github-actions

github-actions Bot commented Jul 3, 2026

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.

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

✅ No conflicts with other open PRs targeting develop

@trunk-io

trunk-io Bot commented Jul 3, 2026

Copy link
Copy Markdown

Static BadgeStatic BadgeStatic BadgeStatic Badge

Failed Test Failure Summary Logs
Test_CCIP_AptosMessageHasher_OnChainVerification The test failed because the Aptos node API could not be accessed on port 8080, indicating a connection or configuration issue. Logs ↗︎
Test_CCIP_TokenTransfer_BnM_Aptos2EVM The test failed because the Aptos node API could not be accessed on port 8080, which is the only port it can be exposed on. Logs ↗︎
Test_CCIP_TokenTransfer_BnM_Aptos2EVM The test failed because the Aptos node API could only be exposed on port 8080, but the test environment did not ensure this port was available or c... Logs ↗︎
Test_CCIP_RegulatedTokenTransfer_Aptos2EVM The test failed because the Aptos node API could not be accessed on port 8080, indicating a connectivity or configuration issue. Logs ↗︎

... and 36 more

View Full Report ↗︎Docs

@ilija42 ilija42 marked this pull request as ready for review July 3, 2026 12:21
@ilija42 ilija42 requested review from a team as code owners July 3, 2026 12:21
@ilija42 ilija42 requested review from a team as code owners July 3, 2026 12:21
@ilija42 ilija42 changed the title Plex 2742 local cre stellar [PLEX - 2742] - local cre + simple latest block e2e test Jul 3, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 680c304099

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 619927b311

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +14 to +15
local_image = "job-distributor:0.28.0"
ecr_image = "{{.MAIN_ECR}}/job-distributor:0.28.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Keep setup image aligned with CRE configs

When a developer runs go run . env setup from a clean Docker cache, this now only builds/pulls job-distributor:0.28.0, but the CRE TOML files still ask the environment to start job-distributor:0.22.1 (for example the new workflow-gateway-don-stellar.toml does so). The environment startup path checks that in.JD.Image exists locally and tells users to run setup, so setup no longer prepares the image that env restart validates and the local CRE start fails unless the old tag happens to be cached; either update the configs to 0.28.0 or tag/pull 0.22.1 as part of setup.

Useful? React with 👍 / 👎.

@cl-sonarqube-production

Copy link
Copy Markdown

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.

1 participant