aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-linux-test
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2019-02-12 19:34:33 -0600
committerAnibal Limon <anibal.limon@linaro.org>2019-02-22 17:09:27 +0000
commit29c0c0598dd0ace674a0e5ba0bb33d734ffc8307 (patch)
tree4d23ace906cb553ab9cc7c9b16028081e67cd84c /lt-qcom-linux-test
parent2da66f3fe5fecac2723bf748df3f103104bf844c (diff)
lt-qcom-linux-test: Update initramfs image name
Change-Id: Ie8572d611afe7de8b717da0fc088943ea6f17bae Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
Diffstat (limited to 'lt-qcom-linux-test')
-rw-r--r--lt-qcom-linux-test/get_latest_kernel_ci_build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lt-qcom-linux-test/get_latest_kernel_ci_build.py b/lt-qcom-linux-test/get_latest_kernel_ci_build.py
index 1eb59296..85ebc5af 100644
--- a/lt-qcom-linux-test/get_latest_kernel_ci_build.py
+++ b/lt-qcom-linux-test/get_latest_kernel_ci_build.py
@@ -46,7 +46,7 @@ def get_ramdisk_rootfs_url(url, job_url):
base_url_p = urlparse.urlparse(url)
base_url = "%s://%s" % (base_url_p.scheme, base_url_p.netloc)
- ramdisk_rex = re.compile('initramfs-bootrr-image-.*\.rootfs\.cpio\.gz$')
+ ramdisk_rex = re.compile('initramfs-test-image-.*\.rootfs\.cpio\.gz$')
ramdisk_url = ''
soup = BeautifulSoup(page, "html.parser", parse_only=SoupStrainer("a"))
for line in soup.find_all('a', href=True):