Skip to content

Commit

Permalink
Fix fabric8io#1155 : Decouple regression test module from Fabric8 Mav…
Browse files Browse the repository at this point in the history
…en Plugin
  • Loading branch information
rohanKanojia committed Jul 3, 2018
1 parent 7a15adc commit 009791b
Show file tree
Hide file tree
Showing 23 changed files with 1 addition and 1,856 deletions.
12 changes: 1 addition & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
# - Update Codecov (codecov.io) stats for every build
# - Regenerate the docs when commit on master (but not for a PR)

matrix:
include:
- env: OC_VERSION="v3.6.0" COMMIT_ID="c4dd4cf"
- env: OC_VERSION="v3.6.1" COMMIT_ID="008f2d5"
- env: OC_VERSION="v3.7.2" COMMIT_ID="282e43f"

sudo: required
dist: trusty
group: deprecated-2017Q4
Expand All @@ -27,13 +21,9 @@ cache:
directories:
- $HOME/.m2

install: ./rt/src/main/resources/scripts/prepare-test-environment.sh

before_script: mvn clean install -DskipTests

script:
# Profile jacoco switches on jacoco coverages, regession-test for running regreesion tests on fabric8/OpenShift.io quickstart projects
- mvn -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B install -pl rt -P regression-test
- mvn clean install
# Only build docs when commited on master and not a pull request.
# See https://docs.travis-ci.com/user/environment-variables/#Default-Environment-Variables
# for more details about Travis default vars
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
<module>watcher/api</module>
<module>watcher/standard</module>
<module>it</module>
<module>rt</module>
</modules>

<scm>
Expand Down
30 changes: 0 additions & 30 deletions rt/README.md

This file was deleted.

128 changes: 0 additions & 128 deletions rt/pom.xml

This file was deleted.

28 changes: 0 additions & 28 deletions rt/src/main/resources/log4j.properties

This file was deleted.

60 changes: 0 additions & 60 deletions rt/src/main/resources/scripts/prepare-test-environment.sh

This file was deleted.

9 changes: 0 additions & 9 deletions rt/src/main/resources/scripts/run-tests.sh

This file was deleted.

Loading

0 comments on commit 009791b

Please sign in to comment.