drivers/gpu/drm/ci/test.yml

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/ci/test.yml

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/ci/test.yml
Extension
.yml
Size
9794 bytes
Lines
483
Domain
Driver Families
Bucket
drivers/gpu
Inferred role
Driver Families: configuration, schema, or hardware description
Status
atlas-only

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

.allow_failure_lockdep:
  variables:
    FF_USE_NEW_BASH_EVAL_STRATEGY: 'true'
  allow_failure:
    exit_codes:
      - 101

.lava-test:
  extends:
    - .build-rules
    - .allow_failure_lockdep
  timeout: "1h30m"
  rules:
    - !reference [.scheduled_pipeline-rules, rules]
    - !reference [.collabora-farm-rules, rules]
    - when: on_success
  before_script:
    #  lava-submit.sh is a part of the archive, unlike Mesa CI
    - eval "$S3_JWT_FILE_SCRIPT"
  script:
    # Note: Build dir (and thus install) may be dirty due to GIT_STRATEGY
    - rm -rf install
    - tar -xf artifacts/install.tar
    - mv -n install/* artifacts/.
    # Override it with our lava-submit.sh script
    - ./artifacts/lava-submit.sh

.lava-igt:arm32:
  extends:
    - .lava-arm32-test-gl
  variables:
    HWCI_TEST_SCRIPT: "/install/igt_runner.sh"
    DEBIAN_ARCH: "armhf"
    FARM: collabora
  dependencies:
    - testing:arm32
  needs:
    - debian/arm32_test-gl
    - testing:arm32
    - igt:arm32

.lava-igt:arm64:
  extends:
    - .lava-arm64-test-gl
  variables:
    HWCI_TEST_SCRIPT: "/install/igt_runner.sh"
    DEBIAN_ARCH: "arm64"
    FARM: collabora
  dependencies:
    - testing:arm64
  needs:
    - debian/arm64_test-gl
    - testing:arm64
    - igt:arm64

.lava-igt:x86_64:
  extends:
    - .lava-x86_64-test-gl
  variables:
    HWCI_TEST_SCRIPT: "/install/igt_runner.sh"
    DEBIAN_ARCH: "amd64"
    FARM: collabora
  dependencies:
    - testing:x86_64
  needs:
    - debian/x86_64_test-gl
    - testing:x86_64
    - igt:x86_64

.software-driver:

Annotation

Implementation Notes