mirror of
https://github.com/servo/servo.git
synced 2025-08-27 08:08:19 +01:00
FIX TreeherderClient deprecated param
According to warning from TreeherderClient(), the parameters `host` and `protocol` are deprecated. Then use `server_url` instead.
This commit is contained in:
parent
fe1225b4ba
commit
1dcc8e69fe
2 changed files with 3 additions and 4 deletions
|
@ -12,7 +12,7 @@ Servo Page Load Time Test
|
|||
* Clone this repo
|
||||
* Download [tp5n.zip](http://people.mozilla.org/~jmaher/taloszips/zips/tp5n.zip), extract it to `page_load_test/tp5n`
|
||||
* Run `prepare_manifest.sh` to transform the tp5n manifest to our format
|
||||
* Install the Python3 `treeherder-client` package. For example, to install it in a virtualenv: `python3 -m virtualenv venv; source venv/bin/activate; pip install treeherder-client`
|
||||
* Install the Python3 `treeherder-client` package. For example, to install it in a virtualenv: `python3 -m virtualenv venv; source venv/bin/activate; pip install "treeherder-client>=3.0.0"`
|
||||
* Setup your Treeherder client ID and secret as environment variables `TREEHERDER_CLIENT_ID` and `TREEHERDER_CLIENT_SECRET`
|
||||
|
||||
## Build Servo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue