action #35383
closedCreate a docker container to run unit and integration tests
0%
Description
In order to improve and ease the development for the team, it has been decided to start using docker as part of the CI pipeline, for this having a container that contains all of the dependencies to run the openQA tests (for os-autoinst project and openQA project) is needed.
AC1: Docker container is created based on Leap 42.3
AC2: Docker container has development dependencies installed from repositories.
AC3: Container is pushed to Dockerhub
AC4: Container is introduced in our CI (Travis)
Optional AC5: CircleCI is being used too by openQA project.
Updated by dasantiago over 6 years ago
- Assignee set to dasantiago
I'll take this. I want to learn about containers :-D
Updated by dasantiago over 6 years ago
At the moment i have this:
https://github.com/dasantiago/openQA/tree/35383/docker/travis_test
Issues:
1- The DB isn't starting. Probably it the 01-postgresql.sh script needs to be run as CMD
2- We need to pass travis environment variables to the docker. This is done with --environment.
Updated by szarate over 6 years ago
- Status changed from In Progress to Resolved
- Target version changed from Current Sprint to Done
I think we are done here :) We're already using it in travis, and we've started to use it
Updated by szarate over 6 years ago
- Precedes action #37420: Try OBS registry (registry.opensuse.org) added