This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 80
CORTX-32329: Hare builds are failing for main and custom-ci branches #2122
Merged
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
Solution: The issue was with the version of charset-normalizer, a package that aiohttp (a package required by HARE) was pulling in as a depend. We have now set the version of charset-normalizer to 2.0.12 - which works with aiohttp 3.8.1 as required by HARE. Signed-off-by: Deepak Nayak <deepak.nayak@seagate.com>
auto-assign
bot
requested review from
Shreya-18,
SwapnilGaonkar7 and
vaibhavparatwar
June 20, 2022 09:19
d-nayak
changed the title
Problem: Hare builds are failing for main and custom-ci branches
CORTX-32329: Hare builds are failing for main and custom-ci branches
Jun 20, 2022
pavankrishnat
approved these changes
Jun 20, 2022
vaibhavparatwar
approved these changes
Jun 20, 2022
mssawant
approved these changes
Jun 20, 2022
d-nayak
pushed a commit
to SwapnilGaonkar7/cortx-hare
that referenced
this pull request
Jun 21, 2022
1. Multiple Data pod deployment: Support Node group in CDF 2. Hare builds are failing for main and custom-ci branches (Seagate#2122) Solution: 1: Added support for 'node_group' in CDF format 2: The issue was with the version of charset-normalizer, a package that aiohttp (a package required by HARE) was pulling in as a depend. We have now set the version of charset-normalizer to 2.0.12 - which works with aiohttp 3.8.1 as required by HARE. Signed-off-by: Swapnil Gaonkar <swapnil.gaonkar@seagate.com> Signed-off-by: pavankrishnat <pavan.k.thunuguntla@seagate.com> Signed-off-by: Deepak Nayak <deepak.nayak@seagate.com>
d-nayak
pushed a commit
to SwapnilGaonkar7/cortx-hare
that referenced
this pull request
Jun 21, 2022
1. Multiple Data pod deployment: Support Node group in CDF 2. Hare builds are failing for main and custom-ci branches (Seagate#2122) Solution: 1: Added support for 'node_group' in CDF format 2: The issue was with the version of charset-normalizer, a package that aiohttp (a package required by HARE) was pulling in as a depend. We have now set the version of charset-normalizer to 2.0.12 - which works with aiohttp 3.8.1 as required by HARE. Signed-off-by: Swapnil Gaonkar <swapnil.gaonkar@seagate.com> Signed-off-by: pavankrishnat <pavan.k.thunuguntla@seagate.com> Signed-off-by: Deepak Nayak <deepak.nayak@seagate.com>
d-nayak
pushed a commit
to SwapnilGaonkar7/cortx-hare
that referenced
this pull request
Jun 21, 2022
1. Multiple Data pod deployment: Support Node group in CDF 2. Hare builds are failing for main and custom-ci branches (Seagate#2122) Solution: 1: Added support for 'node_group' in CDF format 2: The issue was with the version of charset-normalizer, a package that aiohttp (a package required by HARE) was pulling in as a depend. We have now set the version of charset-normalizer to 2.0.12 - which works with aiohttp 3.8.1 as required by HARE. Signed-off-by: Swapnil Gaonkar <swapnil.gaonkar@seagate.com> Signed-off-by: pavankrishnat <pavan.k.thunuguntla@seagate.com> Signed-off-by: Deepak Nayak <deepak.nayak@seagate.com>
d-nayak
pushed a commit
to SwapnilGaonkar7/cortx-hare
that referenced
this pull request
Jun 21, 2022
1. Multiple Data pod deployment: Support Node group in CDF 2. Hare builds are failing for main and custom-ci branches (Seagate#2122) Solution: 1: Added support for 'node_group' in CDF format 2: The issue was with the version of charset-normalizer, a package that aiohttp (a package required by HARE) was pulling in as a depend. We have now set the version of charset-normalizer to 2.0.12 - which works with aiohttp 3.8.1 as required by HARE. Signed-off-by: Swapnil Gaonkar <swapnil.gaonkar@seagate.com> Signed-off-by: pavankrishnat <pavan.k.thunuguntla@seagate.com> Signed-off-by: Deepak Nayak <deepak.nayak@seagate.com>
mssawant
pushed a commit
to SwapnilGaonkar7/cortx-hare
that referenced
this pull request
Jun 22, 2022
1. Multiple Data pod deployment: Support Node group in CDF 2. Hare builds are failing for main and custom-ci branches (Seagate#2122) Solution: 1: Added support for 'node_group' in CDF format 2: The issue was with the version of charset-normalizer, a package that aiohttp (a package required by HARE) was pulling in as a depend. We have now set the version of charset-normalizer to 2.0.12 - which works with aiohttp 3.8.1 as required by HARE. Signed-off-by: Swapnil Gaonkar <swapnil.gaonkar@seagate.com> Signed-off-by: pavankrishnat <pavan.k.thunuguntla@seagate.com> Signed-off-by: Deepak Nayak <deepak.nayak@seagate.com>
mssawant
pushed a commit
that referenced
this pull request
Jun 22, 2022
…2116) 1. Multiple Data pod deployment: Support Node group in CDF 2. Hare builds are failing for main and custom-ci branches (#2122) Solution: 1: Added support for 'node_group' in CDF format 2: The issue was with the version of charset-normalizer, a package that aiohttp (a package required by HARE) was pulling in as a depend. We have now set the version of charset-normalizer to 2.0.12 - which works with aiohttp 3.8.1 as required by HARE. Signed-off-by: Swapnil Gaonkar <swapnil.gaonkar@seagate.com> Signed-off-by: pavankrishnat <pavan.k.thunuguntla@seagate.com> Signed-off-by: Deepak Nayak <deepak.nayak@seagate.com>
siningwuseagate
pushed a commit
to siningwuseagate/cortx-hare
that referenced
this pull request
Jun 22, 2022
…gate#2122) Solution: The issue was with the version of charset-normalizer, a package that aiohttp (a package required by HARE) was pulling in as a depend. We have now set the version of charset-normalizer to 2.0.12 - which works with aiohttp 3.8.1 as required by HARE. Signed-off-by: Deepak Nayak <deepak.nayak@seagate.com>
andriytk
pushed a commit
to andriytk/cortx-hare
that referenced
this pull request
Jun 22, 2022
…gate#2122) Solution: The issue was with the version of charset-normalizer, a package that aiohttp (a package required by HARE) was pulling in as a depend. We have now set the version of charset-normalizer to 2.0.12 - which works with aiohttp 3.8.1 as required by HARE. Signed-off-by: Deepak Nayak <deepak.nayak@seagate.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Solution: The issue was with the version of charset-normalizer, a package that
aiohttp (a package required by HARE) was pulling in as a depend. We have now set
the version of charset-normalizer to 2.0.12 - which works with aiohttp 3.8.1
as required by HARE.
Signed-off-by: Deepak Nayak deepak.nayak@seagate.com