gaia-pipeline / gaia

Build powerful pipelines in any programming language.
Apache License 2.0
5.2k stars 245 forks source link

Started to update docker images #255

Closed Skarlso closed 4 years ago

codecov-commenter commented 4 years ago

Codecov Report

Merging #255 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #255   +/-   ##
=======================================
  Coverage   62.80%   62.80%           
=======================================
  Files          48       48           
  Lines        3828     3828           
=======================================
  Hits         2404     2404           
  Misses       1024     1024           
  Partials      400      400           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a8593d7...93c1346. Read the comment docs.

Skarlso commented 4 years ago

I need to do some testing with all the new versions. Also, I'm going to deploy a test gaia instance which will run constantly so updates and upgrades can happen with long living pipelines.

Skarlso commented 4 years ago

I've created a long living deployment, which I'm going to update with these. I'll create a pipeline with each of these with the old version, then update, and every pipeline should still work nicely.

Skarlso commented 4 years ago
cppsdk/plugin.pb.h:17:2: error: #error This file was generated by an older version of protoc which is
#error This file was generated by an older version of protoc which is

Seems like I can't update protoc unless I update cppsdk as well.

Skarlso commented 4 years ago

Also node... same for the nodejs sdk. So I leave that out for now to minimise the changes.

Skarlso commented 4 years ago

All pipelines have been reviewed and tested.