aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft-linux-stable-rc-4.9.yaml
diff options
context:
space:
mode:
authorDaniel Díaz <daniel.diaz@linaro.org>2019-01-08 13:52:26 -0600
committerDaniel Díaz <daniel.diaz@linaro.org>2019-01-08 13:52:26 -0600
commit55b4dad531d920d83910790a979a860f881154a8 (patch)
treee69a375668ece23535e0559ead329d6d921704ac /openembedded-lkft-linux-stable-rc-4.9.yaml
parent59b9b15639a7f3a8401abb8b3bd0acf411a12465 (diff)
openembedded-lkft: Fix pub. dest. due to manifest name
The publishing destination used to contain the (correct) manifest branch, which is "rocko", but that was recently changed to "lkft/rocko", which buried the artifacts one level deeper in the snapshots directory structure. This change removes the "lkft/" part from the $MANIFEST_BRANCH variable of the publishing destination, so that the artifacts are published where they used to. Change-Id: I6668a30df7a98f857cb65e4f0b2e81b9a3401eea Reported-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
Diffstat (limited to 'openembedded-lkft-linux-stable-rc-4.9.yaml')
-rw-r--r--openembedded-lkft-linux-stable-rc-4.9.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded-lkft-linux-stable-rc-4.9.yaml b/openembedded-lkft-linux-stable-rc-4.9.yaml
index 4c73510c4c..7e3008cd33 100644
--- a/openembedded-lkft-linux-stable-rc-4.9.yaml
+++ b/openembedded-lkft-linux-stable-rc-4.9.yaml
@@ -47,7 +47,7 @@
default: 'lkft/rocko'
- string:
name: PUB_DEST
- default: 'openembedded/lkft/${MANIFEST_BRANCH}/${MACHINE}/${DISTRO}/linux-stable-rc-${KERNEL_VERSION}/${BUILD_NUMBER}'
+ default: 'openembedded/lkft/${MANIFEST_BRANCH/lkft//}/${MACHINE}/${DISTRO}/linux-stable-rc-${KERNEL_VERSION}/${BUILD_NUMBER}'
- string:
name: LAVA_SERVER
default: 'https://lkft.validation.linaro.org/RPC2/'