Setting a relevant test timeout is hard as we've no idea how many other
test jobs are running.
We have another two timeouts already:
1) The CI job timeut setting in the GitLab runner
2) The LAVA test job timeout
Signed-off-by: Chris Paterson <chris.paterson2@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
The Arm64 defconfig creates a huge image and an even larger modules
archive.
Both the build and test takes a long time, and CIP don't officially
support this configuration.
Also remove shmobile_defconfig as we're essentially building/testing the
same already.
Signed-off-by: Chris Paterson <chris.paterson2@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
This will allow tests to run as soon as the corresponding build job is
complete.
This will help spread the load on the test infrastructure and save time.
Signed-off-by: Chris Paterson <chris.paterson2@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
Due to the number of jobs we're running we're beginning to see a backlog of
tests in the LAVA lab. Increasing the timeout to handle this delay.
Signed-off-by: Chris Paterson <chris.paterson2@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
Also update to use new linux-cip-ci repository location.
Support for real-time will be added later.
Signed-off-by: Chris Paterson <chris.paterson2@renesas.com>
Signed-off-by: Pavel Machek <pavel@denx.de>
The main aim of this update is to add support for more build
architectures.
In addition, we need to include a fix so that builds using Kernel
configs from cip-kernel-config will work again, after changes to the
directory structure caused us problems.
Signed-off-by: Chris Paterson <chris.paterson2@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
This is configured to build and test the following configurations:
* BUILD_ARCH: arm
* CONFIG: renesas_shmobile_defconfig
* CONFIG_LOC: cip-kernel-config
* DEVICES: r8a7743-iwg20d-q7 r8a7745-iwg22d-sodimm
* DTBS: r8a7743-iwg20d-q7-dbcm-ca.dtb r8a7745-iwg22d-sodimm-dbhd-ca.dtb
* BUILD_ARCH: arm64
* CONFIG: renesas_defconfig
* CONFIG_LOC: cip-kernel-config
* DEVICES: r8a774c0-ek874
* DTBS: r8a774c0-ek874.dtb
* BUILD_ARCH: arm
* CONFIG: shmobile_defconfig
* CONFIG_LOC: intree
* DEVICES: r8a7743-iwg20d-q7 r8a7745-iwg22d-sodimm
* DTBS: r8a7743-iwg20d-q7-dbcm-ca.dtb r8a7745-iwg22d-sodimm-dbhd-ca.dtb
Over time support will be added for all CIP supported architectures and
configurations.
At the moment only simple boot tests are run. Real tests will be added in
the future
Signed-off-by: Chris Paterson <chris.paterson2@renesas.com>
Signed-off-by: Pavel Machek <pavel@denx.de>