Skip to content

Conversation

@isegall-da
Copy link
Contributor

@isegall-da isegall-da commented Jun 6, 2025

I'm pretty sure that this is all it takes, now that the submodule in cn-internal is splice

Fixes #1039

Pull Request Checklist

Cluster Testing

  • If a cluster test is required, comment /cluster_test on this PR to request it, and ping someone with access to the DA-internal system to approve it.
  • If a hard-migration test is required (from the latest release), comment /hdm_test on this PR to request it, and ping someone with access to the DA-internal system to approve it.

PR Guidelines

  • Include any change that might be observable by our partners or affect their deployment in the release notes.
  • Specify fixed issues with Fixes #n, and mention issues worked on using #n
  • Include a screenshot for frontend-related PRs - see README or use your favorite screenshot tool

Merge Guidelines

  • Make the git commit message look sensible when squash-merging on GitHub (most likely: just copy your PR description).

Signed-off-by: Itai Segall <itai.segall@digitalasset.com>
@isegall-da isegall-da force-pushed the isegall/cimain-ciperiodic branch from 54bcb56 to e79706c Compare June 6, 2025 16:44
Copy link
Contributor

@moritzkiefer-da moritzkiefer-da left a comment

Choose a reason for hiding this comment

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

looks plausible, we don't need ciperiodic because that has a periodic trigger instead of a per commit trigger right?

secrets: inherit
with:
workflow: deploy_cimain
sha: ${{ github.sha }}
Copy link
Contributor

Choose a reason for hiding this comment

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

This defaults to false, which seems wrong.

Suggested change
sha: ${{ github.sha }}
sha: ${{ github.sha }}
public_splice: ${{ github.repository == 'hyperledger-labs/splice' }}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch, we removed it completely from canton-network-internal, but not from here. I'll just remove it.

secrets: inherit
with:
workflow: deploy_ciupgrade
sha: ${{ github.sha }}
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
sha: ${{ github.sha }}
sha: ${{ github.sha }}
public_splice: ${{ github.repository == 'hyperledger-labs/splice' }}

@isegall-da
Copy link
Contributor Author

we don't need ciperiodic because that has a periodic trigger instead of a per commit trigger right?

Correct

Signed-off-by: Itai Segall <itai.segall@digitalasset.com>
Signed-off-by: Itai Segall <itai.segall@digitalasset.com>
@isegall-da isegall-da force-pushed the isegall/cimain-ciperiodic branch from 78d8b08 to 63c2f7a Compare June 6, 2025 17:01
@isegall-da isegall-da merged commit fbaccb3 into main Jun 7, 2025
41 checks passed
@isegall-da isegall-da deleted the isegall/cimain-ciperiodic branch June 7, 2025 01:19
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.

Enable cimain and ciupgrade in Splice (by copying post_merge.yml to Splice)

4 participants