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

Removed JRE_IMAGE in openjdk.mk #3036

Merged
merged 3 commits into from
Oct 29, 2021
Merged

Conversation

akanbifatimah
Copy link
Contributor

I have removed the JRE_IMAGE in openjdk.mk. Thank you.

@llxia
Copy link
Contributor

llxia commented Oct 20, 2021

@akanbifatimah Thanks for the PR. Please create a separate PR for Added DYNAMIC_COMPILE in testJobTemplate

@llxia
Copy link
Contributor

llxia commented Oct 20, 2021

@akanbifatimah I see your PR #3037 for Added DYNAMIC_COMPILE in testJobTemplate. Please remove the testJobTemplate change from this PR. Thanks.

@akanbifatimah
Copy link
Contributor Author

akanbifatimah commented Oct 20, 2021 via email

@llxia
Copy link
Contributor

llxia commented Oct 20, 2021

You, you have two PRs - this one and #3037. DYNAMIC_COMPILE change is in both PRs. Since this PR is for Removed JRE_IMAGE, please remove DYNAMIC_COMPILE change from this PR.

@akanbifatimah
Copy link
Contributor Author

Thank you so much for your guidance, I understand now and will effect it immediately, thank you once again.

Removed the DYNAMIC_COMPILE and its description after BUILD_LIST in testJobTemplate
@smlambert
Copy link
Contributor

See the 3 minute recording from the pinned post in outreachy Slack channel (re: best practices to start each new branch in sync with master and free from changes from previous PRs).

@akanbifatimah
Copy link
Contributor Author

akanbifatimah commented Oct 20, 2021 via email

@llxia
Copy link
Contributor

llxia commented Oct 29, 2021

Running Grinder: https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/2168/

Update:

00:04:28.161  ===============================================
00:04:28.161  Running test jdk_math_jre_0 ...
00:04:28.161  ===============================================
00:04:28.161  jdk_math_jre_0 Start Time: Fri Oct 29 16:22:51 2021 Epoch Time (ms): 1635524571304
00:04:28.161  Nothing to be done for setup.
00:04:28.161  variation: Mode150
00:04:28.161  JVM_OPTIONS:  -XX:+UseCompressedOops 
00:04:28.161  { itercnt=1; \
00:04:28.161  mkdir -p "/home/jenkins/workspace/Grinder/aqa-tests/TKG/../TKG/output_16355244408780/jdk_math_jre_0"; \
00:04:28.161  cd "/home/jenkins/workspace/Grinder/aqa-tests/TKG/../TKG/output_16355244408780/jdk_math_jre_0"; \
00:04:28.161  "/home/jenkins/workspace/Grinder/openjdkbinary/j2sdk-image/bin/java" -Xmx512m -jar "/home/jenkins/workspace/Grinder/aqa-tests/TKG/../../jvmtest/openjdk/jtreg/lib/jtreg.jar" \
00:04:28.161  -agentvm -a -ea -esa -v:fail,error,time,nopass -retain:fail,error,*.dmp,javacore.*,heapdump.*,*.trc -ignore:quiet -timeoutFactor:8 -xml:verify -concurrency:3 -k:'!headful'  -vmoptions:"-Xmx512m  -XX:+UseCompressedOops  -Djava.awt.headless=true" \
00:04:28.161  -w ""/home/jenkins/workspace/Grinder/aqa-tests/TKG/../TKG/output_16355244408780/jdk_math_jre_0"/work" \
00:04:28.161  -r "/home/jenkins/workspace/Grinder/aqa-tests/TKG/../../jvmtest/openjdk/report" \
00:04:28.161  -compilejdk:"/home/jenkins/workspace/Grinder/openjdkbinary/j2sdk-image" \
00:04:28.161  -jdk:"/home/jenkins/workspace/Grinder/openjdkbinary/j2re-image" \
00:04:28.161  -exclude:"/home/jenkins/workspace/Grinder/aqa-tests/TKG/../openjdk/openjdk-jdk/jdk/test/ProblemList.txt" \
00:04:28.162  -exclude:"/home/jenkins/workspace/Grinder/aqa-tests/TKG/../../jvmtest/openjdk/excludes/ProblemList_openjdk8.txt" \
00:04:28.162  "/home/jenkins/workspace/Grinder/aqa-tests/TKG/../openjdk/openjdk-jdk/jdk/test:jdk_math"; \
00:04:28.162  if [ $? -eq 0 ] ; then echo ""; echo "jdk_math_jre_0""_PASSED"; echo ""; cd /home/jenkins/workspace/Grinder/aqa-tests/TKG/..;  else echo ""; echo "jdk_math_jre_0""_FAILED"; echo ""; fi; } 2>&1 | tee -a "/home/jenkins/workspace/Grinder/aqa-tests/TKG/../TKG/output_16355244408780/TestTargetResult";
00:04:28.162  Directory "/home/jenkins/workspace/Grinder/aqa-tests/TKG/../TKG/output_16355244408780/jdk_math_jre_0/work" not found: creating
00:04:28.162  XML output with verification to /home/jenkins/workspace/Grinder/aqa-tests/TKG/output_16355244408780/jdk_math_jre_0/work
00:05:34.708  Test results: passed: 37
00:05:34.708  Report written to /home/jenkins/workspace/Grinder/jvmtest/openjdk/report/html/report.html
00:05:34.708  Results written to /home/jenkins/workspace/Grinder/aqa-tests/TKG/output_16355244408780/jdk_math_jre_0/work
00:05:34.708  
00:05:34.708  jdk_math_jre_0_PASSED

Copy link
Contributor

@llxia llxia left a comment

Choose a reason for hiding this comment

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

LGTM

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.

thanks @akanbifatimah !

@smlambert smlambert merged commit ddc16b3 into adoptium:master Oct 29, 2021
@akanbifatimah
Copy link
Contributor Author

Thank you @smlambert and @llxia , I learnt new things from the project

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