We now have a basic CI integration test

https://gitlab.tt-rss.org/tt-rss/tt-rss/-/pipelines/335

it works like this:

  • build commit-hash tagged images
  • helm deploy aforementioned images on k8s and wait until deployment goes green (i.e. both fpm & nginx containers pass their readiness checks)
  • clean up k8s deployment
  • publish latest tagged images if all went well

itโ€™s not much but its better than nothing :slight_smile:

p.s. plugging selenium-grid into this is an obvious next step i guess :thinking:

https://gitlab.tt-rss.org/tt-rss/tt-rss/-/jobs/1137

hello selenium-grid