Skip to content

[#268] Add scheduled docker image tests

Roman Melnikov requested to merge rvem/#268-scheduled-docker-image-tests into master

Description

Problem: Currently we test morley.sh and the docker image based on updated code on each commit in MR. However, we also have stable images in the container registry that needs to be tested.

Solution: Add test-shell-script to the scheduled steps, and use the latest or production image versions depending on the target branch.

TODO: change target branch here and add one more scheduled pipeline for production branch

Related issue(s)

Resolves #268 (closed)

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:
    • I updated changelog files of all affected packages released to Hackage if my changes are externally visible.

Stylistic guide (mandatory)

Edited by Roman Melnikov

Merge request reports