Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

CORTX-32329: Hare builds are failing for main and custom-ci branches #2122

Merged
merged 1 commit into from
Jun 20, 2022

Conversation

d-nayak
Copy link
Contributor

@d-nayak d-nayak commented Jun 20, 2022

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

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 auto-assign bot requested a review from mssawant June 20, 2022 09:19
@cla-bot cla-bot bot added the cla-signed label Jun 20, 2022
@d-nayak 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
@d-nayak
Copy link
Contributor Author

d-nayak commented Jun 20, 2022

@mssawant mssawant merged commit 8781c65 into Seagate:main 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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants