pipelines-as-code
pipelines-as-code copied to clipboard
Add e2e tests testing for failures.
We currently only test the "happy path" but never try to figure out the failure path....
It's a bit tricky since we need to log into the provider api and grab the status from there..
this would make it a bit more reliable too... since we won't wait forever that the repo has been updated while on the provider the thing has failed...
let's wait on reconciler before doing this because things are going to change #606
We have some on gitea now...