aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-linux-test
diff options
context:
space:
mode:
authorAnibal Limon <anibal.limon@linaro.org>2019-09-25 22:27:30 +0000
committerAnibal Limon <anibal.limon@linaro.org>2019-09-25 22:27:40 +0000
commit09375ced8a2fe7ed8c347ab1b33ec8d417a63a1c (patch)
tree38111ba96cc67c9b3dc1b42e455136702754424b /lt-qcom-linux-test
parentb28b88908d0cd554cbfb3a45069f1e7eecedabe8 (diff)
Revert "lt-qcom-linux-test/get_latest_kernel_build.py: Change https -> http on snapshots URLs"
This reverts commit 7162910432c51ccb252b2f1bf1e914f0afc87c82. Change-Id: I013a7d430550261d3fa63debdc29b7eaf6a82ecb
Diffstat (limited to 'lt-qcom-linux-test')
-rw-r--r--lt-qcom-linux-test/get_latest_kernel_build.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/lt-qcom-linux-test/get_latest_kernel_build.py b/lt-qcom-linux-test/get_latest_kernel_build.py
index 13d44882..d2a4da64 100644
--- a/lt-qcom-linux-test/get_latest_kernel_build.py
+++ b/lt-qcom-linux-test/get_latest_kernel_build.py
@@ -155,20 +155,20 @@ def main():
kernel_build_type = os.environ.get('KERNEL_BUILD_TYPE', 'KERNEL_CI')
kernel_ci_base_url = os.environ.get('KERNEL_CI_BASE_URL',
- 'http://storage.kernelci.org/qcom-lt/integration-linux-qcomlt/')
+ 'https://storage.kernelci.org/qcom-lt/integration-linux-qcomlt/')
kernel_ci_arch_config = os.environ.get('KERNEL_CI_ARCH_CONFIG',
'arm64/defconfig/gcc-8/')
linaro_ci_base_url = os.environ.get('LINARO_CI_BASE_URL',
- 'http://snapshots.linaro.org/member-builds/qcomlt/kernel/')
+ 'https://snapshots.linaro.org/member-builds/qcomlt/kernel/')
machines = os.environ.get('MACHINES', 'apq8016-sbc apq8096-db820c').split()
ramdisk_job_url = os.environ.get('RAMDISK_JOB_URL',
'https://ci.linaro.org/job/lt-qcom-linux-testimages/')
ramdisk_base_url = os.environ.get('RAMDISK_BASE_URL',
- 'http://snapshots.linaro.org/member-builds/qcomlt/testimages/arm64/')
+ 'https://snapshots.linaro.org/member-builds/qcomlt/testimages/arm64/')
builds_url = os.environ.get('BUILDS_URL',
- 'http://snapshots.linaro.org/member-builds/qcomlt/linux-integration/%s/')
+ 'https://snapshots.linaro.org/member-builds/qcomlt/linux-integration/%s/')
machine_avail = os.environ.get('KERNEL_BUILD_MACHINE_AVAIL', False)