[PATCH linux-4.4.y-cip 2/3] gitlab-ci: Remove unofficial build configurations


Chris Paterson
 

We should concentrate our testing on the offical configurations.
We're essentially testing shmobile_defconfig anyway.

Signed-off-by: Chris Paterson <chris.paterson2@...>
---
.gitlab-ci.yml | 35 -----------------------------------
1 file changed, 35 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 73cea6bbce89..3ec65a007646 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -278,38 +278,3 @@ build:x86_toshiba_defconfig:
when: always
paths:
- output
-
-########################
-# Extra configurations #
-########################
-build:arm_shmobile_defconfig:
- stage: build
- image: registry.gitlab.com/cip-project/cip-testing/linux-cip-ci:build-$DOCKER_IMAGE_TAG
- variables:
- BUILD_ARCH: arm
- CONFIG: shmobile_defconfig
- CONFIG_LOC: intree
- DEVICES: r8a7743-iwg20d-q7 r8a7745-iwg22d-sodimm r8a77470-iwg23s-sbc
- DTBS: r8a7743-iwg20d-q7-dbcm-ca.dtb r8a7745-iwg22d-sodimm-dbhd-ca.dtb r8a77470-iwg23s-sbc.dtb
- script:
- - /opt/build_kernel.sh
- artifacts:
- name: "$CI_JOB_NAME"
- when: always
- paths:
- - output
-
-test:arm_shmobile_defconfig:
- stage: test
- image: registry.gitlab.com/cip-project/cip-testing/linux-cip-ci:test-$DOCKER_IMAGE_TAG
- when: always
- variables:
- GIT_STRATEGY: none
- TEST_TIMEOUT: 60
- script:
- - /opt/submit_tests.sh
- artifacts:
- name: "$CI_JOB_NAME"
- when: always
- paths:
- - output
--
2.17.1

Join cip-dev@lists.cip-project.org to automatically receive all group messages.