-
Notifications
You must be signed in to change notification settings - Fork 2k
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
PUBDEV-4940 install java7 from s3bucket [nocheck] #5681
Merged
valenad1
merged 7 commits into
master
from
valenad-PUBDEV-4940-install-java7-from-s3bucket
Dec 8, 2021
Merged
PUBDEV-4940 install java7 from s3bucket [nocheck] #5681
valenad1
merged 7 commits into
master
from
valenad-PUBDEV-4940-install-java7-from-s3bucket
Dec 8, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
valenad1
force-pushed
the
valenad-PUBDEV-4940-install-java7-from-s3bucket
branch
2 times, most recently
from
September 18, 2021 02:04
3612180
to
5201bda
Compare
valenad1
changed the title
PUBDEV-4940 install java7 from s3bucket
PUBDEV-4940 install java7 from s3bucket [noncheck]
Sep 23, 2021
valenad1
changed the title
PUBDEV-4940 install java7 from s3bucket [noncheck]
PUBDEV-4940 install java7 from s3bucket [nocheck]
Sep 24, 2021
valenad1
force-pushed
the
valenad-PUBDEV-4940-install-java7-from-s3bucket
branch
from
October 1, 2021 22:32
5201bda
to
23b04b8
Compare
valenad1
force-pushed
the
valenad-PUBDEV-4940-install-java7-from-s3bucket
branch
from
November 1, 2021 22:04
23b04b8
to
d97cde7
Compare
valenad1
force-pushed
the
valenad-PUBDEV-4940-install-java7-from-s3bucket
branch
2 times, most recently
from
November 17, 2021 00:31
3c5d99d
to
27e3e3e
Compare
valenad1
force-pushed
the
valenad-PUBDEV-4940-install-java7-from-s3bucket
branch
from
November 24, 2021 14:15
27e3e3e
to
5caf12e
Compare
valenad1
force-pushed
the
valenad-PUBDEV-4940-install-java7-from-s3bucket
branch
from
December 2, 2021 19:58
5caf12e
to
612c3cd
Compare
…llation must been changed in scope of causalml python package installation
…not ensure in the image
… image. Only for jenkyns image build right now
…to the harbor API v2.0
valenad1
force-pushed
the
valenad-PUBDEV-4940-install-java7-from-s3bucket
branch
from
December 6, 2021 12:25
612c3cd
to
4003d58
Compare
michalkurka
approved these changes
Dec 7, 2021
* add java 16 and 17 to the cluster. TODO remove java 14, 15, 16, from test against different pythond and R version in JDK_VERSIONS_PY_R TODO add java 17 to nightly stages (NIGHTLY_REPEATED_STAGES) * install Java 16 and 17 from private s3 * add jvm argument for java 16, 17. Fix jvm_ops argument pass. Previous version is not working even for presented noJavaVersionCheck. This version if working for both passed options. * remove java 14, 15, 16 from build with different pythons and Rs. Test them only with LTS and last supported java versions * run Java 16 and 17 in nightly builds. Manually add java 16 on python 2. TODO remove this image when Java 16 not run in nightly * change assert true to assert euals with precision to trigger tests for image rebuild * add colorama to the test-requirements.txt becase test of mojoland is fail * upgrade nodejs from deprecated 10 to 16, builds of the project images are red currently * fix R 3.3.3 image installation. We need older version of usethis to be able to install devtools * add --add-opens to java.util to fix java 16 and 17 Unit tests * Extended Isolation Forest - test that gaussian vertor gives defined number of zeros
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Devops uploaded java 7 to our bucket :)
Follow up PR: #5769