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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
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/1.15 Deprecated: use backport/ent/1.15 backport/1.16 Deprecated: use backport/ent/1.16 backport/1.17 Deprecated: use backport/ent/1.17 backport/1.18 Changes are backported to 1.18 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/1.15 Deprecated: use backport/ent/1.15 backport/1.16 Deprecated: use backport/ent/1.16 backport/1.17 Deprecated: use backport/ent/1.17 backport/1.18 Changes are backported to 1.18 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