wballard / starphleet

19 stars 37 forks source link

Use glg/deploycache as an option for checking for GIT updates #405

Closed datfinesoul closed 4 years ago

datfinesoul commented 4 years ago

Overview

  • The idea is, instead of performing a fetch against github to see if a new commit is available, we check a cached version of the SHA, per org+repo+branch. If the cache shows a change, we execute the standard starphleet workflow.
  • Outside of the SHA difference detection, there are no workflow changes to starphleet

Related to https://github.com/glg/metadevops-issues/issues/213

Sample stats from build server

The line in bold/italic is what we are addressing which is causing GitHub to block us.

Stats: starting with 53337 events

fatal error 0 no update 52598

datfinesoul commented 4 years ago

closing in favor of glg/starphleet#2