diff options
author | Kevin Hilman <khilman@baylibre.com> | 2018-02-12 12:15:55 -0800 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-02-12 12:15:55 -0800 |
commit | 7ed27abddd1c36ee511f092aece5a112854e2e22 (patch) | |
tree | 1f690c0273e29b0b9ecbb07e033c10c6b67e0ca2 | |
parent | c882b88710d27e881e4914739f269d2cf0914691 (diff) |
jjb/common: fix releng name for porter
Change-Id: I42b0191f5388e4f26e03c8fcb2f977d209628e4c
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
-rw-r--r-- | jjb/common/include-agl-run-test-prepare.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/common/include-agl-run-test-prepare.sh b/jjb/common/include-agl-run-test-prepare.sh index f0701bfc..2c8e6af5 100644 --- a/jjb/common/include-agl-run-test-prepare.sh +++ b/jjb/common/include-agl-run-test-prepare.sh @@ -29,7 +29,7 @@ agl_lava_releng_aliases=( [raspberrypi3]="raspberrypi3-uboot;raspberrypi3" [qemux86-64]="qemu;qemux86-64" [m3ulcb-nogfx]="r8a7796-m3ulcb;m3ulcb" - [porter-nogfx]="renesas-porter;renesas-porter" + [porter-nogfx]="renesas-porter;porter" [dra7xx-evm]="dra7-evm;dra7xx-evm" ) |