All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH 00/11] Run CI on Qualcomm devices
@ 2022-03-09  7:42 Tomeu Vizoso
  2022-03-09  7:42 ` [igt-dev] [PATCH 01/11] ci: Move containers from Buster to Bullseye Tomeu Vizoso
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Tomeu Vizoso @ 2022-03-09  7:42 UTC (permalink / raw)
  To: Development mailing list for IGT GPU Tools; +Cc: Tomeu Vizoso

Run a bunch of KMS and GPU tests on Qualcomm devices. The pipeline will
fail if there is any regression.

With these changes, it should be fairly trivial to add testing on other
KMS and GPU drivers.

Regards,

Tomeu

Tomeu Vizoso (11):
  ci: Move containers from Buster to Bullseye
  ci: Move files to ci/ subdir
  ci: Add dependencies between jobs
  ci: Install ci-templates in Debian container
  ci: Install ci-templates in arm64 container
  ci: Install lavacli in Debian container
  ci: Add wget to Debian container
  ci: Setup JWT token to use with MinIO
  ci: Upload build tarball to MinIO
  ci: Add files from Mesa required to submit jobs to LAVA
  ci: Add job for testing changes to tests in Qualcomm devices

 .gitlab-ci.yml                                | 129 +++++-
 Dockerfile => ci/Dockerfile                   |   0
 .../Dockerfile.build-debian                   |  10 +-
 .../Dockerfile.build-debian-arm64             |   8 +-
 .../Dockerfile.build-debian-armhf             |   2 +-
 .../Dockerfile.build-debian-minimal           |   2 +-
 .../Dockerfile.build-debian-mips              |   4 +-
 .../Dockerfile.build-fedora                   |   0
 ci/ci-common/capture-devcoredump.sh           |  14 +
 ci/ci-common/generate-env.sh                  | 112 ++++++
 ci/ci-common/init-stage1.sh                   |  22 +
 ci/ci-common/init-stage2.sh                   |  78 ++++
 ci/lava/lava-submit.sh                        |  38 ++
 ci/lava/lava_job_submitter.py                 | 380 ++++++++++++++++++
 .../meson-cross-arm64.txt                     |   0
 .../meson-cross-armhf.txt                     |   0
 .../meson-cross-mips.txt                      |   0
 ci/msm_results.txt                            |  97 +++++
 ci/msm_tests.txt                              |  14 +
 ci/run_tests.sh                               |  87 ++++
 20 files changed, 980 insertions(+), 17 deletions(-)
 rename Dockerfile => ci/Dockerfile (100%)
 rename Dockerfile.build-debian => ci/Dockerfile.build-debian (60%)
 rename Dockerfile.build-debian-arm64 => ci/Dockerfile.build-debian-arm64 (79%)
 rename Dockerfile.build-debian-armhf => ci/Dockerfile.build-debian-armhf (97%)
 rename Dockerfile.build-debian-minimal => ci/Dockerfile.build-debian-minimal (94%)
 rename Dockerfile.build-debian-mips => ci/Dockerfile.build-debian-mips (86%)
 rename Dockerfile.build-fedora => ci/Dockerfile.build-fedora (100%)
 create mode 100755 ci/ci-common/capture-devcoredump.sh
 create mode 100755 ci/ci-common/generate-env.sh
 create mode 100755 ci/ci-common/init-stage1.sh
 create mode 100755 ci/ci-common/init-stage2.sh
 create mode 100755 ci/lava/lava-submit.sh
 create mode 100755 ci/lava/lava_job_submitter.py
 rename meson-cross-arm64.txt => ci/meson-cross-arm64.txt (100%)
 rename meson-cross-armhf.txt => ci/meson-cross-armhf.txt (100%)
 rename meson-cross-mips.txt => ci/meson-cross-mips.txt (100%)
 create mode 100644 ci/msm_results.txt
 create mode 100644 ci/msm_tests.txt
 create mode 100755 ci/run_tests.sh

-- 
2.31.1

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2022-03-09 20:12 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-09  7:42 [igt-dev] [PATCH 00/11] Run CI on Qualcomm devices Tomeu Vizoso
2022-03-09  7:42 ` [igt-dev] [PATCH 01/11] ci: Move containers from Buster to Bullseye Tomeu Vizoso
2022-03-09  7:42 ` [igt-dev] [PATCH 02/11] ci: Move files to ci/ subdir Tomeu Vizoso
2022-03-09  7:42 ` [igt-dev] [PATCH 03/11] ci: Add dependencies between jobs Tomeu Vizoso
2022-03-09  7:42 ` [igt-dev] [PATCH 04/11] ci: Install ci-templates in Debian container Tomeu Vizoso
2022-03-09  7:42 ` [igt-dev] [PATCH 05/11] ci: Install ci-templates in arm64 container Tomeu Vizoso
2022-03-09  7:42 ` [igt-dev] [PATCH 06/11] ci: Install lavacli in Debian container Tomeu Vizoso
2022-03-09  7:42 ` [igt-dev] [PATCH 07/11] ci: Add wget to " Tomeu Vizoso
2022-03-09  7:42 ` [igt-dev] [PATCH 08/11] ci: Setup JWT token to use with MinIO Tomeu Vizoso
2022-03-09  7:42 ` [igt-dev] [PATCH 09/11] ci: Upload build tarball to MinIO Tomeu Vizoso
2022-03-09  7:42 ` [igt-dev] [PATCH 10/11] ci: Add files from Mesa required to submit jobs to LAVA Tomeu Vizoso
2022-03-09  7:42 ` [igt-dev] [PATCH 11/11] ci: Add job for testing changes to tests in Qualcomm devices Tomeu Vizoso
2022-03-09 11:28 ` [igt-dev] ✗ GitLab.Pipeline: warning for Run CI on " Patchwork
2022-03-09 12:01 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2022-03-09 20:12 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.