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

Add -q option back in git cmd #1407

Merged
merged 1 commit into from
Oct 24, 2019
Merged

Add -q option back in git cmd #1407

merged 1 commit into from
Oct 24, 2019

Conversation

llxia
Copy link
Contributor

@llxia llxia commented Oct 24, 2019

The full console output is too long to load, so add back quite option in
git cmd

Signed-off-by: lanxia lan_xia@ca.ibm.com

The full console output is too long to load, so add back quite option in
git cmd

Signed-off-by: lanxia <lan_xia@ca.ibm.com>
@llxia
Copy link
Contributor Author

llxia commented Oct 24, 2019

Related to #1278

@llxia
Copy link
Contributor Author

llxia commented Oct 24, 2019

Grinder: https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/902/

14:30:11  update to openj9 sha: 9c901b49ee905ac31621f3afa16eb1f796cc7987
14:30:11  git fetch -q --unshallow
14:30:38  git fetch -q --tags https://github.com/eclipse/openj9.git +refs/pull/*:refs/remotes/origin/pr/*
14:31:01  git checkout -q 9c901b49ee905ac31621f3afa16eb1f796cc7987

@llxia llxia requested a review from smlambert October 24, 2019 18:47
@smlambert smlambert merged commit 0953f40 into adoptium:master Oct 24, 2019
M-Davies pushed a commit to M-Davies/openjdk-tests that referenced this pull request Oct 25, 2019
The full console output is too long to load, so add back quite option in
git cmd

Signed-off-by: lanxia <lan_xia@ca.ibm.com>
M-Davies added a commit to M-Davies/openjdk-tests that referenced this pull request Oct 25, 2019
author Morgan Davies <morgandavies2020@gmail.com> 1570612741 +0100
committer Morgan Davies <morgandavies2020@gmail.com> 1572013868 +0100

Removed CanAccessTest.java

Fixed in eclipse-openj9/openj9#7311

Removed DropLookupModeTest.java

Fixed in eclipse-openj9/openj9#7153

Updated problem list links

Perm exclude ModuleSetAccessibleTest.java

Removed DropLookupModeTest.java

Fixed in eclipse-openj9/openj9#6802

Removed InvokeMethodHandleWithBadArgument.java

Fixed in eclipse-openj9/openj9#6943

Updated links

Perm exclude TrySetAccessibleTest.java

squashed jdk-tests commits

skip B6206527 and B6521014 on macOS (adoptium#1390)

Remove block to re-download openjdk-test repo for debveloper branch (adoptium#1389)

Signed-off-by: Mesbah_Alam@ca.ibm.com <Mesbah_Alam@ca.ibm.com>

Make JAVA_BIN variable usable in MBCS_Tests  (adoptium#1387)

* Fix test environment check scripts and some test shells in MBCS_Tests

* Create set_variable.bat for test2.bat

Triage (adoptium#1392)

* Unexcluded RuntimeThreadInheritanceLeak

* Unexclude TestTerminatingThreadLocal

* Added issue for FilterUSRTest

Add Jenkins file to test Linux x86 32 bits platforms (adoptium#1395)

Add groovy script for Linux x86 32 bits test pipeline.

Signed-off-by: Violeta Sebe <vsebe@ca.ibm.com>

skip remaining ipv6 tests on macOS and skip TestZoneInfo310.java on all (adoptium#1398)

Add Lambda Benchmarks From BumbleBench (adoptium#1393)

• Added new benchmarks: DispatchBench, FibBench, GroupingBench & SieveBench
• Enabled new and existing tests for Java 11 along with Java 8

Issue: adoptium#1379

Signed-off-by: Piyush Gupta <piyush286@gmail.com>

Set correct test repo for aarch64 builds (adoptium#1403)

Fix git repo for jdk8 aarch64 (adoptium#1404)

* Turn off sbt colour formatting

Signed-off-by: smlambert <slambert@gmail.com>

* Update jdk8 aarch64 git repo

Signed-off-by: smlambert <slambert@gmail.com>

* Fix nested if

Signed-off-by: smlambert <slambert@gmail.com>

Reorganize JCK targets (adoptium#1401)

Signed-off-by: Mesbah_Alam@ca.ibm.com <Mesbah_Alam@ca.ibm.com>

Fix external/system-test apache-ant uri (adoptium#1405)

Add -q option back in git cmd (adoptium#1407)

The full console output is too long to load, so add back quite option in
git cmd

Signed-off-by: lanxia <lan_xia@ca.ibm.com>

Fix MBCS_Tests_CLDR_11 testcase and several minor changes (adoptium#1406)

* Fix CLDR_11 testcase and several minor changes
* Fix MBCS_Tests.unicode testcase

skip B6206527 and B6521014 on macOS (adoptium#1390)

Remove block to re-download openjdk-test repo for debveloper branch (adoptium#1389)

Signed-off-by: Mesbah_Alam@ca.ibm.com <Mesbah_Alam@ca.ibm.com>

Make JAVA_BIN variable usable in MBCS_Tests  (adoptium#1387)

* Fix test environment check scripts and some test shells in MBCS_Tests

* Create set_variable.bat for test2.bat

squashing past 15 commits on jdk-tests

Triage (adoptium#1392)

* Unexcluded RuntimeThreadInheritanceLeak

* Unexclude TestTerminatingThreadLocal

* Added issue for FilterUSRTest

Add Jenkins file to test Linux x86 32 bits platforms (adoptium#1395)

Add groovy script for Linux x86 32 bits test pipeline.

Signed-off-by: Violeta Sebe <vsebe@ca.ibm.com>

skip remaining ipv6 tests on macOS and skip TestZoneInfo310.java on all (adoptium#1398)

Add Lambda Benchmarks From BumbleBench (adoptium#1393)

• Added new benchmarks: DispatchBench, FibBench, GroupingBench & SieveBench
• Enabled new and existing tests for Java 11 along with Java 8

Issue: adoptium#1379

Signed-off-by: Piyush Gupta <piyush286@gmail.com>

Set correct test repo for aarch64 builds (adoptium#1403)

Fix git repo for jdk8 aarch64 (adoptium#1404)

* Turn off sbt colour formatting

Signed-off-by: smlambert <slambert@gmail.com>

* Update jdk8 aarch64 git repo

Signed-off-by: smlambert <slambert@gmail.com>

* Fix nested if

Signed-off-by: smlambert <slambert@gmail.com>

Reorganize JCK targets (adoptium#1401)

Signed-off-by: Mesbah_Alam@ca.ibm.com <Mesbah_Alam@ca.ibm.com>

Fix external/system-test apache-ant uri (adoptium#1405)

Add -q option back in git cmd (adoptium#1407)

The full console output is too long to load, so add back quite option in
git cmd

Signed-off-by: lanxia <lan_xia@ca.ibm.com>

Fix MBCS_Tests_CLDR_11 testcase and several minor changes (adoptium#1406)

* Fix CLDR_11 testcase and several minor changes
* Fix MBCS_Tests.unicode testcase

conflicts cropped up again
@karianna karianna added this to the October 2019 milestone Oct 26, 2019
@karianna karianna added the bug label Oct 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants