aboutsummaryrefslogtreecommitdiff
path: root/lkft-hikey-aosp-4.4.yaml
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2017-07-31 16:17:56 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2017-08-03 11:23:46 +0000
commit47b0b98967703e67fd73790343e66340d55118a1 (patch)
treec5979d84952967c1056825c9f35649f61d233371 /lkft-hikey-aosp-4.4.yaml
parent470effd9b161b8fef05e63f0f6b8c238ba2ec619 (diff)
lkft: change qa-reports project names
The project names for lkft* builds in qa-reports project are a bit confusing at the moment. The proposed change aligns the naming using the following convention: <<kernel repo>>-<<kernel-tree>>[-<<kernel version>>]-<<OS>> kernel repo: - android (for https://android.googlesource.com/kernel/) - linux (for https://git.kernel.org/) - linaro (for https://git.linaro.org/) ... kernel tree: - hikey-linaro (https://android.googlesource.com/kernel/hikey-linaro) - stable (https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/) - stable-rc (https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/) - mainline (https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/) ... kernel version only applies to stable trees: - 4.4 - 4.9 ... OS: - oe (for our OE based userspace) - aosp (for AOSP based userspace) Change-Id: I4cc7253a24aebb399a4f713d98c667863b98b2cf Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
Diffstat (limited to 'lkft-hikey-aosp-4.4.yaml')
-rw-r--r--lkft-hikey-aosp-4.4.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lkft-hikey-aosp-4.4.yaml b/lkft-hikey-aosp-4.4.yaml
index e5bcdf3600..3689c407e9 100644
--- a/lkft-hikey-aosp-4.4.yaml
+++ b/lkft-hikey-aosp-4.4.yaml
@@ -102,7 +102,7 @@
# --lava-server ${LAVA_SERVER} \
# --qa-server ${QA_SERVER} \
# --qa-server-team lkft \
- # --qa-server-project aosp-${KERNEL_BRANCH} \
+ # --qa-server-project android-hikey-linaro-4.4-aosp \
# --git-commit ${QA_BUILD_VERSION} \
# --template-path configs/lkft/lava-job-definitions \
# --template-names template-boot.yaml template-vts-kernel-part1.yaml template-vts-kernel-part2.yaml template-vts-kernel-part3.yaml \
@@ -121,7 +121,7 @@
# --lava-server ${LAVA_SERVER} \
# --qa-server ${QA_SERVER} \
# --qa-server-team lkft \
- # --qa-server-project aosp-${KERNEL_BRANCH} \
+ # --qa-server-project android-hikey-linaro-4.4-aosp \
# --git-commit ${QA_BUILD_VERSION} \
# --template-path configs/lkft/lava-job-definitions \
# --template-names template-cts.yaml \