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

Allow empty TEST paramsters in distribution build workflows #4983

Conversation

peterzhuamazon
Copy link
Member

Description

Allow empty TEST paramsters in distribution build workflows

Issues Resolved

#4919

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@peterzhuamazon peterzhuamazon merged commit 277672c into opensearch-project:main Aug 29, 2024
11 checks passed
@peterzhuamazon peterzhuamazon deleted the allow-test-params-distribution-build-workflows branch August 29, 2024 19:42
@peterzhuamazon
Copy link
Member Author

The output is a bit too long, will try to trim a bit later:

Verify Parameter 'BUILD_PLATFORM'
[Pipeline] echo
Parameter Entry: 'linux windows', [linux, windows]
[Pipeline] echo
Supported Entry: 'linux windows'
[Pipeline] echo
Verified 'BUILD_PLATFORM': linux windows

[Pipeline] echo
Verify Parameter 'BUILD_DISTRIBUTION'
[Pipeline] echo
Parameter Entry: 'tar rpm deb zip', [tar, rpm, deb, zip]
[Pipeline] echo
Supported Entry: 'tar rpm deb zip'
[Pipeline] echo
Verified 'BUILD_DISTRIBUTION': tar rpm deb zip

[Pipeline] echo
Verify Parameter 'TEST_PLATFORM'
[Pipeline] echo
Parameter Entry: 'linux', [linux]
[Pipeline] echo
Supported Entry: 'linux windows'
[Pipeline] echo
Verified 'TEST_PLATFORM': linux

[Pipeline] echo
Verify Parameter 'TEST_DISTRIBUTION'
[Pipeline] echo
Parameter Entry: 'tar', [tar]
[Pipeline] echo
Supported Entry: 'tar rpm deb zip'
[Pipeline] echo
Verified 'TEST_DISTRIBUTION': tar

Thanks @prudhvigodithi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants