Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Update release and test scripts to include unmanaged-cluster plugin #2869

Merged
merged 4 commits into from
Jan 28, 2022

Conversation

karuppiah7890
Copy link
Contributor

@karuppiah7890 karuppiah7890 commented Jan 19, 2022

What this PR does / why we need it

Updates release and test scripts to include unmanaged-cluster plugin

Details for the Release Notes (PLEASE PROVIDE)

NONE

Which issue(s) this PR fixes

Fixes: #2867

Describe testing done for PR

Tested in my Linux Dev environment and everything looked fine for the Linux build that I tried out. Pipeline of PR is stuck though, due to #2870 passing now 😁

Special notes for your reviewer

None

@github-actions github-actions bot added the owner/release-eng Work executed by VMware release engineering team label Jan 19, 2022
@karuppiah7890 karuppiah7890 marked this pull request as ready for review January 20, 2022 06:28
@karuppiah7890 karuppiah7890 requested review from a team as code owners January 20, 2022 06:28
Copy link
Contributor

@joshrosso joshrosso left a comment

Choose a reason for hiding this comment

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

Noticing on this and main that make package-release fails with:

+ popd
~/d/community-edition
+ for env in ${ENVS}
+ binaryname=windows_amd64
+ extension=
+ [[ windows_amd64 = *windows* ]]
+ extension=.exe
+ scriptextension=.sh
+ [[ windows_amd64 = *windows* ]]
+ scriptextension=.bat
+ PACKAGE_DIR=hack/release/../../build/tce-windows-amd64-v0.10.0-fake.4
+ rm -rf hack/release/../../build/tce-windows-amd64-v0.10.0-fake.4
+ mkdir -p hack/release/../../build/tce-windows-amd64-v0.10.0-fake.4/bin
+ cp -f /tmp/tce-release/tanzu-framework/artifacts/core/v0.10.0/tanzu-core-windows_amd64.exe hack/release/../../build/tce-windows-amd64-v0.10.0-fake.4/bin/tanzu.exe
cp: cannot stat '/tmp/tce-release/tanzu-framework/artifacts/core/v0.10.0/tanzu-core-windows_amd64.exe': No such file or directory
make: *** [Makefile:240: package-release] Error 1

Let me know if there's any need to resolve this it in this PR.

@davidvonthenen
Copy link
Contributor

I did a make release on your branch @karuppiah7890 and it looks like it works for me. @joshrosso can you try a full rebuild using make release?

@joshrosso
Copy link
Contributor

yup, works great for me.

sorry about that, must have been my environment!

@joshrosso joshrosso merged commit 16a0d50 into vmware-tanzu:main Jan 28, 2022
@karuppiah7890 karuppiah7890 deleted the fix-2867 branch February 7, 2022 05:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla-not-required owner/release-eng Work executed by VMware release engineering team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Include unmanaged-cluster in release package for TCE v0.10.0+
4 participants