summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2019-05-02 15:43:38 +0200
committerCorentin LABBE <clabbe@baylibre.com>2019-05-03 13:57:50 +0200
commit639d305a82d80cbee0b9fd2d25b6020f3ad9e003 (patch)
treeb620318bc7b9eff220442d9c47d042b872017145 /README.md
parent35333bf87d61b691c2e4834e359ce9e4a24ca251 (diff)
Remove porter
As asked by JSM on review 21232, this patch removes the porter machine. Bug-AGL: SPEC-2375 Change-Id: Iaa8083a271bb61ee1f9208f671d617fc15a00028 Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 392c41c..69dc1f3 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Command line tool that prints the packages needed by LAVA to execute a test job.
#### Required arguments:
- `--machine`
- - Available machine names: ```{dra7xx-evm,qemux86-64,porter,m3ulcb,raspberrypi3,intel-corei7-64}```
+ - Available machine names: ```{dra7xx-evm,qemux86-64,m3ulcb,raspberrypi3,intel-corei7-64}```
- For an up to date list of machine names run: ```./utils/create-jobs.py --help```
- `--build-type`
- Needs three arguments formatted as follow: `{build-type-name,branch,version/build-type-name,changeid,patchset}`.
@@ -53,7 +53,6 @@ _Examples:_
./utils/job-prereq.py --machine raspberrypi3 --build-type {release,eel,v4.9.3} --kernel --initrd --nbdroot --dtb
./utils/job-prereq.py --machine m3ulcb --build-type {daily,eel,v4.9.3} --kernel --dtb
./utils/job-prereq.py --machine dra7xx-evm --build-type {ci,11524,2} --initrd --nbdroot
-./utils/job-prereq.py --machine porter --build-type {ci,11524,2} --kernel --initrd --nbdroot --dtb
./utils/job-prereq.py --machine intel-corei7-64 --build-type {ci,11524,2} --kernel --initrd --nbdroot
```
@@ -63,7 +62,7 @@ Command line tool to generate AGL jobs for LAVA.
##### Required arguments:
- ```./utils/create-jobs.py --machine machine-name```
- - Available machine names: ```{dra7xx-evm,qemux86-64,porter,m3ulcb,raspberrypi3,intel-corei7-64}```
+ - Available machine names: ```{dra7xx-evm,qemux86-64,m3ulcb,raspberrypi3,intel-corei7-64}```
- For an up to date list of machine names run: ```./utils/create-jobs.py --help```
##### Artifacts fetching from URL: