EOSIO / eos

An open source smart contract platform
https://developers.eos.io/manuals/eos
MIT License
11.29k stars 3.6k forks source link

CI Improvements + HTTP(S) Proxy Support #11057

Closed williamblevins closed 2 years ago

williamblevins commented 2 years ago

Change Description

This pull request cleans up how docker registries are used and defined throughout the CI code, as well as making the CI code a bit more modular such that the pipeline environment defines the context in which the code runs and where stuff goes instead of having everything hard-coded. We have also added support for HTTP and HTTPS proxies.

Change Type

Select ONE:

Testing Changes

Select ANY that apply:

Consensus Changes

API Changes

Documentation Additions