-
Notifications
You must be signed in to change notification settings - Fork 59
enable cimain&ciupgrade on splice #1038
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Itai Segall <itai.segall@digitalasset.com>
54bcb56 to
e79706c
Compare
moritzkiefer-da
left a comment
There was a problem hiding this 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 }} |
There was a problem hiding this comment.
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.
| sha: ${{ github.sha }} | |
| sha: ${{ github.sha }} | |
| public_splice: ${{ github.repository == 'hyperledger-labs/splice' }} |
There was a problem hiding this comment.
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 }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| sha: ${{ github.sha }} | |
| sha: ${{ github.sha }} | |
| public_splice: ${{ github.repository == 'hyperledger-labs/splice' }} |
Correct |
Signed-off-by: Itai Segall <itai.segall@digitalasset.com>
78d8b08 to
63c2f7a
Compare
I'm pretty sure that this is all it takes, now that the submodule in
cn-internalis spliceFixes #1039
Pull Request Checklist
Cluster Testing
/cluster_teston this PR to request it, and ping someone with access to the DA-internal system to approve it./hdm_teston this PR to request it, and ping someone with access to the DA-internal system to approve it.PR Guidelines
Fixes #n, and mention issues worked on using#nMerge Guidelines