Per the discussion from #3712, we would like to investigate the possibility of running our CI jobs themselves inside Github actions.
Couple of known caveats:
- Github actions can't be dependent on other Github actions.
- Github actions don't support all the architectures we build for, so our tests will have to be decoupled from deploys (building and pushing images to quay). This might be a good thing for performance reasons
Per the discussion from #3712, we would like to investigate the possibility of running our CI jobs themselves inside Github actions.
Couple of known caveats: