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

initial step to add windows installer tests #630

Merged
merged 3 commits into from
Mar 9, 2023

Conversation

sophia-guo
Copy link
Contributor

First step of #559

Co-authored-by: Sophia Guo sophia.gwf@gmail.com
Co-authored-by: Shelley Lambert slambert@gmail.com

@sophia-guo
Copy link
Contributor Author

Copy link
Contributor

@smlambert smlambert left a comment

Choose a reason for hiding this comment

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

Approving and while I forgot to mention this one in today's community call as nice to merge, calling it out to @steelhead31 as we are heading into 'code freeze' times. This PR has no impact on the release process (currently not called from the release pipelines at all), but helps facilitate to progress work to add msi testing (which is being done in a standalone job).

export RESULTS_FOLDER=$1/result
export INPUT_FOLDER=$1/input

#mkdir $RESULTS_FOLDER
Copy link
Contributor

Choose a reason for hiding this comment

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

remove commented out code

<target name="getWinTPSTest" depends="wintpsTest.check" unless="wintpsTestdir.exists">
<exec executable="git" failonerror="true">
<arg value="clone" />
<arg value="https://github.com/RadekCap/WindowsTPS" />
Copy link
Contributor

Choose a reason for hiding this comment

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

Are we happy with the source of this lib?

Copy link
Contributor

Choose a reason for hiding this comment

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

Good catch, that should now be updated to https://github.com/rh-openjdk/WindowsTPS

#mkdir $RESULTS_FOLDER
mkdir $INPUT_FOLDER
export JDK_VERSION=$2
export MSI_VENDOR="Adoptium"
Copy link
Contributor

Choose a reason for hiding this comment

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

Get this as a default but we should be able to pass in a vendor?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, as this is the initial step we will update that later with other enhancement.

test/functional/wintps/runInstallerTests.sh Show resolved Hide resolved
Co-authored-by: Sophia Guo <sophia.gwf@gmail.com>
Co-authored-by: Shelley Lambert <slambert@gmail.com>
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
@sophia-guo sophia-guo marked this pull request as draft March 9, 2023 16:41
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
@sophia-guo sophia-guo marked this pull request as ready for review March 9, 2023 16:52
@sophia-guo sophia-guo merged commit 5e1d6e3 into adoptium:master Mar 9, 2023
@sophia-guo sophia-guo self-assigned this Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants