You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem description
The process for updating the airshipctl commit reference (AIRSHIPCTL_REF) used for treasuremap gating still requires a manual validation and update. A pipeline was created as part of #100 to gate the latest airshipctl commit against the current treasuremap commit. We would like to have an more automated process use the result of the validation to update the AIRSHIPCTL_REF used by treasuremap upon a successful validation or create a notification to address a failed validation.
Upon successful validation, automatically push a patchset which updates the AIRSHIPCTL_REF with the validated airshipctl commit.
Upon failed validation, create a notification (Github issue or something else) of the failure so interested parties will be aware of the failure and it can be addressed.
Problem description
The process for updating the airshipctl commit reference (AIRSHIPCTL_REF) used for treasuremap gating still requires a manual validation and update. A pipeline was created as part of #100 to gate the latest airshipctl commit against the current treasuremap commit. We would like to have an more automated process use the result of the validation to update the AIRSHIPCTL_REF used by treasuremap upon a successful validation or create a notification to address a failed validation.
Proposed change