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

Commit 4342244

Browse files
committed
Remove old pbench repo references and tests
1 parent 1b9292e commit 4342244

File tree

4 files changed

+4
-131
lines changed

4 files changed

+4
-131
lines changed

.travis.yml

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,6 @@
11
dist: bionic
22
jobs:
33
include:
4-
- stage: "Agent Unit Tests"
5-
name: "agent-unit-tests"
6-
language: python
7-
python:
8-
- "3.6"
9-
before_install:
10-
- sudo apt-get update
11-
install:
12-
# Perl JSON and JSON-XS required
13-
- sudo apt-get install libjson-perl libjson-xs-perl
14-
script: ./agent/run-unittests
15-
16-
- stage: "Server Unit Tests"
17-
name: "server-unit-tests"
18-
language: python
19-
python:
20-
- "3.6"
21-
env:
22-
- PBENCH_UNITTEST_SERVER_MODE=serial
23-
before_install:
24-
- sudo apt-get update
25-
install:
26-
- pip install elasticsearch sh boto3
27-
script: ./server/bin/unittests
28-
294
- stage: "Dashboard Unit Tests"
305
name: "dashboard-unit-tests"
316
language: node_js
@@ -40,7 +15,7 @@ jobs:
4015
- sudo echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
4116
- sudo apt-get update -y -qq
4217
- sudo apt-get install -y -qq yarn
43-
script: ./web-server/v0.4/unittests
18+
script: ./unittests
4419

4520
- stage: "Dashboard E2E Tests"
4621
name: "dashboard-e2e-tests"
@@ -65,4 +40,4 @@ jobs:
6540
- sudo echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
6641
- sudo apt-get update -y -qq
6742
- sudo apt-get install -y -qq yarn
68-
script: ./web-server/v0.4/e2etests
43+
script: ./e2etests

ansible/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This will ease installation, and deployment of the pbench dashboard.
55
- Ansible needs to be installed on the host where you want to run this playbook
66
- An inventory file containing the following key values defined:
77
- "`elasticsearch_url`", "`results_url`", "`graphql_url`", "`run_index`", "`prefix`"
8-
See the `/web-server/v0.4/README.md` for more details.
8+
See the `/README.md` for more details.
99

1010
## Run
1111
Running the below commands from this checked-out directory to install the
@@ -18,7 +18,7 @@ inventory file.
1818
See the `inventory` file in this directory for an example.
1919
```
2020
$ # First add a link to the "dist" folder where the dashboard will be built.
21-
$ ln -sf ../../../web-server/v0.4/dist dist
21+
$ ln -sf ../dist dist
2222
$ ansible-playbook -i inventory dashboard-install.yml
2323
$ ansible-playbook -i inventory dashboard-deploy.yml
2424
```

run-e2etests

Lines changed: 0 additions & 42 deletions
This file was deleted.

run-unittests

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)