Skip to content

New CI

Svein Tore Koksrud Seljebotn requested to merge new-ci into dev

Description

Closes issues: Related issues:

Changes to use the new CI servers on DigitalOcean.

  • Fix docker image version
  • Use cache to store image between jobs in a run, store image in gitlab.com registry for cache inbetween runs
  • Parallelize e2e tests in one job
  • Remove failing dependency scanning job (there are some known issues with projects using psycopg2, no solution in sight yet)

In the future the python tests (cli, python and report) should be merged into one job, will likely go faster.

Notes to reviewer

Type of change

Application (affects UI or general functionality):

  • New feature
  • Bug fix
  • Improvement

Ops / admin / CI related only (not impacting users):

  • New feature
  • Bug fix
  • Improvement

Tests

General

  • Tests have been added that prove my fix is effective or that my feature works
  • Related tests have been modified/removed

Hypothesis testing:

  • Soak testing has been done
  • Distribution between positive / negative cases has been checked

Database

  • Includes changes to database schema
  • Includes necessary database migrations

Configuration

  • Includes changes to configuration
  • Includes configuration migration instructions in documentation

Merge checklist

  • Self-review of code performed
  • Feature review against specification (if applicable)
  • Need for documentation has been evaluated and, if necessary, updated
  • Code and implementation is reviewed by other core developer (all changes, inc. changes based on initial review)
Edited by Svein Tore Koksrud Seljebotn

Merge request reports

Loading