From afbd01eb38b41638a59eb8444ceaaa00390cff9f Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 3 May 2019 14:43:48 +0200 Subject: [PATCH] Do not build packages in travis but in OBS Together with ChrisBr I developed a solution to test the package build of a git report directly in OBS. It's currently in phase of refactoring, so I forked it temporarly to https://github.com/coolo/pull_request_package and setup a local cron job to run docker run -v=/space/puller-config:/config -t openqapusher/osrt_pull_request_package every 5 minutes. --- .travis.yml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/.travis.yml b/.travis.yml index c894091f..4a093b70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,33 +14,6 @@ env: matrix: include: - - env: TEST_SUITE=distribution TARGET_REPO=openSUSE_Factory - sudo: required - services: - - docker - language: bash - before_install: - - docker build -f dist/ci/Dockerfile -t spec . - script: - - ./dist/ci/docker-run obs-build-target "$TARGET_REPO" - - env: TEST_SUITE=distribution TARGET_REPO=openSUSE_15.0 - sudo: required - services: - - docker - language: bash - before_install: - - docker build -f dist/ci/Dockerfile -t spec . - script: - - ./dist/ci/docker-run obs-build-target "$TARGET_REPO" - - env: TEST_SUITE=distribution TARGET_REPO=SLE_15 - sudo: required - services: - - docker - language: bash - before_install: - - docker build -f dist/ci/Dockerfile -t spec . - script: - - ./dist/ci/docker-run obs-build-target "$TARGET_REPO" - env: TEST_SUITE=flake8 language: python install: