Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
[NC-1646] Removed system/smoke tests + resources. (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-terry authored Oct 11, 2018
1 parent 90705bb commit 591a9c9
Show file tree
Hide file tree
Showing 21 changed files with 0 additions and 28,259 deletions.
3 changes: 0 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ node {
stage('Check javadoc') {
sh './gradlew --no-daemon --parallel javadoc'
}
// stage('Smoke test') {
// sh 'DOCKER_HOST=$DOCKER_PORT DOCKER_HOSTNAME=docker ./gradlew --no-daemon smokeTest'
// }
stage('Jacoco root report') {
sh './gradlew --no-daemon jacocoRootReport'
}
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ The reference tests (described below) can be triggered with:
```
./gradlew referenceTest
```
The system tests can be triggered with:
```
./gradlew smokeTest
```

## Running Pantheon

Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ include 'pantheon'
include 'services:kvstore'
include 'testutil'
include 'util'
include 'system-tests'
include 'errorprone-checks'
41 changes: 0 additions & 41 deletions system-tests/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 591a9c9

Please sign in to comment.