-
Notifications
You must be signed in to change notification settings - Fork 92
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
deps: move nodejs installation to e2e script #2062
Open
nizamial09
wants to merge
2
commits into
ceph:main
Choose a base branch
from
rhcs-dashboard:install-deps-node-update
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
epuertat
approved these changes
Aug 16, 2022
djgalloway
reviewed
Aug 19, 2022
djgalloway
reviewed
Aug 19, 2022
djgalloway
reviewed
Aug 19, 2022
nizamial09
force-pushed
the
install-deps-node-update
branch
3 times, most recently
from
August 22, 2022 14:24
86cb653
to
7736c2d
Compare
to fix the issue happening in these runs https://jenkins.ceph.com/job/ceph-dashboard-cephadm-e2e-nightly-quincy/201/console ``` + sudo apt-get update Ign:1 https://chacra.ceph.com/r/vagrant/latest/HEAD/ubuntu/jammy/flavors/default jammy InRelease Hit:2 https://chacra.ceph.com/r/vagrant/latest/HEAD/ubuntu/jammy/flavors/default jammy Release Ign:3 https://chacra.ceph.com/r/vagrant/latest/HEAD/ubuntu/jammy/flavors/default jammy Release.gpg Hit:4 https://dl.google.com/linux/chrome/deb stable InRelease Ign:5 https://4.chacra.ceph.com/r/cortx-motr/master/39f89fa1c6945040433a913f2687c4b4e6cbeb3f/ubuntu/jammy/flavors/default jammy InRelease Hit:6 https://4.chacra.ceph.com/r/cortx-motr/master/39f89fa1c6945040433a913f2687c4b4e6cbeb3f/ubuntu/jammy/flavors/default jammy Release Hit:7 http://archive.ubuntu.com/ubuntu jammy InRelease Get:8 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] Ign:9 https://4.chacra.ceph.com/r/cortx-motr/master/39f89fa1c6945040433a913f2687c4b4e6cbeb3f/ubuntu/jammy/flavors/default jammy Release.gpg Get:10 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB] Get:11 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [99.8 kB] Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [502 kB] Ign:13 https://deb.nodesource.com/node_12.x jammy InRelease Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [269 kB] Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [119 kB] Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [210 kB] Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [113 kB] Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [69.8 kB] Err:19 https://deb.nodesource.com/node_12.x jammy Release 404 Not Found [IP: 23.34.63.88 443] Reading package lists... E: The repository 'https://deb.nodesource.com/node_12.x jammy Release' does not have a Release file. ``` Signed-off-by: Nizamudeen A <[email protected]>
the reasoning for choosing the node 16 is because it supports angular version 13, 14 and 15. We have angular 13 in the pacific Signed-off-by: Nizamudeen A <[email protected]>
nizamial09
force-pushed
the
install-deps-node-update
branch
from
October 4, 2023 15:06
889a4ca
to
cd89c2b
Compare
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.
to fix the issue happening in these runs https://jenkins.ceph.com/job/ceph-dashboard-cephadm-e2e-nightly-quincy/201/console
successful run: https://jenkins.ceph.com/job/ceph-dashboard-cephadm-e2e-nightly-quincy/206/
Signed-off-by: Nizamudeen A [email protected]