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

Remove blocking manual check for "indy-sys is available on crates.io" #2395

Closed
WadeBarnes opened this issue May 27, 2021 · 1 comment
Closed
Labels
help wanted wont-address-project-depreciated This Issue or PR will not be addressed. The project has been depreciated.

Comments

@WadeBarnes
Copy link
Contributor

The following blocking input is causing issues with build resources. As the builds encounter this line they eventually block builds from happening on all Jenkins nodes consuming all resources and blocking any other builds from happening.

This line is the issue:
https://github.com/hyperledger/indy-sdk/blob/master/Jenkinsfile.cd#L869

@jovfer
Copy link
Contributor

jovfer commented Jun 18, 2021

more details #2309

WadeBarnes added a commit to WadeBarnes/indy-sdk that referenced this issue Feb 3, 2022
- Remove the blocking input before the Cargo publish step.
- This is causing too many build resources issues to leave in place.
- Removing without adding the check and retry logic to see if and how much of an issue this still is.
- Related issue references:
  - hyperledger-archives#2309
  - hyperledger-archives#2395

Signed-off-by: Wade Barnes <wade@neoterictech.ca>
@WadeBarnes WadeBarnes added the wont-address-project-depreciated This Issue or PR will not be addressed. The project has been depreciated. label Oct 24, 2023
@ryjones ryjones closed this as completed Feb 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted wont-address-project-depreciated This Issue or PR will not be addressed. The project has been depreciated.
Development

No branches or pull requests

3 participants