aboutsummaryrefslogtreecommitdiff
path: root/kernel-testing-configs
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2019-03-28 18:27:03 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2019-03-28 12:57:56 +0000
commit797a204245303b41d8cef292100247e0f8277972 (patch)
tree21e825572c633f057da536e9014ff482e7e73dc2 /kernel-testing-configs
parentc6da1acced801d7bdd848040d9dd44e1c55b98e6 (diff)
kernel-testing-configs: generic: restrict to using git protocol
Change-Id: I1863e4e2b617c5f98f1126e2a10a0517f6c8b639 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'kernel-testing-configs')
-rw-r--r--kernel-testing-configs/templates/generic.yaml5
-rw-r--r--kernel-testing-configs/test-params/test-kernel-ci-project-4.141
2 files changed, 3 insertions, 3 deletions
diff --git a/kernel-testing-configs/templates/generic.yaml b/kernel-testing-configs/templates/generic.yaml
index 363f7a31..d2c5a2b1 100644
--- a/kernel-testing-configs/templates/generic.yaml
+++ b/kernel-testing-configs/templates/generic.yaml
@@ -141,9 +141,10 @@
esac
# Convert Git repo to Bitbake's Git URI format
- kernel_repo=$(echo ${KERNEL_REPO} | sed -e 's#\(ssh://\|https\?://\)#git://#')
+ # kernel_repo=$(echo ${KERNEL_REPO} | sed -e 's#\(ssh://\|https\?://\)#git://#')
# Determine Git connection protocol to use
- kernel_protocol=$(echo ${KERNEL_REPO} | grep -o '.*://' | sed -e 's#://##')
+ # kernel_protocol=$(echo ${KERNEL_REPO} | grep -o '.*://' | sed -e 's#://##')
+ kernel_protocol = git
pwd
cat << EOF > ${WORKSPACE}/custom-kernel-info.inc.tmp
diff --git a/kernel-testing-configs/test-params/test-kernel-ci-project-4.14 b/kernel-testing-configs/test-params/test-kernel-ci-project-4.14
index c75137fe..451462b0 100644
--- a/kernel-testing-configs/test-params/test-kernel-ci-project-4.14
+++ b/kernel-testing-configs/test-params/test-kernel-ci-project-4.14
@@ -2,4 +2,3 @@ KERNEL_BRANCH=android-hikey-linaro-4.14
KERNEL_REPO=https://android.googlesource.com/kernel/hikey-linaro
DUT=hikey
EMAIL_ADDRESS=vishal.bhoj@linaro.org
-