aboutsummaryrefslogtreecommitdiffstats
path: root/.ci
AgeCommit message (Collapse)AuthorFilesLines
2021-12-14[GLOBAL] Move to GitlabSylvain Desbureaux6-0/+199
Add all necessary files in order to move OOM repo to gitlab and also uses gitlab-ci features. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ie3ba8d22828b103219d590886a8c58825eff2eef
2021-12-12[GLOBAL] Move checkbashisms to a dedicated scriptguillaume.lambert1-0/+27
Using a dedicated shell script rather than scripts commands directly in tox.ini configuration is usually recommanded. It avoids quoting hell issues and ensures a better virtualenv isolation. Issue-ID: OOM-2643 Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com> Co-authored-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ic4764f628d6f8c3bb4d0dd36a0559603c80f6c4a