CentaurusInfra / mizar

Mizar – Experimental, High Scale and High Performance Cloud Network https://mizar.readthedocs.io
https://mizar.readthedocs.io
GNU General Public License v2.0
112 stars 50 forks source link

Improve CI: make only once in master and copy built folder to workers #530

Closed Hong-Chang closed 3 years ago

Hong-Chang commented 3 years ago

Currently "make" will happen for both master machine and worker machines. To improve, we can do make only in master machine and copy built folder to work machines.

Once the improve done, check whether we can revert the change of added "make container" which introduced in https://github.com/CentaurusInfra/mizar/pull/526.

Hong-Chang commented 3 years ago

Done in pr https://github.com/CentaurusInfra/mizar/pull/526