EOSIO / eosio.contracts

Smart contracts that provide some of the basic functions of the EOSIO blockchain
https://eosio.github.io/eosio.contracts/latest
MIT License
326 stars 500 forks source link

Test Beta Buildfleets in Contracts Pipeline #556

Closed kj4ezj closed 3 years ago

kj4ezj commented 3 years ago

Change Description

From AUTO-461 and auto-eks-buildfleet build 993, a number of our docker containers are failing to build. Most of them appear to be failing due to get_pip.py being deprecated for Python 2 installations of pip, but we are finding some other bugs introduced, as well.

This pull request points the CI system at two new beta fleets we created, automation-eks-eos-builder-beta-fleet and automation-eks-eos-tester-beta-fleet, to test that the CI code still works with the upgrades. This pull request will NOT be merged.

See Also

Deployment Changes

API Changes

Documentation Additions

kj4ezj commented 3 years ago

All tests passed.