Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
Remove old pbench repo references and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
portante committed Feb 19, 2020
1 parent 1b9292e commit 4342244
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 131 deletions.
29 changes: 2 additions & 27 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,6 @@
dist: bionic
jobs:
include:
- stage: "Agent Unit Tests"
name: "agent-unit-tests"
language: python
python:
- "3.6"
before_install:
- sudo apt-get update
install:
# Perl JSON and JSON-XS required
- sudo apt-get install libjson-perl libjson-xs-perl
script: ./agent/run-unittests

- stage: "Server Unit Tests"
name: "server-unit-tests"
language: python
python:
- "3.6"
env:
- PBENCH_UNITTEST_SERVER_MODE=serial
before_install:
- sudo apt-get update
install:
- pip install elasticsearch sh boto3
script: ./server/bin/unittests

- stage: "Dashboard Unit Tests"
name: "dashboard-unit-tests"
language: node_js
Expand All @@ -40,7 +15,7 @@ jobs:
- sudo echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
- sudo apt-get update -y -qq
- sudo apt-get install -y -qq yarn
script: ./web-server/v0.4/unittests
script: ./unittests

- stage: "Dashboard E2E Tests"
name: "dashboard-e2e-tests"
Expand All @@ -65,4 +40,4 @@ jobs:
- sudo echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
- sudo apt-get update -y -qq
- sudo apt-get install -y -qq yarn
script: ./web-server/v0.4/e2etests
script: ./e2etests
4 changes: 2 additions & 2 deletions ansible/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This will ease installation, and deployment of the pbench dashboard.
- Ansible needs to be installed on the host where you want to run this playbook
- An inventory file containing the following key values defined:
- "`elasticsearch_url`", "`results_url`", "`graphql_url`", "`run_index`", "`prefix`"
See the `/web-server/v0.4/README.md` for more details.
See the `/README.md` for more details.

## Run
Running the below commands from this checked-out directory to install the
Expand All @@ -18,7 +18,7 @@ inventory file.
See the `inventory` file in this directory for an example.
```
$ # First add a link to the "dist" folder where the dashboard will be built.
$ ln -sf ../../../web-server/v0.4/dist dist
$ ln -sf ../dist dist
$ ansible-playbook -i inventory dashboard-install.yml
$ ansible-playbook -i inventory dashboard-deploy.yml
```
42 changes: 0 additions & 42 deletions run-e2etests

This file was deleted.

60 changes: 0 additions & 60 deletions run-unittests

This file was deleted.

0 comments on commit 4342244

Please sign in to comment.