Skip to content
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

ci: skip LICENSE.txt copy for Ent releases #21055

Closed
wants to merge 1 commit into from

Conversation

zalimeni
Copy link
Member

@zalimeni zalimeni commented May 6, 2024

Follow-up to #21035 to avoid unintentional side-effects when run outside of CE repo.

  • Ensure we do not unintentionally copy CE LICENSE.txt to Ent release artifacts.
  • Rework Go Build jobs to avoid future sync conflicts by handling CE and Ent builds simultaneously.

Tested here: https://github.com/hashicorp/consul/actions/runs/8974943569

Ensure we do not unintentionally copy CE LICENSE.txt to Ent release
artifacts.

Also rework Go Build jobs to avoid future sync conflicts by handling CE
and Ent builds simultaneously.
@zalimeni zalimeni added pr/no-changelog PR does not need a corresponding .changelog entry backport-inactive/1.15 This release series is longer active. Use backport/ent/1.15. backport-inactive/1.16 This release series is longer active backport-inactive/1.17 This release series is longer active. Use backport/ent/1.17. backport/ent/1.18 Changes are backported to 1.18 ent labels May 6, 2024
@github-actions github-actions bot added type/ci Relating to continuous integration (CI) tooling for testing or releases theme/contributing Additions and enhancements to community contributing materials labels May 6, 2024
Copy link
Member

@wangxinyi7 wangxinyi7 left a comment

Choose a reason for hiding this comment

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

Thanks for your script! All look great! just one tiny comment. Just remember to resolve the conflict before merging the PR. Thank you! @zalimeni

@@ -10,6 +10,7 @@ on:
# Push events on the main branch
- main
- release/**
workflow_dispatch:
Copy link
Member

Choose a reason for hiding this comment

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

I guess this is only for test purpose right?

@zalimeni zalimeni added backport/ent/1.17 Changes are backported to 1.17 ent backport/ent/1.16 backport/ent/1.15 Changes are backported to 1.15 ent and removed backport-inactive/1.15 This release series is longer active. Use backport/ent/1.15. backport-inactive/1.16 This release series is longer active backport-inactive/1.17 This release series is longer active. Use backport/ent/1.17. labels May 23, 2024
@zalimeni
Copy link
Member Author

Closing this for now as @sarahethompson and RelEng are looking into building this into an action as part of verification follow-up work.

@zalimeni zalimeni closed this May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/ent/1.15 Changes are backported to 1.15 ent backport/ent/1.17 Changes are backported to 1.17 ent backport/ent/1.18 Changes are backported to 1.18 ent pr/no-changelog PR does not need a corresponding .changelog entry theme/contributing Additions and enhancements to community contributing materials type/ci Relating to continuous integration (CI) tooling for testing or releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants