Compare commits
36 Commits
explicit-s
...
mesa-22.1.
Author | SHA1 | Date | |
---|---|---|---|
|
7c75d83842 | ||
|
b7e08dbc06 | ||
|
f00600e1a3 | ||
|
68b25a57c1 | ||
|
6a69784335 | ||
|
3987237220 | ||
|
a6c2047ea0 | ||
|
8efeb7e3bf | ||
|
9a28aea2a2 | ||
|
30a980fb94 | ||
|
4f031f35fe | ||
|
df6dc532d2 | ||
|
c849ae36e0 | ||
|
b7fe949ab9 | ||
|
445892367a | ||
|
81b10bd0dd | ||
|
24d6489d0d | ||
|
b27d409cfd | ||
|
df84664032 | ||
|
357e3130ad | ||
|
247ecdcc05 | ||
|
72cc88d205 | ||
|
a27af70c1b | ||
|
424c960492 | ||
|
db3e06f76c | ||
|
353330c094 | ||
|
f1168c53ae | ||
|
62b00f70fd | ||
|
ff76add805 | ||
|
f48a3cffe7 | ||
|
a80f8a5ed0 | ||
|
5f5c562f00 | ||
|
653b560413 | ||
|
9a1ca294a8 | ||
|
252a858bc5 | ||
|
c519c37784 |
@@ -1,2 +0,0 @@
|
|||||||
# Vendored code
|
|
||||||
src/amd/vulkan/radix_sort/*
|
|
@@ -1,9 +0,0 @@
|
|||||||
# The following files are opted into `ninja clang-format` and
|
|
||||||
# enforcement in the CI.
|
|
||||||
|
|
||||||
src/gallium/drivers/i915
|
|
||||||
src/gallium/targets/teflon/**/*
|
|
||||||
src/amd/vulkan/**/*
|
|
||||||
src/amd/compiler/**/*
|
|
||||||
src/egl/**/*
|
|
||||||
src/etnaviv/isa/**/*
|
|
@@ -8,7 +8,7 @@ charset = utf-8
|
|||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
tab_width = 8
|
tab_width = 8
|
||||||
|
|
||||||
[*.{c,h,cpp,hpp,cc,hh,y,yy}]
|
[*.{c,h,cpp,hpp,cc,hh}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 3
|
indent_size = 3
|
||||||
max_line_length = 78
|
max_line_length = 78
|
||||||
@@ -16,14 +16,26 @@ max_line_length = 78
|
|||||||
[{Makefile*,*.mk}]
|
[{Makefile*,*.mk}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
||||||
[*.py]
|
[{*.py,SCons*}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
|
[*.pl]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
|
[*.m4]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
[*.yml]
|
[*.yml]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
[*.html]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
[*.rst]
|
[*.rst]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 3
|
indent_size = 3
|
||||||
@@ -34,11 +46,3 @@ trim_trailing_whitespace = false
|
|||||||
[{meson.build,meson_options.txt}]
|
[{meson.build,meson_options.txt}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
[*.ps1]
|
|
||||||
indent_style = space
|
|
||||||
indent_size = 2
|
|
||||||
|
|
||||||
[*.rs]
|
|
||||||
indent_style = space
|
|
||||||
indent_size = 4
|
|
||||||
|
@@ -1,67 +0,0 @@
|
|||||||
# List of commits to ignore when using `git blame`.
|
|
||||||
# Enable with:
|
|
||||||
# git config blame.ignoreRevsFile .git-blame-ignore-revs
|
|
||||||
#
|
|
||||||
# Per git-blame(1):
|
|
||||||
# Ignore revisions listed in the file, one unabbreviated object name
|
|
||||||
# per line, in git-blame. Whitespace and comments beginning with # are
|
|
||||||
# ignored.
|
|
||||||
#
|
|
||||||
# Please keep these in chronological order :)
|
|
||||||
#
|
|
||||||
# You can add a new commit with the following command:
|
|
||||||
# git log -1 --pretty=format:'%n# %s%n%H%n' >> .git-blame-ignore-revs $COMMIT
|
|
||||||
|
|
||||||
# pvr: Fix clang-format error.
|
|
||||||
0ad5b0a74ef73f5fcbe1406ad9d57fe5dc00a5b1
|
|
||||||
|
|
||||||
# panfrost: Fix up some formatting for clang-format
|
|
||||||
a4705afe63412498d13ded73cba969c66be67907
|
|
||||||
|
|
||||||
# asahi: clang-format the world again
|
|
||||||
26c51bb8d8a33098b1990425a391f56ffba5728c
|
|
||||||
|
|
||||||
# perfetto: Add a .clang-format for the directory.
|
|
||||||
da78d5d729b1800136dd713b68492cb339993f4a
|
|
||||||
|
|
||||||
# panfrost/winsys: Clang-format
|
|
||||||
c90f036516a5376002be6550a917e8bad6a8a3b8
|
|
||||||
|
|
||||||
# panfrost: Re-run clang-format
|
|
||||||
4ccf174009af6732cbffa5d8ebb4687da7517505
|
|
||||||
|
|
||||||
# panvk: Clang-format
|
|
||||||
c7bf3b69ebc8f2252dbf724a4de638e6bb2ac402
|
|
||||||
|
|
||||||
# pan/mdg: Fix icky formatting
|
|
||||||
133af0d6c945d3aaca8989edd15283a2b7dcc6c7
|
|
||||||
|
|
||||||
# mapi: clang-format _glapi_add_dispatch()
|
|
||||||
30332529663268a6406e910848e906e725e6fda7
|
|
||||||
|
|
||||||
# radv: reformat according to its .clang-format
|
|
||||||
8b319c6db8bd93603b18bd783eb75225fcfd51b7
|
|
||||||
|
|
||||||
# aco: reformat according to its .clang-format
|
|
||||||
6b21653ab4d3a67e711fe10e3d403128b6d26eb2
|
|
||||||
|
|
||||||
# egl: re-format using clang-format
|
|
||||||
2f670d89db038d5a29f6b72732fd7ad63dfaf4c6
|
|
||||||
|
|
||||||
# panfrost: clang-format the tree
|
|
||||||
0afd691f29683f6e9dde60f79eca094373521806
|
|
||||||
|
|
||||||
# aco: Format.
|
|
||||||
1e2639026fec7069806449f9ba2a124ce4eb5569
|
|
||||||
|
|
||||||
# radv: Format.
|
|
||||||
59c501ca353f8ec9d2717c98af2bfa1a1dbf4d75
|
|
||||||
|
|
||||||
# pvr: clang-format fixes
|
|
||||||
953c04ebd39c52d457301bdd8ac803949001da2d
|
|
||||||
|
|
||||||
# freedreno: Re-indent
|
|
||||||
2d439343ea1aee146d4ce32800992cd389bd505d
|
|
||||||
|
|
||||||
# ir3: Reformat source with clang-format
|
|
||||||
177138d8cb0b4f6a42ef0a1f8593e14d79f17c54
|
|
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -4,4 +4,3 @@
|
|||||||
*.png binary
|
*.png binary
|
||||||
*.gif binary
|
*.gif binary
|
||||||
*.ico binary
|
*.ico binary
|
||||||
*.cl gitlab-language=c
|
|
||||||
|
60
.github/workflows/macos.yml
vendored
60
.github/workflows/macos.yml
vendored
@@ -1,60 +0,0 @@
|
|||||||
name: macOS-CI
|
|
||||||
on: push
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
macOS-CI:
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
glx_option: ['dri', 'xlib']
|
|
||||||
runs-on: macos-11
|
|
||||||
env:
|
|
||||||
GALLIUM_DUMP_CPU: true
|
|
||||||
MESON_EXEC: /Users/runner/Library/Python/3.11/bin/meson
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
- name: Install Dependencies
|
|
||||||
run: |
|
|
||||||
cat > Brewfile <<EOL
|
|
||||||
brew "bison"
|
|
||||||
brew "expat"
|
|
||||||
brew "gettext"
|
|
||||||
brew "libx11"
|
|
||||||
brew "libxcb"
|
|
||||||
brew "libxdamage"
|
|
||||||
brew "libxext"
|
|
||||||
brew "molten-vk"
|
|
||||||
brew "ninja"
|
|
||||||
brew "pkg-config"
|
|
||||||
brew "python@3.10"
|
|
||||||
EOL
|
|
||||||
|
|
||||||
brew update
|
|
||||||
brew bundle --verbose
|
|
||||||
- name: Install Mako and meson
|
|
||||||
run: pip3 install --user mako meson
|
|
||||||
- name: Configure
|
|
||||||
run: |
|
|
||||||
cat > native_config <<EOL
|
|
||||||
[binaries]
|
|
||||||
llvm-config = '/usr/local/opt/llvm/bin/llvm-config'
|
|
||||||
EOL
|
|
||||||
$MESON_EXEC . build --native-file=native_config -Dmoltenvk-dir=$(brew --prefix molten-vk) -Dbuild-tests=true -Dosmesa=true -Dgallium-drivers=swrast,zink -Dglx=${{ matrix.glx_option }}
|
|
||||||
- name: Build
|
|
||||||
run: $MESON_EXEC compile -C build
|
|
||||||
- name: Test
|
|
||||||
run: $MESON_EXEC test -C build --print-errorlogs
|
|
||||||
- name: Install
|
|
||||||
run: $MESON_EXEC install -C build --destdir $PWD/install
|
|
||||||
- name: 'Upload Artifact'
|
|
||||||
if: always()
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: macos-${{ matrix.glx_option }}-result
|
|
||||||
path: |
|
|
||||||
build/meson-logs/
|
|
||||||
install/
|
|
||||||
retention-days: 5
|
|
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,6 +1,4 @@
|
|||||||
.vscode*
|
|
||||||
*.pyc
|
*.pyc
|
||||||
*.pyo
|
*.pyo
|
||||||
*.out
|
*.out
|
||||||
/build
|
build
|
||||||
.venv/
|
|
||||||
|
439
.gitlab-ci.yml
439
.gitlab-ci.yml
@@ -1,71 +1,6 @@
|
|||||||
# Types of CI pipelines:
|
|
||||||
# | pipeline name | context | description |
|
|
||||||
# |----------------------|-----------|-------------------------------------------------------------|
|
|
||||||
# | merge pipeline | mesa/mesa | pipeline running for an MR; if it passes the MR gets merged |
|
|
||||||
# | pre-merge pipeline | mesa/mesa | same as above, except its status doesn't affect the MR |
|
|
||||||
# | post-merge pipeline | mesa/mesa | pipeline immediately after merging |
|
|
||||||
# | fork pipeline | fork | pipeline running in a user fork |
|
|
||||||
# | scheduled pipeline | mesa/mesa | nightly pipelines, running every morning at 4am UTC |
|
|
||||||
# | direct-push pipeline | mesa/mesa | when commits are pushed directly to mesa/mesa, bypassing Marge and its gating pipeline |
|
|
||||||
#
|
|
||||||
# Note that the release branches maintained by the release manager fall under
|
|
||||||
# the "direct push" category.
|
|
||||||
#
|
|
||||||
# "context" indicates the permissions that the jobs get; notably, any
|
|
||||||
# container created in mesa/mesa gets pushed immediately for everyone to use
|
|
||||||
# as soon as the image tag change is merged.
|
|
||||||
#
|
|
||||||
# Merge pipelines contain all jobs that must pass before the MR can be merged.
|
|
||||||
# Pre-merge pipelines contain the exact same jobs as merge pipelines.
|
|
||||||
# Post-merge pipelines contain *only* the `pages` job that deploys the new
|
|
||||||
# version of the website.
|
|
||||||
# Fork pipelines contain everything.
|
|
||||||
# Scheduled pipelines only contain the container+build jobs, and some extra
|
|
||||||
# test jobs (typically "full" variants of pre-merge jobs that only run 1/X
|
|
||||||
# test cases), but not a repeat of the merge pipeline jobs.
|
|
||||||
# Direct-push pipelines contain the same jobs as merge pipelines.
|
|
||||||
|
|
||||||
workflow:
|
|
||||||
rules:
|
|
||||||
# do not duplicate pipelines on merge pipelines
|
|
||||||
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_PIPELINE_SOURCE == "push"
|
|
||||||
when: never
|
|
||||||
# merge pipeline
|
|
||||||
- if: &is-merge-attempt $GITLAB_USER_LOGIN == "marge-bot" && $CI_PIPELINE_SOURCE == "merge_request_event"
|
|
||||||
variables:
|
|
||||||
KERNEL_IMAGE_BASE: https://${S3_HOST}/mesa-lava/${KERNEL_REPO}/${KERNEL_TAG}
|
|
||||||
MESA_CI_PERFORMANCE_ENABLED: 1
|
|
||||||
VALVE_INFRA_VANGOGH_JOB_PRIORITY: "" # Empty tags are ignored by gitlab
|
|
||||||
# post-merge pipeline
|
|
||||||
- if: &is-post-merge $GITLAB_USER_LOGIN == "marge-bot" && $CI_PIPELINE_SOURCE == "push"
|
|
||||||
# nightly pipeline
|
|
||||||
- if: &is-scheduled-pipeline $CI_PIPELINE_SOURCE == "schedule"
|
|
||||||
variables:
|
|
||||||
KERNEL_IMAGE_BASE: https://${S3_HOST}/mesa-lava/${KERNEL_REPO}/${KERNEL_TAG}
|
|
||||||
JOB_PRIORITY: 50
|
|
||||||
VALVE_INFRA_VANGOGH_JOB_PRIORITY: priority:low
|
|
||||||
# pipeline for direct pushes that bypassed the CI
|
|
||||||
- if: &is-direct-push $CI_PROJECT_NAMESPACE == "mesa" && $CI_PIPELINE_SOURCE == "push" && $GITLAB_USER_LOGIN != "marge-bot"
|
|
||||||
variables:
|
|
||||||
KERNEL_IMAGE_BASE: https://${S3_HOST}/mesa-lava/${KERNEL_REPO}/${KERNEL_TAG}
|
|
||||||
JOB_PRIORITY: 40
|
|
||||||
VALVE_INFRA_VANGOGH_JOB_PRIORITY: priority:low
|
|
||||||
# pre-merge or fork pipeline
|
|
||||||
- if: $FORCE_KERNEL_TAG != null
|
|
||||||
variables:
|
|
||||||
KERNEL_IMAGE_BASE: https://${S3_HOST}/mesa-lava/${KERNEL_REPO}/${FORCE_KERNEL_TAG}
|
|
||||||
JOB_PRIORITY: 50
|
|
||||||
VALVE_INFRA_VANGOGH_JOB_PRIORITY: priority:low
|
|
||||||
- if: $FORCE_KERNEL_TAG == null
|
|
||||||
variables:
|
|
||||||
KERNEL_IMAGE_BASE: https://${S3_HOST}/mesa-lava/${KERNEL_REPO}/${KERNEL_TAG}
|
|
||||||
JOB_PRIORITY: 50
|
|
||||||
VALVE_INFRA_VANGOGH_JOB_PRIORITY: priority:low
|
|
||||||
|
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
FDO_UPSTREAM_REPO: mesa/mesa
|
FDO_UPSTREAM_REPO: mesa/mesa
|
||||||
MESA_TEMPLATES_COMMIT: &ci-templates-commit d5aa3941aa03c2f716595116354fb81eb8012acb
|
MESA_TEMPLATES_COMMIT: &ci-templates-commit 290b79e0e78eab67a83766f4e9691be554fc4afd
|
||||||
CI_PRE_CLONE_SCRIPT: |-
|
CI_PRE_CLONE_SCRIPT: |-
|
||||||
set -o xtrace
|
set -o xtrace
|
||||||
wget -q -O download-git-cache.sh ${CI_PROJECT_URL}/-/raw/${CI_COMMIT_SHA}/.gitlab-ci/download-git-cache.sh
|
wget -q -O download-git-cache.sh ${CI_PROJECT_URL}/-/raw/${CI_COMMIT_SHA}/.gitlab-ci/download-git-cache.sh
|
||||||
@@ -73,34 +8,26 @@ variables:
|
|||||||
rm download-git-cache.sh
|
rm download-git-cache.sh
|
||||||
set +o xtrace
|
set +o xtrace
|
||||||
CI_JOB_JWT_FILE: /minio_jwt
|
CI_JOB_JWT_FILE: /minio_jwt
|
||||||
S3_HOST: s3.freedesktop.org
|
MINIO_HOST: minio-packet.freedesktop.org
|
||||||
# per-pipeline artifact storage on MinIO
|
# per-pipeline artifact storage on MinIO
|
||||||
PIPELINE_ARTIFACTS_BASE: ${S3_HOST}/artifacts/${CI_PROJECT_PATH}/${CI_PIPELINE_ID}
|
PIPELINE_ARTIFACTS_BASE: ${MINIO_HOST}/artifacts/${CI_PROJECT_PATH}/${CI_PIPELINE_ID}
|
||||||
# per-job artifact storage on MinIO
|
# per-job artifact storage on MinIO
|
||||||
JOB_ARTIFACTS_BASE: ${PIPELINE_ARTIFACTS_BASE}/${CI_JOB_ID}
|
JOB_ARTIFACTS_BASE: ${PIPELINE_ARTIFACTS_BASE}/${CI_JOB_ID}
|
||||||
# reference images stored for traces
|
# reference images stored for traces
|
||||||
PIGLIT_REPLAY_REFERENCE_IMAGES_BASE: "${S3_HOST}/mesa-tracie-results/$FDO_UPSTREAM_REPO"
|
PIGLIT_REPLAY_REFERENCE_IMAGES_BASE: "${MINIO_HOST}/mesa-tracie-results/$FDO_UPSTREAM_REPO"
|
||||||
# For individual CI farm status see .ci-farms folder
|
# Individual CI farm status, set to "offline" to disable jobs
|
||||||
# Disable farm with `git mv .ci-farms{,-disabled}/$farm_name`
|
# running on a particular CI farm (ie. for outages, etc):
|
||||||
# Re-enable farm with `git mv .ci-farms{-disabled,}/$farm_name`
|
FD_FARM: "online"
|
||||||
# NEVER MIX FARM MAINTENANCE WITH ANY OTHER CHANGE IN THE SAME MERGE REQUEST!
|
COLLABORA_FARM: "online"
|
||||||
ARTIFACTS_BASE_URL: https://${CI_PROJECT_ROOT_NAMESPACE}.${CI_PAGES_DOMAIN}/-/${CI_PROJECT_NAME}/-/jobs/${CI_JOB_ID}/artifacts
|
|
||||||
# Python scripts for structured logger
|
|
||||||
PYTHONPATH: "$PYTHONPATH:$CI_PROJECT_DIR/install"
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
before_script:
|
before_script:
|
||||||
- >
|
- echo -e "\e[0Ksection_start:$(date +%s):unset_env_vars_section[collapsed=true]\r\e[0KUnsetting vulnerable environment variables"
|
||||||
export SCRIPTS_DIR=$(mktemp -d) &&
|
- echo -n "${CI_JOB_JWT}" > "${CI_JOB_JWT_FILE}"
|
||||||
curl -L -s --retry 4 -f --retry-all-errors --retry-delay 60 -O --output-dir "${SCRIPTS_DIR}" "${CI_PROJECT_URL}/-/raw/${CI_COMMIT_SHA}/.gitlab-ci/setup-test-env.sh" &&
|
- unset CI_JOB_JWT
|
||||||
. ${SCRIPTS_DIR}/setup-test-env.sh &&
|
- echo -e "\e[0Ksection_end:$(date +%s):unset_env_vars_section\r\e[0K"
|
||||||
echo -n "${CI_JOB_JWT}" > "${CI_JOB_JWT_FILE}" &&
|
|
||||||
unset CI_JOB_JWT # Unsetting vulnerable env variables
|
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
# Work around https://gitlab.com/gitlab-org/gitlab/-/issues/20338
|
|
||||||
- find -name '*.log' -exec mv {} {}.txt \;
|
|
||||||
|
|
||||||
- >
|
- >
|
||||||
set +x
|
set +x
|
||||||
|
|
||||||
@@ -108,20 +35,41 @@ default:
|
|||||||
export CI_JOB_JWT="$(<${CI_JOB_JWT_FILE})" &&
|
export CI_JOB_JWT="$(<${CI_JOB_JWT_FILE})" &&
|
||||||
rm "${CI_JOB_JWT_FILE}"
|
rm "${CI_JOB_JWT_FILE}"
|
||||||
|
|
||||||
# Retry when job fails. Failed jobs can be found in the Mesa CI Daily Reports:
|
include:
|
||||||
# https://gitlab.freedesktop.org/mesa/mesa/-/issues/?sort=created_date&state=opened&label_name%5B%5D=CI%20daily
|
- project: 'freedesktop/ci-templates'
|
||||||
retry:
|
ref: 34f4ade99434043f88e164933f570301fd18b125
|
||||||
max: 1
|
file:
|
||||||
# Ignore runner_unsupported, stale_schedule, archived_failure, or
|
- '/templates/ci-fairy.yml'
|
||||||
# unmet_prerequisites
|
- project: 'freedesktop/ci-templates'
|
||||||
when:
|
ref: *ci-templates-commit
|
||||||
- api_failure
|
file:
|
||||||
- runner_system_failure
|
- '/templates/debian.yml'
|
||||||
- script_failure
|
- '/templates/fedora.yml'
|
||||||
- job_execution_timeout
|
- local: '.gitlab-ci/image-tags.yml'
|
||||||
- scheduler_failure
|
- local: '.gitlab-ci/lava/lava-gitlab-ci.yml'
|
||||||
- data_integrity_failure
|
- local: '.gitlab-ci/container/gitlab-ci.yml'
|
||||||
- unknown_failure
|
- local: '.gitlab-ci/build/gitlab-ci.yml'
|
||||||
|
- local: '.gitlab-ci/test/gitlab-ci.yml'
|
||||||
|
- local: '.gitlab-ci/test-source-dep.yml'
|
||||||
|
- local: 'src/amd/ci/gitlab-ci.yml'
|
||||||
|
- local: 'src/broadcom/ci/gitlab-ci.yml'
|
||||||
|
- local: 'src/etnaviv/ci/gitlab-ci.yml'
|
||||||
|
- local: 'src/freedreno/ci/gitlab-ci.yml'
|
||||||
|
- local: 'src/gallium/drivers/crocus/ci/gitlab-ci.yml'
|
||||||
|
- local: 'src/gallium/drivers/d3d12/ci/gitlab-ci.yml'
|
||||||
|
- local: 'src/gallium/drivers/i915/ci/gitlab-ci.yml'
|
||||||
|
- local: 'src/gallium/drivers/iris/ci/gitlab-ci.yml'
|
||||||
|
- local: 'src/gallium/drivers/lima/ci/gitlab-ci.yml'
|
||||||
|
- local: 'src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml'
|
||||||
|
- local: 'src/gallium/drivers/nouveau/ci/gitlab-ci.yml'
|
||||||
|
- local: 'src/gallium/drivers/radeonsi/ci/gitlab-ci.yml'
|
||||||
|
- local: 'src/gallium/drivers/softpipe/ci/gitlab-ci.yml'
|
||||||
|
- local: 'src/gallium/drivers/virgl/ci/gitlab-ci.yml'
|
||||||
|
- local: 'src/gallium/drivers/zink/ci/gitlab-ci.yml'
|
||||||
|
- local: 'src/gallium/frontends/lavapipe/ci/gitlab-ci.yml'
|
||||||
|
- local: 'src/intel/ci/gitlab-ci.yml'
|
||||||
|
- local: 'src/microsoft/ci/gitlab-ci.yml'
|
||||||
|
- local: 'src/panfrost/ci/gitlab-ci.yml'
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- sanity
|
- sanity
|
||||||
@@ -129,7 +77,6 @@ stages:
|
|||||||
- git-archive
|
- git-archive
|
||||||
- build-x86_64
|
- build-x86_64
|
||||||
- build-misc
|
- build-misc
|
||||||
- code-validation
|
|
||||||
- amd
|
- amd
|
||||||
- intel
|
- intel
|
||||||
- nouveau
|
- nouveau
|
||||||
@@ -141,91 +88,123 @@ stages:
|
|||||||
- layered-backends
|
- layered-backends
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
include:
|
# Generic rule to not run the job during scheduled pipelines
|
||||||
- project: 'freedesktop/ci-templates'
|
# ----------------------------------------------------------
|
||||||
ref: 16bc29078de5e0a067ff84a1a199a3760d3b3811
|
.scheduled_pipelines-rules:
|
||||||
file:
|
rules: &ignore_scheduled_pipelines
|
||||||
- '/templates/ci-fairy.yml'
|
if: &is-scheduled-pipeline '$CI_PIPELINE_SOURCE == "schedule"'
|
||||||
- project: 'freedesktop/ci-templates'
|
when: never
|
||||||
ref: *ci-templates-commit
|
|
||||||
file:
|
|
||||||
- '/templates/alpine.yml'
|
|
||||||
- '/templates/debian.yml'
|
|
||||||
- '/templates/fedora.yml'
|
|
||||||
- local: '.gitlab-ci/image-tags.yml'
|
|
||||||
- local: '.gitlab-ci/lava/lava-gitlab-ci.yml'
|
|
||||||
- local: '.gitlab-ci/container/gitlab-ci.yml'
|
|
||||||
- local: '.gitlab-ci/build/gitlab-ci.yml'
|
|
||||||
- local: '.gitlab-ci/test/gitlab-ci.yml'
|
|
||||||
- local: '.gitlab-ci/farm-rules.yml'
|
|
||||||
- local: '.gitlab-ci/test-source-dep.yml'
|
|
||||||
- local: 'docs/gitlab-ci.yml'
|
|
||||||
- local: 'src/**/ci/gitlab-ci.yml'
|
|
||||||
|
|
||||||
|
|
||||||
# YAML anchors for rule conditions
|
# YAML anchors for rule conditions
|
||||||
# --------------------------------
|
# --------------------------------
|
||||||
.rules-anchors:
|
.rules-anchors:
|
||||||
# Pre-merge pipeline
|
|
||||||
- &is-pre-merge '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
|
||||||
|
|
||||||
|
|
||||||
.never-post-merge-rules:
|
|
||||||
rules:
|
rules:
|
||||||
- if: *is-post-merge
|
# Pipeline for forked project branch
|
||||||
when: never
|
- if: &is-forked-branch '$CI_COMMIT_BRANCH && $CI_PROJECT_NAMESPACE != "mesa"'
|
||||||
|
|
||||||
|
|
||||||
.container+build-rules:
|
|
||||||
rules:
|
|
||||||
# Run when re-enabling a disabled farm, but not when disabling it
|
|
||||||
- !reference [.disable-farm-mr-rules, rules]
|
|
||||||
# Never run immediately after merging, as we just ran everything
|
|
||||||
- !reference [.never-post-merge-rules, rules]
|
|
||||||
# Build everything in merge pipelines, if any files affecting the pipeline
|
|
||||||
# were changed
|
|
||||||
- if: *is-merge-attempt
|
|
||||||
changes: &all_paths
|
|
||||||
- VERSION
|
|
||||||
- bin/git_sha1_gen.py
|
|
||||||
- bin/install_megadrivers.py
|
|
||||||
- bin/symbols-check.py
|
|
||||||
# GitLab CI
|
|
||||||
- .gitlab-ci.yml
|
|
||||||
- .gitlab-ci/**/*
|
|
||||||
- .ci-farms/*
|
|
||||||
# Meson
|
|
||||||
- meson*
|
|
||||||
- build-support/**/*
|
|
||||||
- subprojects/**/*
|
|
||||||
# clang format
|
|
||||||
- .clang-format
|
|
||||||
- .clang-format-include
|
|
||||||
- .clang-format-ignore
|
|
||||||
# Source code
|
|
||||||
- include/**/*
|
|
||||||
- src/**/*
|
|
||||||
when: on_success
|
|
||||||
# Same as above, but for pre-merge pipelines
|
|
||||||
- if: *is-pre-merge
|
|
||||||
changes:
|
|
||||||
*all_paths
|
|
||||||
when: manual
|
when: manual
|
||||||
# Skip everything for pre-merge and merge pipelines which don't change
|
# Forked project branch / pre-merge pipeline not for Marge bot
|
||||||
# anything in the build
|
- if: &is-forked-branch-or-pre-merge-not-for-marge '$CI_PROJECT_NAMESPACE != "mesa" || ($GITLAB_USER_LOGIN != "marge-bot" && $CI_PIPELINE_SOURCE == "merge_request_event")'
|
||||||
- if: *is-merge-attempt
|
when: manual
|
||||||
when: never
|
# Pipeline runs for the main branch of the upstream Mesa project
|
||||||
|
- if: &is-mesa-main '$CI_PROJECT_NAMESPACE == "mesa" && $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH && $CI_COMMIT_BRANCH'
|
||||||
|
when: always
|
||||||
|
# Post-merge pipeline
|
||||||
|
- if: &is-post-merge '$CI_PROJECT_NAMESPACE == "mesa" && $CI_COMMIT_BRANCH'
|
||||||
|
when: on_success
|
||||||
|
# Post-merge pipeline, not for Marge Bot
|
||||||
|
- if: &is-post-merge-not-for-marge '$CI_PROJECT_NAMESPACE == "mesa" && $GITLAB_USER_LOGIN != "marge-bot" && $CI_COMMIT_BRANCH'
|
||||||
|
when: on_success
|
||||||
|
# Pre-merge pipeline
|
||||||
|
- if: &is-pre-merge '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
||||||
|
when: on_success
|
||||||
|
# Pre-merge pipeline for Marge Bot
|
||||||
|
- if: &is-pre-merge-for-marge '$GITLAB_USER_LOGIN == "marge-bot" && $CI_PIPELINE_SOURCE == "merge_request_event"'
|
||||||
|
when: on_success
|
||||||
|
|
||||||
|
|
||||||
|
.docs-base:
|
||||||
|
extends:
|
||||||
|
- .fdo.ci-fairy
|
||||||
|
- .ci-run-policy
|
||||||
|
script:
|
||||||
|
- apk --no-cache add graphviz doxygen
|
||||||
|
- pip3 install sphinx breathe mako sphinx_rtd_theme
|
||||||
|
- docs/doxygen-wrapper.py --out-dir=docs/doxygen_xml
|
||||||
|
- sphinx-build -W -b html docs public
|
||||||
|
|
||||||
|
pages:
|
||||||
|
extends: .docs-base
|
||||||
|
stage: deploy
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
|
needs: []
|
||||||
|
rules:
|
||||||
|
- *ignore_scheduled_pipelines
|
||||||
|
- if: *is-mesa-main
|
||||||
|
changes: &docs-or-ci
|
||||||
|
- docs/**/*
|
||||||
|
- .gitlab-ci.yml
|
||||||
|
when: always
|
||||||
|
# Other cases default to never
|
||||||
|
|
||||||
|
test-docs:
|
||||||
|
extends: .docs-base
|
||||||
|
# Cancel job if a newer commit is pushed to the same branch
|
||||||
|
interruptible: true
|
||||||
|
stage: deploy
|
||||||
|
needs: []
|
||||||
|
rules:
|
||||||
|
- *ignore_scheduled_pipelines
|
||||||
|
- if: *is-forked-branch
|
||||||
|
changes: *docs-or-ci
|
||||||
|
when: manual
|
||||||
|
# Other cases default to never
|
||||||
|
|
||||||
|
test-docs-mr:
|
||||||
|
extends:
|
||||||
|
- test-docs
|
||||||
|
needs:
|
||||||
|
- sanity
|
||||||
|
artifacts:
|
||||||
|
expose_as: 'Documentation preview'
|
||||||
|
paths:
|
||||||
|
- public/
|
||||||
|
rules:
|
||||||
- if: *is-pre-merge
|
- if: *is-pre-merge
|
||||||
when: never
|
changes: *docs-or-ci
|
||||||
# Build everything after someone bypassed the CI
|
|
||||||
- if: *is-direct-push
|
|
||||||
when: on_success
|
when: on_success
|
||||||
# Build everything in scheduled pipelines
|
# Other cases default to never
|
||||||
- if: *is-scheduled-pipeline
|
|
||||||
|
# When to automatically run the CI
|
||||||
|
.ci-run-policy:
|
||||||
|
rules:
|
||||||
|
- *ignore_scheduled_pipelines
|
||||||
|
# If any files affecting the pipeline are changed, build/test jobs run
|
||||||
|
# automatically once all dependency jobs have passed
|
||||||
|
- changes: &all_paths
|
||||||
|
- VERSION
|
||||||
|
- bin/git_sha1_gen.py
|
||||||
|
- bin/install_megadrivers.py
|
||||||
|
- bin/meson_get_version.py
|
||||||
|
- bin/symbols-check.py
|
||||||
|
# GitLab CI
|
||||||
|
- .gitlab-ci.yml
|
||||||
|
- .gitlab-ci/**/*
|
||||||
|
# Meson
|
||||||
|
- meson*
|
||||||
|
- build-support/**/*
|
||||||
|
- subprojects/**/*
|
||||||
|
# Source code
|
||||||
|
- include/**/*
|
||||||
|
- src/**/*
|
||||||
when: on_success
|
when: on_success
|
||||||
# Allow building everything in fork pipelines, but build nothing unless
|
# Otherwise, build/test jobs won't run
|
||||||
# manually triggered
|
- when: never
|
||||||
- when: manual
|
retry:
|
||||||
|
max: 2
|
||||||
|
when:
|
||||||
|
- runner_system_failure
|
||||||
|
|
||||||
|
|
||||||
.ci-deqp-artifacts:
|
.ci-deqp-artifacts:
|
||||||
@@ -240,6 +219,38 @@ include:
|
|||||||
- _build/meson-logs/*.txt
|
- _build/meson-logs/*.txt
|
||||||
- _build/meson-logs/strace
|
- _build/meson-logs/strace
|
||||||
|
|
||||||
|
.container-rules:
|
||||||
|
extends:
|
||||||
|
- .ci-run-policy
|
||||||
|
rules:
|
||||||
|
- *ignore_scheduled_pipelines
|
||||||
|
# Run pipeline by default in the main project if any CI pipeline
|
||||||
|
# configuration files were changed, to ensure docker images are up to date
|
||||||
|
- if: *is-post-merge
|
||||||
|
changes:
|
||||||
|
- .gitlab-ci.yml
|
||||||
|
- .gitlab-ci/**/*
|
||||||
|
when: on_success
|
||||||
|
# Run pipeline by default if it was triggered by Marge Bot, is for a
|
||||||
|
# merge request, and any files affecting the pipeline were changed
|
||||||
|
- if: *is-pre-merge-for-marge
|
||||||
|
changes:
|
||||||
|
*all_paths
|
||||||
|
when: on_success
|
||||||
|
# Run pipeline by default in the main project if it was not triggered by
|
||||||
|
# Marge Bot, and any files affecting the pipeline were changed
|
||||||
|
- if: *is-post-merge-not-for-marge
|
||||||
|
changes:
|
||||||
|
*all_paths
|
||||||
|
when: on_success
|
||||||
|
# Allow triggering jobs manually in other cases if any files affecting the
|
||||||
|
# pipeline were changed
|
||||||
|
- changes:
|
||||||
|
*all_paths
|
||||||
|
when: manual
|
||||||
|
# Otherwise, container jobs won't run
|
||||||
|
- when: never
|
||||||
|
|
||||||
# Git archive
|
# Git archive
|
||||||
|
|
||||||
make git archive:
|
make git archive:
|
||||||
@@ -247,19 +258,20 @@ make git archive:
|
|||||||
- .fdo.ci-fairy
|
- .fdo.ci-fairy
|
||||||
stage: git-archive
|
stage: git-archive
|
||||||
rules:
|
rules:
|
||||||
- !reference [.scheduled_pipeline-rules, rules]
|
- if: *is-scheduled-pipeline
|
||||||
|
when: on_success
|
||||||
# ensure we are running on packet
|
# ensure we are running on packet
|
||||||
tags:
|
tags:
|
||||||
- packet.net
|
- packet.net
|
||||||
script:
|
script:
|
||||||
# Compactify the .git directory
|
# Compactify the .git directory
|
||||||
- git gc --aggressive
|
- git gc --aggressive
|
||||||
# Download & cache the perfetto subproject as well.
|
|
||||||
- rm -rf subprojects/perfetto ; mkdir -p subprojects/perfetto && curl https://android.googlesource.com/platform/external/perfetto/+archive/$(grep 'revision =' subprojects/perfetto.wrap | cut -d ' ' -f3).tar.gz | tar zxf - -C subprojects/perfetto
|
|
||||||
# compress the current folder
|
# compress the current folder
|
||||||
- tar -cvzf ../$CI_PROJECT_NAME.tar.gz .
|
- tar -cvzf ../$CI_PROJECT_NAME.tar.gz .
|
||||||
|
|
||||||
- ci-fairy s3cp --token-file "${CI_JOB_JWT_FILE}" ../$CI_PROJECT_NAME.tar.gz https://$S3_HOST/git-cache/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME/$CI_PROJECT_NAME.tar.gz
|
# login with the JWT token file
|
||||||
|
- ci-fairy minio login --token-file "${CI_JOB_JWT_FILE}"
|
||||||
|
- ci-fairy minio cp ../$CI_PROJECT_NAME.tar.gz minio://$MINIO_HOST/git-cache/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME/$CI_PROJECT_NAME.tar.gz
|
||||||
|
|
||||||
|
|
||||||
# Sanity checks of MR settings and commit logs
|
# Sanity checks of MR settings and commit logs
|
||||||
@@ -270,50 +282,45 @@ sanity:
|
|||||||
rules:
|
rules:
|
||||||
- if: *is-pre-merge
|
- if: *is-pre-merge
|
||||||
when: on_success
|
when: on_success
|
||||||
- when: never
|
# Other cases default to never
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: none
|
GIT_STRATEGY: none
|
||||||
script:
|
script:
|
||||||
# ci-fairy check-commits --junit-xml=check-commits.xml
|
# ci-fairy check-commits --junit-xml=check-commits.xml
|
||||||
- ci-fairy check-merge-request --require-allow-collaboration --junit-xml=check-merge-request.xml
|
- ci-fairy check-merge-request --require-allow-collaboration --junit-xml=check-merge-request.xml
|
||||||
- |
|
|
||||||
set -eu
|
|
||||||
image_tags=(
|
|
||||||
DEBIAN_BASE_TAG
|
|
||||||
DEBIAN_BUILD_TAG
|
|
||||||
DEBIAN_X86_64_TEST_ANDROID_TAG
|
|
||||||
DEBIAN_X86_64_TEST_GL_TAG
|
|
||||||
DEBIAN_X86_64_TEST_VK_TAG
|
|
||||||
ALPINE_X86_64_BUILD_TAG
|
|
||||||
ALPINE_X86_64_LAVA_SSH_TAG
|
|
||||||
FEDORA_X86_64_BUILD_TAG
|
|
||||||
KERNEL_ROOTFS_TAG
|
|
||||||
KERNEL_TAG
|
|
||||||
PKG_REPO_REV
|
|
||||||
WINDOWS_X64_MSVC_TAG
|
|
||||||
WINDOWS_X64_BUILD_TAG
|
|
||||||
WINDOWS_X64_TEST_TAG
|
|
||||||
)
|
|
||||||
for var in "${image_tags[@]}"
|
|
||||||
do
|
|
||||||
if [ "$(echo -n "${!var}" | wc -c)" -gt 20 ]
|
|
||||||
then
|
|
||||||
echo "$var is too long; please make sure it is at most 20 chars."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
artifacts:
|
artifacts:
|
||||||
when: on_failure
|
when: on_failure
|
||||||
reports:
|
reports:
|
||||||
junit: check-*.xml
|
junit: check-*.xml
|
||||||
tags:
|
|
||||||
- placeholder-job
|
|
||||||
|
|
||||||
|
# Rules for tests that should not be present in MRs or the main
|
||||||
|
# project's pipeline (don't block marge or report red on
|
||||||
|
# mesa/mesa main) but should be present on pipelines in personal
|
||||||
|
# branches (so you can opt in to running the flaky test when you want
|
||||||
|
# to).
|
||||||
|
.test-manual:
|
||||||
|
rules:
|
||||||
|
- *ignore_scheduled_pipelines
|
||||||
|
- if: *is-forked-branch
|
||||||
|
changes:
|
||||||
|
*all_paths
|
||||||
|
when: manual
|
||||||
|
- when: never
|
||||||
|
variables:
|
||||||
|
GIT_STRATEGY: none
|
||||||
|
JOB_TIMEOUT: 80
|
||||||
|
|
||||||
|
# The above .test-manual rules doesn't allow the jobs to be available for MRs
|
||||||
|
# but we should have an option to have manual jobs in MRs as well.
|
||||||
|
.test-manual-mr:
|
||||||
|
rules:
|
||||||
|
- *ignore_scheduled_pipelines
|
||||||
|
- if: *is-forked-branch-or-pre-merge-not-for-marge
|
||||||
|
changes:
|
||||||
|
*all_paths
|
||||||
|
when: manual
|
||||||
|
- when: never
|
||||||
|
variables:
|
||||||
|
GIT_STRATEGY: none
|
||||||
|
JOB_TIMEOUT: 80
|
||||||
|
|
||||||
# Jobs that need to pass before spending hardware resources on further testing
|
|
||||||
.required-for-hardware-jobs:
|
|
||||||
needs:
|
|
||||||
- job: clang-format
|
|
||||||
optional: true
|
|
||||||
- job: rustfmt
|
|
||||||
optional: true
|
|
||||||
|
@@ -2,16 +2,6 @@
|
|||||||
# non-zero-length and not starting with '#', will regex match to
|
# non-zero-length and not starting with '#', will regex match to
|
||||||
# delete lines from the test list. Be careful.
|
# delete lines from the test list. Be careful.
|
||||||
|
|
||||||
# This test checks the driver's reported conformance version against the
|
|
||||||
# version of the CTS we're running. This check fails every few months
|
|
||||||
# and everyone has to go and bump the number in every driver.
|
|
||||||
# Running this check only makes sense while preparing a conformance
|
|
||||||
# submission, so skip it in the regular CI.
|
|
||||||
dEQP-VK.api.driver_properties.conformance_version
|
|
||||||
|
|
||||||
# Exclude this test which might fail when a new extension is implemented.
|
|
||||||
dEQP-VK.info.device_extensions
|
|
||||||
|
|
||||||
# These are tremendously slow (pushing toward a minute), and aren't
|
# These are tremendously slow (pushing toward a minute), and aren't
|
||||||
# reliable to be run in parallel with other tests due to CPU-side timing.
|
# reliable to be run in parallel with other tests due to CPU-side timing.
|
||||||
dEQP-GLES[0-9]*.functional.flush_finish.*
|
dEQP-GLES[0-9]*.functional.flush_finish.*
|
||||||
@@ -25,58 +15,3 @@ glx@glx_arb_sync_control@timing.*
|
|||||||
|
|
||||||
# This test is not built with waffle, while we do build tests with waffle
|
# This test is not built with waffle, while we do build tests with waffle
|
||||||
spec@!opengl 1.1@windowoverlap
|
spec@!opengl 1.1@windowoverlap
|
||||||
|
|
||||||
# These tests all read from the front buffer after a swap. Given that we
|
|
||||||
# run piglit tests in parallel in Mesa CI, and don't have a compositor
|
|
||||||
# running, the frontbuffer reads may end up with undefined results from
|
|
||||||
# windows overlapping us.
|
|
||||||
#
|
|
||||||
# Piglit does mark these tests as not to be run in parallel, but deqp-runner
|
|
||||||
# doesn't respect that. We need to extend deqp-runner to allow some tests to be
|
|
||||||
# marked as single-threaded and run after the rayon loop if we want to support
|
|
||||||
# them.
|
|
||||||
#
|
|
||||||
# Note that "glx-" tests don't appear in x11-skips.txt because they can be
|
|
||||||
# run even if PIGLIT_PLATFORM=gbm (for example)
|
|
||||||
glx@glx-copy-sub-buffer.*
|
|
||||||
|
|
||||||
# A majority of the tests introduced in CTS 1.3.7.0 are experiencing failures and flakes.
|
|
||||||
# Disable these tests until someone with a more deeper understanding of EGL examines them.
|
|
||||||
#
|
|
||||||
# Note: on sc8280xp/a690 I get identical results (same passes and fails)
|
|
||||||
# between freedreno, zink, and llvmpipe, so I believe this is either a
|
|
||||||
# deqp bug or egl/wayland bug, rather than driver issue.
|
|
||||||
#
|
|
||||||
# With llvmpipe, the failing tests have the error message:
|
|
||||||
#
|
|
||||||
# "Illegal sampler view creation without bind flag"
|
|
||||||
#
|
|
||||||
# which might be a hint. (But some passing tests also have the same
|
|
||||||
# error message.)
|
|
||||||
#
|
|
||||||
# more context from David Heidelberg on IRC: the deqp commit where these
|
|
||||||
# started failing is: https://github.com/KhronosGroup/VK-GL-CTS/commit/79b25659bcbced0cfc2c3fe318951c585f682abe
|
|
||||||
# prior to that they were skipping.
|
|
||||||
wayland-dEQP-EGL.functional.color_clears.single_context.gles1.other
|
|
||||||
wayland-dEQP-EGL.functional.color_clears.single_context.gles2.other
|
|
||||||
wayland-dEQP-EGL.functional.color_clears.single_context.gles3.other
|
|
||||||
wayland-dEQP-EGL.functional.color_clears.multi_context.gles1.other
|
|
||||||
wayland-dEQP-EGL.functional.color_clears.multi_context.gles2.other
|
|
||||||
wayland-dEQP-EGL.functional.color_clears.multi_context.gles3.other
|
|
||||||
wayland-dEQP-EGL.functional.color_clears.multi_context.gles1_gles2.other
|
|
||||||
wayland-dEQP-EGL.functional.color_clears.multi_context.gles1_gles2_gles3.other
|
|
||||||
wayland-dEQP-EGL.functional.color_clears.multi_thread.gles1.other
|
|
||||||
wayland-dEQP-EGL.functional.color_clears.multi_thread.gles2.other
|
|
||||||
wayland-dEQP-EGL.functional.color_clears.multi_thread.gles3.other
|
|
||||||
wayland-dEQP-EGL.functional.color_clears.multi_thread.gles1_gles2.other
|
|
||||||
wayland-dEQP-EGL.functional.color_clears.multi_thread.gles1_gles2_gles3.other
|
|
||||||
|
|
||||||
# Seems to be the same is as wayland-dEQP-EGL.functional.color_clears.*
|
|
||||||
wayland-dEQP-EGL.functional.render.single_context.gles2.other
|
|
||||||
wayland-dEQP-EGL.functional.render.single_context.gles3.other
|
|
||||||
wayland-dEQP-EGL.functional.render.multi_context.gles2.other
|
|
||||||
wayland-dEQP-EGL.functional.render.multi_context.gles3.other
|
|
||||||
wayland-dEQP-EGL.functional.render.multi_context.gles2_gles3.other
|
|
||||||
wayland-dEQP-EGL.functional.render.multi_thread.gles2.other
|
|
||||||
wayland-dEQP-EGL.functional.render.multi_thread.gles3.other
|
|
||||||
wayland-dEQP-EGL.functional.render.multi_thread.gles2_gles3.other
|
|
||||||
|
@@ -1,55 +0,0 @@
|
|||||||
#!/usr/bin/env python3
|
|
||||||
|
|
||||||
# Copyright © 2022 Valve Corporation
|
|
||||||
#
|
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a
|
|
||||||
# copy of this software and associated documentation files (the "Software"),
|
|
||||||
# to deal in the Software without restriction, including without limitation
|
|
||||||
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
||||||
# and/or sell copies of the Software, and to permit persons to whom the
|
|
||||||
# Software is furnished to do so, subject to the following conditions:
|
|
||||||
#
|
|
||||||
# The above copyright notice and this permission notice (including the next
|
|
||||||
# paragraph) shall be included in all copies or substantial portions of the
|
|
||||||
# Software.
|
|
||||||
#
|
|
||||||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
||||||
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
||||||
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
||||||
# IN THE SOFTWARE.
|
|
||||||
|
|
||||||
from jinja2 import Environment, FileSystemLoader
|
|
||||||
from os import environ, path
|
|
||||||
|
|
||||||
|
|
||||||
# Pass all the environment variables prefixed by B2C_
|
|
||||||
values = {
|
|
||||||
key.removeprefix("B2C_").lower(): environ[key]
|
|
||||||
for key in environ if key.startswith("B2C_")
|
|
||||||
}
|
|
||||||
|
|
||||||
env = Environment(loader=FileSystemLoader(path.dirname(values['job_template'])),
|
|
||||||
trim_blocks=True, lstrip_blocks=True)
|
|
||||||
|
|
||||||
template = env.get_template(path.basename(values['job_template']))
|
|
||||||
|
|
||||||
values['ci_job_id'] = environ['CI_JOB_ID']
|
|
||||||
values['ci_runner_id'] = environ['CI_RUNNER_ID']
|
|
||||||
values['job_volume_exclusions'] = [excl for excl in values['job_volume_exclusions'].split(",") if excl]
|
|
||||||
values['working_dir'] = environ['CI_PROJECT_DIR']
|
|
||||||
|
|
||||||
# Use the gateway's pull-through registry caches to reduce load on fd.o.
|
|
||||||
values['local_container'] = environ['IMAGE_UNDER_TEST']
|
|
||||||
values['local_container'] = values['local_container'].replace(
|
|
||||||
'registry.freedesktop.org',
|
|
||||||
'{{ fdo_proxy_registry }}'
|
|
||||||
)
|
|
||||||
|
|
||||||
if 'kernel_cmdline_extras' not in values:
|
|
||||||
values['kernel_cmdline_extras'] = ''
|
|
||||||
|
|
||||||
with open(path.splitext(path.basename(values['job_template']))[0], "w") as f:
|
|
||||||
f.write(template.render(values))
|
|
26
.gitlab-ci/bare-metal/arm64_a630_egl.sh
Executable file
26
.gitlab-ci/bare-metal/arm64_a630_egl.sh
Executable file
@@ -0,0 +1,26 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# This test script groups together a bunch of fast dEQP variant runs
|
||||||
|
# to amortize the cost of rebooting the board.
|
||||||
|
|
||||||
|
set -ex
|
||||||
|
|
||||||
|
EXIT=0
|
||||||
|
|
||||||
|
# Run reset tests without parallelism:
|
||||||
|
if ! env \
|
||||||
|
DEQP_RESULTS_DIR=results/reset \
|
||||||
|
FDO_CI_CONCURRENT=1 \
|
||||||
|
DEQP_CASELIST_FILTER='.*reset.*' \
|
||||||
|
/install/deqp-runner.sh; then
|
||||||
|
EXIT=1
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Then run everything else with parallelism:
|
||||||
|
if ! env \
|
||||||
|
DEQP_RESULTS_DIR=results/nonrobustness \
|
||||||
|
DEQP_CASELIST_INV_FILTER='.*reset.*' \
|
||||||
|
/install/deqp-runner.sh; then
|
||||||
|
EXIT=1
|
||||||
|
fi
|
||||||
|
|
@@ -1,5 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# shellcheck disable=SC2086 # we want word splitting
|
|
||||||
|
|
||||||
if [ -z "$BM_POE_INTERFACE" ]; then
|
if [ -z "$BM_POE_INTERFACE" ]; then
|
||||||
echo "Must supply the PoE Interface to power down"
|
echo "Must supply the PoE Interface to power down"
|
||||||
@@ -12,6 +11,7 @@ if [ -z "$BM_POE_ADDRESS" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
SNMP_KEY="1.3.6.1.4.1.9.9.402.1.2.1.1.1.$BM_POE_INTERFACE"
|
SNMP_KEY="1.3.6.1.4.1.9.9.402.1.2.1.1.1.$BM_POE_INTERFACE"
|
||||||
|
SNMP_ON="i 1"
|
||||||
SNMP_OFF="i 4"
|
SNMP_OFF="i 4"
|
||||||
|
|
||||||
snmpset -v2c -r 3 -t 30 -cmesaci "$BM_POE_ADDRESS" "$SNMP_KEY" $SNMP_OFF
|
snmpset -v2c -r 3 -t 30 -cmesaci $BM_POE_ADDRESS $SNMP_KEY $SNMP_OFF
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# shellcheck disable=SC2086 # we want word splitting
|
|
||||||
|
|
||||||
if [ -z "$BM_POE_INTERFACE" ]; then
|
if [ -z "$BM_POE_INTERFACE" ]; then
|
||||||
echo "Must supply the PoE Interface to power up"
|
echo "Must supply the PoE Interface to power up"
|
||||||
@@ -17,6 +16,6 @@ SNMP_KEY="1.3.6.1.4.1.9.9.402.1.2.1.1.1.$BM_POE_INTERFACE"
|
|||||||
SNMP_ON="i 1"
|
SNMP_ON="i 1"
|
||||||
SNMP_OFF="i 4"
|
SNMP_OFF="i 4"
|
||||||
|
|
||||||
snmpset -v2c -r 3 -t 10 -cmesaci "$BM_POE_ADDRESS" "$SNMP_KEY" $SNMP_OFF
|
snmpset -v2c -r 3 -t 10 -cmesaci $BM_POE_ADDRESS $SNMP_KEY $SNMP_OFF
|
||||||
sleep 3s
|
sleep 3s
|
||||||
snmpset -v2c -r 3 -t 10 -cmesaci "$BM_POE_ADDRESS" "$SNMP_KEY" $SNMP_ON
|
snmpset -v2c -r 3 -t 10 -cmesaci $BM_POE_ADDRESS $SNMP_KEY $SNMP_ON
|
||||||
|
@@ -1,7 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# shellcheck disable=SC1091 # The relative paths in this file only become valid at runtime.
|
|
||||||
# shellcheck disable=SC2034
|
|
||||||
# shellcheck disable=SC2086 # we want word splitting
|
|
||||||
|
|
||||||
# Boot script for Chrome OS devices attached to a servo debug connector, using
|
# Boot script for Chrome OS devices attached to a servo debug connector, using
|
||||||
# NFS and TFTP to boot.
|
# NFS and TFTP to boot.
|
||||||
@@ -9,7 +6,6 @@
|
|||||||
# We're run from the root of the repo, make a helper var for our paths
|
# We're run from the root of the repo, make a helper var for our paths
|
||||||
BM=$CI_PROJECT_DIR/install/bare-metal
|
BM=$CI_PROJECT_DIR/install/bare-metal
|
||||||
CI_COMMON=$CI_PROJECT_DIR/install/common
|
CI_COMMON=$CI_PROJECT_DIR/install/common
|
||||||
CI_INSTALL=$CI_PROJECT_DIR/install
|
|
||||||
|
|
||||||
# Runner config checks
|
# Runner config checks
|
||||||
if [ -z "$BM_SERIAL" ]; then
|
if [ -z "$BM_SERIAL" ]; then
|
||||||
@@ -84,41 +80,22 @@ mkdir -p /nfs/results
|
|||||||
|
|
||||||
rm -rf /tftp/*
|
rm -rf /tftp/*
|
||||||
if echo "$BM_KERNEL" | grep -q http; then
|
if echo "$BM_KERNEL" | grep -q http; then
|
||||||
curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
|
apt install -y wget
|
||||||
$BM_KERNEL -o /tftp/vmlinuz
|
wget $BM_KERNEL -O /tftp/vmlinuz
|
||||||
elif [ -n "${FORCE_KERNEL_TAG}" ]; then
|
|
||||||
curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
|
|
||||||
"${FDO_HTTP_CACHE_URI:-}${KERNEL_IMAGE_BASE}/${DEBIAN_ARCH}/${BM_KERNEL}" -o /tftp/vmlinuz
|
|
||||||
curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
|
|
||||||
"${FDO_HTTP_CACHE_URI:-}${KERNEL_IMAGE_BASE}/${DEBIAN_ARCH}/modules.tar.zst" -o modules.tar.zst
|
|
||||||
tar --keep-directory-symlink --zstd -xf modules.tar.zst -C "/nfs/"
|
|
||||||
rm modules.tar.zst &
|
|
||||||
else
|
else
|
||||||
cp /baremetal-files/"$BM_KERNEL" /tftp/vmlinuz
|
cp $BM_KERNEL /tftp/vmlinuz
|
||||||
fi
|
fi
|
||||||
echo "$BM_CMDLINE" > /tftp/cmdline
|
echo "$BM_CMDLINE" > /tftp/cmdline
|
||||||
|
|
||||||
set +e
|
set +e
|
||||||
STRUCTURED_LOG_FILE=job_detail.json
|
|
||||||
python3 $CI_INSTALL/custom_logger.py ${STRUCTURED_LOG_FILE} --update dut_job_type "${DEVICE_TYPE}"
|
|
||||||
python3 $CI_INSTALL/custom_logger.py ${STRUCTURED_LOG_FILE} --update farm "${FARM}"
|
|
||||||
python3 $CI_INSTALL/custom_logger.py ${STRUCTURED_LOG_FILE} --create-dut-job dut_name "${CI_RUNNER_DESCRIPTION}"
|
|
||||||
python3 $CI_INSTALL/custom_logger.py ${STRUCTURED_LOG_FILE} --update-dut-time submit "${CI_JOB_STARTED_AT}"
|
|
||||||
python3 $BM/cros_servo_run.py \
|
python3 $BM/cros_servo_run.py \
|
||||||
--cpu $BM_SERIAL \
|
--cpu $BM_SERIAL \
|
||||||
--ec $BM_SERIAL_EC \
|
--ec $BM_SERIAL_EC
|
||||||
--test-timeout ${TEST_PHASE_TIMEOUT:-20}
|
|
||||||
ret=$?
|
ret=$?
|
||||||
python3 $CI_INSTALL/custom_logger.py ${STRUCTURED_LOG_FILE} --close-dut-job
|
|
||||||
python3 $CI_INSTALL/custom_logger.py ${STRUCTURED_LOG_FILE} --close
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Bring artifacts back from the NFS dir to the build dir where gitlab-runner
|
# Bring artifacts back from the NFS dir to the build dir where gitlab-runner
|
||||||
# will look for them.
|
# will look for them.
|
||||||
cp -Rp /nfs/results/. results/
|
cp -Rp /nfs/results/. results/
|
||||||
if [ -f "${STRUCTURED_LOG_FILE}" ]; then
|
|
||||||
cp -p ${STRUCTURED_LOG_FILE} results/
|
|
||||||
echo "Structured log file is available at https://${CI_PROJECT_ROOT_NAMESPACE}.pages.freedesktop.org/-/${CI_PROJECT_NAME}/-/jobs/${CI_JOB_ID}/artifacts/results/${STRUCTURED_LOG_FILE}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
exit $ret
|
exit $ret
|
||||||
|
@@ -1,30 +1,82 @@
|
|||||||
|
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Copyright © 2020 Google LLC
|
# Copyright © 2020 Google LLC
|
||||||
# SPDX-License-Identifier: MIT
|
#
|
||||||
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
|
# to deal in the Software without restriction, including without limitation
|
||||||
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice (including the next
|
||||||
|
# paragraph) shall be included in all copies or substantial portions of the
|
||||||
|
# Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||||
|
# IN THE SOFTWARE.
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
|
import queue
|
||||||
import re
|
import re
|
||||||
import sys
|
|
||||||
|
|
||||||
from custom_logger import CustomLogger
|
|
||||||
from serial_buffer import SerialBuffer
|
from serial_buffer import SerialBuffer
|
||||||
|
import sys
|
||||||
|
import threading
|
||||||
|
|
||||||
|
|
||||||
class CrosServoRun:
|
class CrosServoRun:
|
||||||
def __init__(self, cpu, ec, test_timeout, logger):
|
def __init__(self, cpu, ec):
|
||||||
|
# Merged FIFO for the two serial buffers, fed by threads.
|
||||||
|
self.serial_queue = queue.Queue()
|
||||||
|
self.sentinel = object()
|
||||||
|
self.threads_done = 0
|
||||||
|
|
||||||
|
self.ec_ser = SerialBuffer(
|
||||||
|
ec, "results/serial-ec.txt", "R SERIAL-EC> ")
|
||||||
self.cpu_ser = SerialBuffer(
|
self.cpu_ser = SerialBuffer(
|
||||||
cpu, "results/serial.txt", "R SERIAL-CPU> ")
|
cpu, "results/serial.txt", "R SERIAL-CPU> ")
|
||||||
# Merge the EC serial into the cpu_ser's line stream so that we can
|
|
||||||
# effectively poll on both at the same time and not have to worry about
|
self.iter_feed_ec = threading.Thread(
|
||||||
self.ec_ser = SerialBuffer(
|
target=self.iter_feed_queue, daemon=True, args=(self.ec_ser.lines(),))
|
||||||
ec, "results/serial-ec.txt", "R SERIAL-EC> ", line_queue=self.cpu_ser.line_queue)
|
self.iter_feed_ec.start()
|
||||||
self.test_timeout = test_timeout
|
|
||||||
self.logger = logger
|
self.iter_feed_cpu = threading.Thread(
|
||||||
|
target=self.iter_feed_queue, daemon=True, args=(self.cpu_ser.lines(),))
|
||||||
|
self.iter_feed_cpu.start()
|
||||||
|
|
||||||
def close(self):
|
def close(self):
|
||||||
self.ec_ser.close()
|
self.ec_ser.close()
|
||||||
self.cpu_ser.close()
|
self.cpu_ser.close()
|
||||||
|
self.iter_feed_ec.join()
|
||||||
|
self.iter_feed_cpu.join()
|
||||||
|
|
||||||
|
# Feed lines from our serial queues into the merged queue, marking when our
|
||||||
|
# input is done.
|
||||||
|
def iter_feed_queue(self, it):
|
||||||
|
for i in it:
|
||||||
|
self.serial_queue.put(i)
|
||||||
|
self.serial_queue.put(self.sentinel)
|
||||||
|
|
||||||
|
# Return the next line from the queue, counting how many threads have
|
||||||
|
# terminated and joining when done
|
||||||
|
def get_serial_queue_line(self):
|
||||||
|
line = self.serial_queue.get()
|
||||||
|
if line == self.sentinel:
|
||||||
|
self.threads_done = self.threads_done + 1
|
||||||
|
if self.threads_done == 2:
|
||||||
|
self.iter_feed_cpu.join()
|
||||||
|
self.iter_feed_ec.join()
|
||||||
|
return line
|
||||||
|
|
||||||
|
# Returns an iterator for getting the next line.
|
||||||
|
def serial_queue_lines(self):
|
||||||
|
return iter(self.get_serial_queue_line, self.sentinel)
|
||||||
|
|
||||||
def ec_write(self, s):
|
def ec_write(self, s):
|
||||||
print("W SERIAL-EC> %s" % s)
|
print("W SERIAL-EC> %s" % s)
|
||||||
@@ -38,71 +90,53 @@ class CrosServoRun:
|
|||||||
RED = '\033[0;31m'
|
RED = '\033[0;31m'
|
||||||
NO_COLOR = '\033[0m'
|
NO_COLOR = '\033[0m'
|
||||||
print(RED + message + NO_COLOR)
|
print(RED + message + NO_COLOR)
|
||||||
self.logger.update_status_fail(message)
|
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
# Flush any partial commands in the EC's prompt, then ask for a reboot.
|
# Flush any partial commands in the EC's prompt, then ask for a reboot.
|
||||||
self.ec_write("\n")
|
self.ec_write("\n")
|
||||||
self.ec_write("reboot\n")
|
self.ec_write("reboot\n")
|
||||||
|
|
||||||
bootloader_done = False
|
|
||||||
self.logger.create_job_phase("boot")
|
|
||||||
tftp_failures = 0
|
|
||||||
# This is emitted right when the bootloader pauses to check for input.
|
# This is emitted right when the bootloader pauses to check for input.
|
||||||
# Emit a ^N character to request network boot, because we don't have a
|
# Emit a ^N character to request network boot, because we don't have a
|
||||||
# direct-to-netboot firmware on cheza.
|
# direct-to-netboot firmware on cheza.
|
||||||
for line in self.cpu_ser.lines(timeout=120, phase="bootloader"):
|
for line in self.serial_queue_lines():
|
||||||
if re.search("load_archive: loading locale_en.bin", line):
|
if re.search("load_archive: loading locale_en.bin", line):
|
||||||
self.cpu_write("\016")
|
self.cpu_write("\016")
|
||||||
bootloader_done = True
|
|
||||||
break
|
|
||||||
|
|
||||||
# The Cheza firmware seems to occasionally get stuck looping in
|
|
||||||
# this error state during TFTP booting, possibly based on amount of
|
|
||||||
# network traffic around it, but it'll usually recover after a
|
|
||||||
# reboot. Currently mostly visible on google-freedreno-cheza-14.
|
|
||||||
if re.search("R8152: Bulk read error 0xffffffbf", line):
|
|
||||||
tftp_failures += 1
|
|
||||||
if tftp_failures >= 10:
|
|
||||||
self.print_error(
|
|
||||||
"Detected intermittent tftp failure, restarting run.")
|
|
||||||
return 1
|
|
||||||
|
|
||||||
# If the board has a netboot firmware and we made it to booting the
|
|
||||||
# kernel, proceed to processing of the test run.
|
|
||||||
if re.search("Booting Linux", line):
|
|
||||||
bootloader_done = True
|
|
||||||
break
|
break
|
||||||
|
|
||||||
# The Cheza boards have issues with failing to bring up power to
|
# The Cheza boards have issues with failing to bring up power to
|
||||||
# the system sometimes, possibly dependent on ambient temperature
|
# the system sometimes, possibly dependent on ambient temperature
|
||||||
# in the farm.
|
# in the farm.
|
||||||
if re.search("POWER_GOOD not seen in time", line):
|
if re.search("POWER_GOOD not seen in time", line):
|
||||||
self.print_error(
|
self.print_error("Detected intermittent poweron failure, restarting run...")
|
||||||
"Detected intermittent poweron failure, abandoning run.")
|
return 2
|
||||||
return 1
|
|
||||||
|
|
||||||
if not bootloader_done:
|
tftp_failures = 0
|
||||||
self.print_error("Failed to make it through bootloader, abandoning run.")
|
for line in self.serial_queue_lines():
|
||||||
return 1
|
|
||||||
|
|
||||||
self.logger.create_job_phase("test")
|
|
||||||
for line in self.cpu_ser.lines(timeout=self.test_timeout, phase="test"):
|
|
||||||
if re.search("---. end Kernel panic", line):
|
if re.search("---. end Kernel panic", line):
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
|
# The Cheza firmware seems to occasionally get stuck looping in
|
||||||
|
# this error state during TFTP booting, possibly based on amount of
|
||||||
|
# network traffic around it, but it'll usually recover after a
|
||||||
|
# reboot.
|
||||||
|
if re.search("R8152: Bulk read error 0xffffffbf", line):
|
||||||
|
tftp_failures += 1
|
||||||
|
if tftp_failures >= 100:
|
||||||
|
self.print_error("Detected intermittent tftp failure, restarting run...")
|
||||||
|
return 2
|
||||||
|
|
||||||
# There are very infrequent bus errors during power management transitions
|
# There are very infrequent bus errors during power management transitions
|
||||||
# on cheza, which we don't expect to be the case on future boards.
|
# on cheza, which we don't expect to be the case on future boards.
|
||||||
if re.search("Kernel panic - not syncing: Asynchronous SError Interrupt", line):
|
if re.search("Kernel panic - not syncing: Asynchronous SError Interrupt", line):
|
||||||
self.print_error(
|
self.print_error("Detected cheza power management bus error, restarting run...")
|
||||||
"Detected cheza power management bus error, abandoning run.")
|
return 2
|
||||||
return 1
|
|
||||||
|
|
||||||
# If the network device dies, it's probably not graphics's fault, just try again.
|
# If the network device dies, it's probably not graphics's fault, just try again.
|
||||||
if re.search("NETDEV WATCHDOG", line):
|
if re.search("NETDEV WATCHDOG", line):
|
||||||
self.print_error(
|
self.print_error(
|
||||||
"Detected network device failure, abandoning run.")
|
"Detected network device failure, restarting run...")
|
||||||
return 1
|
return 2
|
||||||
|
|
||||||
# These HFI response errors started appearing with the introduction
|
# These HFI response errors started appearing with the introduction
|
||||||
# of piglit runs. CosmicPenguin says:
|
# of piglit runs. CosmicPenguin says:
|
||||||
@@ -114,30 +148,26 @@ class CrosServoRun:
|
|||||||
# Given that it seems to trigger randomly near a GPU fault and then
|
# Given that it seems to trigger randomly near a GPU fault and then
|
||||||
# break many tests after that, just restart the whole run.
|
# break many tests after that, just restart the whole run.
|
||||||
if re.search("a6xx_hfi_send_msg.*Unexpected message id .* on the response queue", line):
|
if re.search("a6xx_hfi_send_msg.*Unexpected message id .* on the response queue", line):
|
||||||
self.print_error(
|
self.print_error("Detected cheza power management bus error, restarting run...")
|
||||||
"Detected cheza power management bus error, abandoning run.")
|
return 2
|
||||||
return 1
|
|
||||||
|
|
||||||
if re.search("coreboot.*bootblock starting", line):
|
if re.search("coreboot.*bootblock starting", line):
|
||||||
self.print_error(
|
self.print_error(
|
||||||
"Detected spontaneous reboot, abandoning run.")
|
"Detected spontaneous reboot, restarting run...")
|
||||||
return 1
|
return 2
|
||||||
|
|
||||||
if re.search("arm-smmu 5040000.iommu: TLB sync timed out -- SMMU may be deadlocked", line):
|
if re.search("arm-smmu 5040000.iommu: TLB sync timed out -- SMMU may be deadlocked", line):
|
||||||
self.print_error("Detected cheza MMU fail, abandoning run.")
|
self.print_error("Detected cheza MMU fail, restarting run...")
|
||||||
return 1
|
return 2
|
||||||
|
|
||||||
result = re.search("hwci: mesa: (\S*)", line)
|
result = re.search("hwci: mesa: (\S*)", line)
|
||||||
if result:
|
if result:
|
||||||
if result.group(1) == "pass":
|
if result.group(1) == "pass":
|
||||||
self.logger.update_dut_job("status", "pass")
|
|
||||||
return 0
|
return 0
|
||||||
else:
|
else:
|
||||||
self.logger.update_status_fail("test fail")
|
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
self.print_error(
|
self.print_error("Reached the end of the CPU serial log without finding a result")
|
||||||
"Reached the end of the CPU serial log without finding a result")
|
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
|
|
||||||
@@ -147,18 +177,18 @@ def main():
|
|||||||
help='CPU Serial device', required=True)
|
help='CPU Serial device', required=True)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--ec', type=str, help='EC Serial device', required=True)
|
'--ec', type=str, help='EC Serial device', required=True)
|
||||||
parser.add_argument(
|
|
||||||
'--test-timeout', type=int, help='Test phase timeout (minutes)', required=True)
|
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
logger = CustomLogger("job_detail.json")
|
servo = CrosServoRun(args.cpu, args.ec)
|
||||||
logger.update_dut_time("start", None)
|
|
||||||
servo = CrosServoRun(args.cpu, args.ec, args.test_timeout * 60, logger)
|
while True:
|
||||||
retval = servo.run()
|
retval = servo.run()
|
||||||
|
if retval != 2:
|
||||||
|
break
|
||||||
|
|
||||||
# power down the CPU on the device
|
# power down the CPU on the device
|
||||||
servo.ec_write("power off\n")
|
servo.ec_write("power off\n")
|
||||||
logger.update_dut_time("end", None)
|
|
||||||
servo.close()
|
servo.close()
|
||||||
|
|
||||||
sys.exit(retval)
|
sys.exit(retval)
|
||||||
|
@@ -7,4 +7,4 @@ if [ -z "$relay" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
"$CI_PROJECT_DIR"/install/bare-metal/eth008-power-relay.py "$ETH_HOST" "$ETH_PORT" off "$relay"
|
$CI_PROJECT_DIR/install/bare-metal/eth008-power-relay.py $ETH_HOST $ETH_PORT off $relay
|
||||||
|
@@ -7,6 +7,6 @@ if [ -z "$relay" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
"$CI_PROJECT_DIR"/install/bare-metal/eth008-power-relay.py "$ETH_HOST" "$ETH_PORT" off "$relay"
|
$CI_PROJECT_DIR/install/bare-metal/eth008-power-relay.py $ETH_HOST $ETH_PORT off $relay
|
||||||
sleep 5
|
sleep 5
|
||||||
"$CI_PROJECT_DIR"/install/bare-metal/eth008-power-relay.py "$ETH_HOST" "$ETH_PORT" on "$relay"
|
$CI_PROJECT_DIR/install/bare-metal/eth008-power-relay.py $ETH_HOST $ETH_PORT on $relay
|
||||||
|
@@ -5,27 +5,26 @@ set -e
|
|||||||
STRINGS=$(mktemp)
|
STRINGS=$(mktemp)
|
||||||
ERRORS=$(mktemp)
|
ERRORS=$(mktemp)
|
||||||
|
|
||||||
trap 'rm $STRINGS; rm $ERRORS;' EXIT
|
trap "rm $STRINGS; rm $ERRORS;" EXIT
|
||||||
|
|
||||||
FILE=$1
|
FILE=$1
|
||||||
shift 1
|
shift 1
|
||||||
|
|
||||||
while getopts "f:e:" opt; do
|
while getopts "f:e:" opt; do
|
||||||
case $opt in
|
case $opt in
|
||||||
f) echo "$OPTARG" >> "$STRINGS";;
|
f) echo "$OPTARG" >> $STRINGS;;
|
||||||
e) echo "$OPTARG" >> "$STRINGS" ; echo "$OPTARG" >> "$ERRORS";;
|
e) echo "$OPTARG" >> $STRINGS ; echo "$OPTARG" >> $ERRORS;;
|
||||||
*) exit
|
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
shift $((OPTIND -1))
|
shift $((OPTIND -1))
|
||||||
|
|
||||||
echo "Waiting for $FILE to say one of following strings"
|
echo "Waiting for $FILE to say one of following strings"
|
||||||
cat "$STRINGS"
|
cat $STRINGS
|
||||||
|
|
||||||
while ! grep -E -wf "$STRINGS" "$FILE"; do
|
while ! egrep -wf $STRINGS $FILE; do
|
||||||
sleep 2
|
sleep 2
|
||||||
done
|
done
|
||||||
|
|
||||||
if grep -E -wf "$ERRORS" "$FILE"; then
|
if egrep -wf $ERRORS $FILE; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
@@ -1,14 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# shellcheck disable=SC1091 # The relative paths in this file only become valid at runtime.
|
|
||||||
# shellcheck disable=SC2034
|
|
||||||
# shellcheck disable=SC2086 # we want word splitting
|
|
||||||
|
|
||||||
. "$SCRIPTS_DIR"/setup-test-env.sh
|
|
||||||
|
|
||||||
BM=$CI_PROJECT_DIR/install/bare-metal
|
BM=$CI_PROJECT_DIR/install/bare-metal
|
||||||
CI_COMMON=$CI_PROJECT_DIR/install/common
|
CI_COMMON=$CI_PROJECT_DIR/install/common
|
||||||
|
|
||||||
if [ -z "$BM_SERIAL" ] && [ -z "$BM_SERIAL_SCRIPT" ]; then
|
if [ -z "$BM_SERIAL" -a -z "$BM_SERIAL_SCRIPT" ]; then
|
||||||
echo "Must set BM_SERIAL OR BM_SERIAL_SCRIPT in your gitlab-runner config.toml [[runners]] environment"
|
echo "Must set BM_SERIAL OR BM_SERIAL_SCRIPT in your gitlab-runner config.toml [[runners]] environment"
|
||||||
echo "BM_SERIAL:"
|
echo "BM_SERIAL:"
|
||||||
echo " This is the serial device to talk to for waiting for fastboot to be ready and logging from the kernel."
|
echo " This is the serial device to talk to for waiting for fastboot to be ready and logging from the kernel."
|
||||||
@@ -87,57 +82,44 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
pushd rootfs
|
pushd rootfs
|
||||||
find -H . | \
|
find -H | \
|
||||||
grep -E -v "external/(openglcts|vulkancts|amber|glslang|spirv-tools)" |
|
egrep -v "external/(openglcts|vulkancts|amber|glslang|spirv-tools)" |
|
||||||
grep -E -v "traces-db|apitrace|renderdoc" | \
|
egrep -v "traces-db|apitrace|renderdoc" | \
|
||||||
grep -E -v $EXCLUDE_FILTER | \
|
egrep -v $EXCLUDE_FILTER | \
|
||||||
cpio -H newc -o | \
|
cpio -H newc -o | \
|
||||||
xz --check=crc32 -T4 - > $CI_PROJECT_DIR/rootfs.cpio.gz
|
xz --check=crc32 -T4 - > $CI_PROJECT_DIR/rootfs.cpio.gz
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Make the combined kernel image and dtb for passing to fastboot. For normal
|
||||||
|
# Mesa development, we build the kernel and store it in the docker container
|
||||||
|
# that this script is running in.
|
||||||
|
#
|
||||||
|
# However, container builds are expensive, so when you're hacking on the
|
||||||
|
# kernel, it's nice to be able to skip the half hour container build and plus
|
||||||
|
# moving that container to the runner. So, if BM_KERNEL+BM_DTB are URLs,
|
||||||
|
# fetch them instead of looking in the container.
|
||||||
if echo "$BM_KERNEL $BM_DTB" | grep -q http; then
|
if echo "$BM_KERNEL $BM_DTB" | grep -q http; then
|
||||||
curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
|
apt install -y wget
|
||||||
"$BM_KERNEL" -o kernel
|
|
||||||
# FIXME: modules should be supplied too
|
wget $BM_KERNEL -O kernel
|
||||||
curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
|
wget $BM_DTB -O dtb
|
||||||
"$BM_DTB" -o dtb
|
|
||||||
|
|
||||||
cat kernel dtb > Image.gz-dtb
|
cat kernel dtb > Image.gz-dtb
|
||||||
|
rm kernel dtb
|
||||||
elif [ -n "${FORCE_KERNEL_TAG}" ]; then
|
|
||||||
curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
|
|
||||||
"${FDO_HTTP_CACHE_URI:-}${KERNEL_IMAGE_BASE}/${DEBIAN_ARCH}/${BM_KERNEL}" -o kernel
|
|
||||||
curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
|
|
||||||
"${FDO_HTTP_CACHE_URI:-}${KERNEL_IMAGE_BASE}/${DEBIAN_ARCH}/modules.tar.zst" -o modules.tar.zst
|
|
||||||
|
|
||||||
if [ -n "$BM_DTB" ]; then
|
|
||||||
curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
|
|
||||||
"${FDO_HTTP_CACHE_URI:-}${KERNEL_IMAGE_BASE}/${DEBIAN_ARCH}/${BM_DTB}.dtb" -o dtb
|
|
||||||
fi
|
|
||||||
|
|
||||||
cat kernel dtb > Image.gz-dtb || echo "No DTB available, using pure kernel."
|
|
||||||
rm kernel
|
|
||||||
tar --keep-directory-symlink --zstd -xf modules.tar.zst -C "$BM_ROOTFS/"
|
|
||||||
rm modules.tar.zst &
|
|
||||||
else
|
else
|
||||||
cat /baremetal-files/"$BM_KERNEL" /baremetal-files/"$BM_DTB".dtb > Image.gz-dtb
|
cat $BM_KERNEL $BM_DTB > Image.gz-dtb
|
||||||
cp /baremetal-files/"$BM_DTB".dtb dtb
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export PATH=$BM:$PATH
|
|
||||||
|
|
||||||
mkdir -p artifacts
|
mkdir -p artifacts
|
||||||
mkbootimg.py \
|
abootimg \
|
||||||
--kernel Image.gz-dtb \
|
--create artifacts/fastboot.img \
|
||||||
--ramdisk rootfs.cpio.gz \
|
-k Image.gz-dtb \
|
||||||
--dtb dtb \
|
-r rootfs.cpio.gz \
|
||||||
--cmdline "$BM_CMDLINE" \
|
-c cmdline="$BM_CMDLINE"
|
||||||
$BM_MKBOOT_PARAMS \
|
rm Image.gz-dtb
|
||||||
--header_version 2 \
|
|
||||||
-o artifacts/fastboot.img
|
|
||||||
|
|
||||||
rm Image.gz-dtb dtb
|
export PATH=$BM:$PATH
|
||||||
|
|
||||||
# Start background command for talking to serial if we have one.
|
# Start background command for talking to serial if we have one.
|
||||||
if [ -n "$BM_SERIAL_SCRIPT" ]; then
|
if [ -n "$BM_SERIAL_SCRIPT" ]; then
|
||||||
@@ -151,7 +133,6 @@ fi
|
|||||||
set +e
|
set +e
|
||||||
$BM/fastboot_run.py \
|
$BM/fastboot_run.py \
|
||||||
--dev="$BM_SERIAL" \
|
--dev="$BM_SERIAL" \
|
||||||
--test-timeout ${TEST_PHASE_TIMEOUT:-20} \
|
|
||||||
--fbserial="$BM_FASTBOOT_SERIAL" \
|
--fbserial="$BM_FASTBOOT_SERIAL" \
|
||||||
--powerup="$BM_POWERUP" \
|
--powerup="$BM_POWERUP" \
|
||||||
--powerdown="$BM_POWERDOWN"
|
--powerdown="$BM_POWERDOWN"
|
||||||
|
@@ -22,21 +22,19 @@
|
|||||||
# IN THE SOFTWARE.
|
# IN THE SOFTWARE.
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import subprocess
|
import os
|
||||||
import re
|
import re
|
||||||
from serial_buffer import SerialBuffer
|
from serial_buffer import SerialBuffer
|
||||||
import sys
|
import sys
|
||||||
import threading
|
import threading
|
||||||
|
|
||||||
|
|
||||||
class FastbootRun:
|
class FastbootRun:
|
||||||
def __init__(self, args, test_timeout):
|
def __init__(self, args):
|
||||||
self.powerup = args.powerup
|
self.powerup = args.powerup
|
||||||
self.ser = SerialBuffer(
|
# We would like something like a 1 minute timeout, but the piglit traces
|
||||||
args.dev, "results/serial-output.txt", "R SERIAL> ")
|
# jobs stall out for long periods of time.
|
||||||
self.fastboot = "fastboot boot -s {ser} artifacts/fastboot.img".format(
|
self.ser = SerialBuffer(args.dev, "results/serial-output.txt", "R SERIAL> ", timeout=600)
|
||||||
ser=args.fbserial)
|
self.fastboot="fastboot boot -s {ser} artifacts/fastboot.img".format(ser=args.fbserial)
|
||||||
self.test_timeout = test_timeout
|
|
||||||
|
|
||||||
def close(self):
|
def close(self):
|
||||||
self.ser.close()
|
self.ser.close()
|
||||||
@@ -46,42 +44,36 @@ class FastbootRun:
|
|||||||
NO_COLOR = '\033[0m'
|
NO_COLOR = '\033[0m'
|
||||||
print(RED + message + NO_COLOR)
|
print(RED + message + NO_COLOR)
|
||||||
|
|
||||||
def logged_system(self, cmd, timeout=60):
|
def logged_system(self, cmd):
|
||||||
print("Running '{}'".format(cmd))
|
print("Running '{}'".format(cmd))
|
||||||
try:
|
return os.system(cmd)
|
||||||
return subprocess.call(cmd, shell=True, timeout=timeout)
|
|
||||||
except subprocess.TimeoutExpired:
|
|
||||||
self.print_error("timeout, abandoning run.")
|
|
||||||
return 1
|
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
if ret := self.logged_system(self.powerup):
|
if self.logged_system(self.powerup) != 0:
|
||||||
return ret
|
return 1
|
||||||
|
|
||||||
fastboot_ready = False
|
fastboot_ready = False
|
||||||
for line in self.ser.lines(timeout=2 * 60, phase="bootloader"):
|
for line in self.ser.lines():
|
||||||
if re.search("[Ff]astboot: [Pp]rocessing commands", line) or \
|
if re.search("fastboot: processing commands", line) or \
|
||||||
re.search("Listening for fastboot command on", line):
|
re.search("Listening for fastboot command on", line):
|
||||||
fastboot_ready = True
|
fastboot_ready = True
|
||||||
break
|
break
|
||||||
|
|
||||||
if re.search("data abort", line):
|
if re.search("data abort", line):
|
||||||
self.print_error(
|
self.print_error("Detected crash during boot, restarting run...")
|
||||||
"Detected crash during boot, abandoning run.")
|
return 2
|
||||||
return 1
|
|
||||||
|
|
||||||
if not fastboot_ready:
|
if not fastboot_ready:
|
||||||
self.print_error(
|
self.print_error("Failed to get to fastboot prompt, restarting run...")
|
||||||
"Failed to get to fastboot prompt, abandoning run.")
|
return 2
|
||||||
|
|
||||||
|
if self.logged_system(self.fastboot) != 0:
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
if ret := self.logged_system(self.fastboot):
|
|
||||||
return ret
|
|
||||||
|
|
||||||
print_more_lines = -1
|
print_more_lines = -1
|
||||||
for line in self.ser.lines(timeout=self.test_timeout, phase="test"):
|
for line in self.ser.lines():
|
||||||
if print_more_lines == 0:
|
if print_more_lines == 0:
|
||||||
return 1
|
return 2
|
||||||
if print_more_lines > 0:
|
if print_more_lines > 0:
|
||||||
print_more_lines -= 1
|
print_more_lines -= 1
|
||||||
|
|
||||||
@@ -91,21 +83,20 @@ class FastbootRun:
|
|||||||
# The db820c boards intermittently reboot. Just restart the run
|
# The db820c boards intermittently reboot. Just restart the run
|
||||||
# when if we see a reboot after we got past fastboot.
|
# when if we see a reboot after we got past fastboot.
|
||||||
if re.search("PON REASON", line):
|
if re.search("PON REASON", line):
|
||||||
self.print_error(
|
self.print_error("Detected spontaneous reboot, restarting run...")
|
||||||
"Detected spontaneous reboot, abandoning run.")
|
return 2
|
||||||
return 1
|
|
||||||
|
|
||||||
# db820c sometimes wedges around iommu fault recovery
|
# db820c sometimes wedges around iommu fault recovery
|
||||||
if re.search("watchdog: BUG: soft lockup - CPU.* stuck", line):
|
if re.search("watchdog: BUG: soft lockup - CPU.* stuck", line):
|
||||||
self.print_error(
|
self.print_error(
|
||||||
"Detected kernel soft lockup, abandoning run.")
|
"Detected kernel soft lockup, restarting run...")
|
||||||
return 1
|
return 2
|
||||||
|
|
||||||
# If the network device dies, it's probably not graphics's fault, just try again.
|
# If the network device dies, it's probably not graphics's fault, just try again.
|
||||||
if re.search("NETDEV WATCHDOG", line):
|
if re.search("NETDEV WATCHDOG", line):
|
||||||
self.print_error(
|
self.print_error(
|
||||||
"Detected network device failure, abandoning run.")
|
"Detected network device failure, restarting run...")
|
||||||
return 1
|
return 2
|
||||||
|
|
||||||
# A3xx recovery doesn't quite work. Sometimes the GPU will get
|
# A3xx recovery doesn't quite work. Sometimes the GPU will get
|
||||||
# wedged and recovery will fail (because power can't be reset?)
|
# wedged and recovery will fail (because power can't be reset?)
|
||||||
@@ -115,7 +106,7 @@ class FastbootRun:
|
|||||||
# of the hang. Once a hang happens, it's pretty chatty.
|
# of the hang. Once a hang happens, it's pretty chatty.
|
||||||
if "[drm:adreno_recover] *ERROR* gpu hw init failed: -22" in line:
|
if "[drm:adreno_recover] *ERROR* gpu hw init failed: -22" in line:
|
||||||
self.print_error(
|
self.print_error(
|
||||||
"Detected GPU hang, abandoning run.")
|
"Detected GPU hang, restarting run...")
|
||||||
if print_more_lines == -1:
|
if print_more_lines == -1:
|
||||||
print_more_lines = 30
|
print_more_lines = 30
|
||||||
|
|
||||||
@@ -126,34 +117,30 @@ class FastbootRun:
|
|||||||
else:
|
else:
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
self.print_error(
|
self.print_error("Reached the end of the CPU serial log without finding a result, restarting run...")
|
||||||
"Reached the end of the CPU serial log without finding a result, abandoning run.")
|
return 2
|
||||||
return 1
|
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
parser = argparse.ArgumentParser()
|
parser = argparse.ArgumentParser()
|
||||||
parser.add_argument(
|
parser.add_argument('--dev', type=str, help='Serial device (otherwise reading from serial-output.txt)')
|
||||||
'--dev', type=str, help='Serial device (otherwise reading from serial-output.txt)')
|
parser.add_argument('--powerup', type=str, help='shell command for rebooting', required=True)
|
||||||
parser.add_argument('--powerup', type=str,
|
parser.add_argument('--powerdown', type=str, help='shell command for powering off', required=True)
|
||||||
help='shell command for rebooting', required=True)
|
parser.add_argument('--fbserial', type=str, help='fastboot serial number of the board', required=True)
|
||||||
parser.add_argument('--powerdown', type=str,
|
|
||||||
help='shell command for powering off', required=True)
|
|
||||||
parser.add_argument('--fbserial', type=str,
|
|
||||||
help='fastboot serial number of the board', required=True)
|
|
||||||
parser.add_argument('--test-timeout', type=int,
|
|
||||||
help='Test phase timeout (minutes)', required=True)
|
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
fastboot = FastbootRun(args, args.test_timeout * 60)
|
fastboot = FastbootRun(args)
|
||||||
|
|
||||||
retval = fastboot.run()
|
while True:
|
||||||
fastboot.close()
|
retval = fastboot.run()
|
||||||
|
fastboot.close()
|
||||||
|
if retval != 2:
|
||||||
|
break
|
||||||
|
|
||||||
|
fastboot = FastbootRun(args)
|
||||||
|
|
||||||
fastboot.logged_system(args.powerdown)
|
fastboot.logged_system(args.powerdown)
|
||||||
|
|
||||||
sys.exit(retval)
|
sys.exit(retval)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
|
@@ -7,4 +7,4 @@ if [ -z "$relay" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
"$CI_PROJECT_DIR"/install/bare-metal/google-power-relay.py off "$relay"
|
$CI_PROJECT_DIR/install/bare-metal/google-power-relay.py off $relay
|
||||||
|
@@ -8,8 +8,8 @@ relay = sys.argv[2]
|
|||||||
|
|
||||||
# our relays are "off" means "board is powered".
|
# our relays are "off" means "board is powered".
|
||||||
mode_swap = {
|
mode_swap = {
|
||||||
"on": "off",
|
"on" : "off",
|
||||||
"off": "on",
|
"off" : "on",
|
||||||
}
|
}
|
||||||
mode = mode_swap[mode]
|
mode = mode_swap[mode]
|
||||||
|
|
||||||
|
@@ -7,6 +7,6 @@ if [ -z "$relay" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
"$CI_PROJECT_DIR"/install/bare-metal/google-power-relay.py off "$relay"
|
$CI_PROJECT_DIR/install/bare-metal/google-power-relay.py off $relay
|
||||||
sleep 5
|
sleep 5
|
||||||
"$CI_PROJECT_DIR"/install/bare-metal/google-power-relay.py on "$relay"
|
$CI_PROJECT_DIR/install/bare-metal/google-power-relay.py on $relay
|
||||||
|
@@ -1,569 +0,0 @@
|
|||||||
#!/usr/bin/env python3
|
|
||||||
#
|
|
||||||
# Copyright 2015, The Android Open Source Project
|
|
||||||
#
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
# You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
"""Creates the boot image."""
|
|
||||||
from argparse import (ArgumentParser, ArgumentTypeError,
|
|
||||||
FileType, RawDescriptionHelpFormatter)
|
|
||||||
from hashlib import sha1
|
|
||||||
from os import fstat
|
|
||||||
from struct import pack
|
|
||||||
import array
|
|
||||||
import collections
|
|
||||||
import os
|
|
||||||
import re
|
|
||||||
import subprocess
|
|
||||||
import tempfile
|
|
||||||
# Constant and structure definition is in
|
|
||||||
# system/tools/mkbootimg/include/bootimg/bootimg.h
|
|
||||||
BOOT_MAGIC = 'ANDROID!'
|
|
||||||
BOOT_MAGIC_SIZE = 8
|
|
||||||
BOOT_NAME_SIZE = 16
|
|
||||||
BOOT_ARGS_SIZE = 512
|
|
||||||
BOOT_EXTRA_ARGS_SIZE = 1024
|
|
||||||
BOOT_IMAGE_HEADER_V1_SIZE = 1648
|
|
||||||
BOOT_IMAGE_HEADER_V2_SIZE = 1660
|
|
||||||
BOOT_IMAGE_HEADER_V3_SIZE = 1580
|
|
||||||
BOOT_IMAGE_HEADER_V3_PAGESIZE = 4096
|
|
||||||
BOOT_IMAGE_HEADER_V4_SIZE = 1584
|
|
||||||
BOOT_IMAGE_V4_SIGNATURE_SIZE = 4096
|
|
||||||
VENDOR_BOOT_MAGIC = 'VNDRBOOT'
|
|
||||||
VENDOR_BOOT_MAGIC_SIZE = 8
|
|
||||||
VENDOR_BOOT_NAME_SIZE = BOOT_NAME_SIZE
|
|
||||||
VENDOR_BOOT_ARGS_SIZE = 2048
|
|
||||||
VENDOR_BOOT_IMAGE_HEADER_V3_SIZE = 2112
|
|
||||||
VENDOR_BOOT_IMAGE_HEADER_V4_SIZE = 2128
|
|
||||||
VENDOR_RAMDISK_TYPE_NONE = 0
|
|
||||||
VENDOR_RAMDISK_TYPE_PLATFORM = 1
|
|
||||||
VENDOR_RAMDISK_TYPE_RECOVERY = 2
|
|
||||||
VENDOR_RAMDISK_TYPE_DLKM = 3
|
|
||||||
VENDOR_RAMDISK_NAME_SIZE = 32
|
|
||||||
VENDOR_RAMDISK_TABLE_ENTRY_BOARD_ID_SIZE = 16
|
|
||||||
VENDOR_RAMDISK_TABLE_ENTRY_V4_SIZE = 108
|
|
||||||
# Names with special meaning, mustn't be specified in --ramdisk_name.
|
|
||||||
VENDOR_RAMDISK_NAME_BLOCKLIST = {b'default'}
|
|
||||||
PARSER_ARGUMENT_VENDOR_RAMDISK_FRAGMENT = '--vendor_ramdisk_fragment'
|
|
||||||
def filesize(f):
|
|
||||||
if f is None:
|
|
||||||
return 0
|
|
||||||
try:
|
|
||||||
return fstat(f.fileno()).st_size
|
|
||||||
except OSError:
|
|
||||||
return 0
|
|
||||||
def update_sha(sha, f):
|
|
||||||
if f:
|
|
||||||
sha.update(f.read())
|
|
||||||
f.seek(0)
|
|
||||||
sha.update(pack('I', filesize(f)))
|
|
||||||
else:
|
|
||||||
sha.update(pack('I', 0))
|
|
||||||
def pad_file(f, padding):
|
|
||||||
pad = (padding - (f.tell() & (padding - 1))) & (padding - 1)
|
|
||||||
f.write(pack(str(pad) + 'x'))
|
|
||||||
def get_number_of_pages(image_size, page_size):
|
|
||||||
"""calculates the number of pages required for the image"""
|
|
||||||
return (image_size + page_size - 1) // page_size
|
|
||||||
def get_recovery_dtbo_offset(args):
|
|
||||||
"""calculates the offset of recovery_dtbo image in the boot image"""
|
|
||||||
num_header_pages = 1 # header occupies a page
|
|
||||||
num_kernel_pages = get_number_of_pages(filesize(args.kernel), args.pagesize)
|
|
||||||
num_ramdisk_pages = get_number_of_pages(filesize(args.ramdisk),
|
|
||||||
args.pagesize)
|
|
||||||
num_second_pages = get_number_of_pages(filesize(args.second), args.pagesize)
|
|
||||||
dtbo_offset = args.pagesize * (num_header_pages + num_kernel_pages +
|
|
||||||
num_ramdisk_pages + num_second_pages)
|
|
||||||
return dtbo_offset
|
|
||||||
def write_header_v3_and_above(args):
|
|
||||||
if args.header_version > 3:
|
|
||||||
boot_header_size = BOOT_IMAGE_HEADER_V4_SIZE
|
|
||||||
else:
|
|
||||||
boot_header_size = BOOT_IMAGE_HEADER_V3_SIZE
|
|
||||||
args.output.write(pack(f'{BOOT_MAGIC_SIZE}s', BOOT_MAGIC.encode()))
|
|
||||||
# kernel size in bytes
|
|
||||||
args.output.write(pack('I', filesize(args.kernel)))
|
|
||||||
# ramdisk size in bytes
|
|
||||||
args.output.write(pack('I', filesize(args.ramdisk)))
|
|
||||||
# os version and patch level
|
|
||||||
args.output.write(pack('I', (args.os_version << 11) | args.os_patch_level))
|
|
||||||
args.output.write(pack('I', boot_header_size))
|
|
||||||
# reserved
|
|
||||||
args.output.write(pack('4I', 0, 0, 0, 0))
|
|
||||||
# version of boot image header
|
|
||||||
args.output.write(pack('I', args.header_version))
|
|
||||||
args.output.write(pack(f'{BOOT_ARGS_SIZE + BOOT_EXTRA_ARGS_SIZE}s',
|
|
||||||
args.cmdline))
|
|
||||||
if args.header_version >= 4:
|
|
||||||
# The signature used to verify boot image v4.
|
|
||||||
args.output.write(pack('I', BOOT_IMAGE_V4_SIGNATURE_SIZE))
|
|
||||||
pad_file(args.output, BOOT_IMAGE_HEADER_V3_PAGESIZE)
|
|
||||||
def write_vendor_boot_header(args):
|
|
||||||
if filesize(args.dtb) == 0:
|
|
||||||
raise ValueError('DTB image must not be empty.')
|
|
||||||
if args.header_version > 3:
|
|
||||||
vendor_ramdisk_size = args.vendor_ramdisk_total_size
|
|
||||||
vendor_boot_header_size = VENDOR_BOOT_IMAGE_HEADER_V4_SIZE
|
|
||||||
else:
|
|
||||||
vendor_ramdisk_size = filesize(args.vendor_ramdisk)
|
|
||||||
vendor_boot_header_size = VENDOR_BOOT_IMAGE_HEADER_V3_SIZE
|
|
||||||
args.vendor_boot.write(pack(f'{VENDOR_BOOT_MAGIC_SIZE}s',
|
|
||||||
VENDOR_BOOT_MAGIC.encode()))
|
|
||||||
# version of boot image header
|
|
||||||
args.vendor_boot.write(pack('I', args.header_version))
|
|
||||||
# flash page size
|
|
||||||
args.vendor_boot.write(pack('I', args.pagesize))
|
|
||||||
# kernel physical load address
|
|
||||||
args.vendor_boot.write(pack('I', args.base + args.kernel_offset))
|
|
||||||
# ramdisk physical load address
|
|
||||||
args.vendor_boot.write(pack('I', args.base + args.ramdisk_offset))
|
|
||||||
# ramdisk size in bytes
|
|
||||||
args.vendor_boot.write(pack('I', vendor_ramdisk_size))
|
|
||||||
args.vendor_boot.write(pack(f'{VENDOR_BOOT_ARGS_SIZE}s',
|
|
||||||
args.vendor_cmdline))
|
|
||||||
# kernel tags physical load address
|
|
||||||
args.vendor_boot.write(pack('I', args.base + args.tags_offset))
|
|
||||||
# asciiz product name
|
|
||||||
args.vendor_boot.write(pack(f'{VENDOR_BOOT_NAME_SIZE}s', args.board))
|
|
||||||
# header size in bytes
|
|
||||||
args.vendor_boot.write(pack('I', vendor_boot_header_size))
|
|
||||||
# dtb size in bytes
|
|
||||||
args.vendor_boot.write(pack('I', filesize(args.dtb)))
|
|
||||||
# dtb physical load address
|
|
||||||
args.vendor_boot.write(pack('Q', args.base + args.dtb_offset))
|
|
||||||
if args.header_version > 3:
|
|
||||||
vendor_ramdisk_table_size = (args.vendor_ramdisk_table_entry_num *
|
|
||||||
VENDOR_RAMDISK_TABLE_ENTRY_V4_SIZE)
|
|
||||||
# vendor ramdisk table size in bytes
|
|
||||||
args.vendor_boot.write(pack('I', vendor_ramdisk_table_size))
|
|
||||||
# number of vendor ramdisk table entries
|
|
||||||
args.vendor_boot.write(pack('I', args.vendor_ramdisk_table_entry_num))
|
|
||||||
# vendor ramdisk table entry size in bytes
|
|
||||||
args.vendor_boot.write(pack('I', VENDOR_RAMDISK_TABLE_ENTRY_V4_SIZE))
|
|
||||||
# bootconfig section size in bytes
|
|
||||||
args.vendor_boot.write(pack('I', filesize(args.vendor_bootconfig)))
|
|
||||||
pad_file(args.vendor_boot, args.pagesize)
|
|
||||||
def write_header(args):
|
|
||||||
if args.header_version > 4:
|
|
||||||
raise ValueError(
|
|
||||||
f'Boot header version {args.header_version} not supported')
|
|
||||||
if args.header_version in {3, 4}:
|
|
||||||
return write_header_v3_and_above(args)
|
|
||||||
ramdisk_load_address = ((args.base + args.ramdisk_offset)
|
|
||||||
if filesize(args.ramdisk) > 0 else 0)
|
|
||||||
second_load_address = ((args.base + args.second_offset)
|
|
||||||
if filesize(args.second) > 0 else 0)
|
|
||||||
args.output.write(pack(f'{BOOT_MAGIC_SIZE}s', BOOT_MAGIC.encode()))
|
|
||||||
# kernel size in bytes
|
|
||||||
args.output.write(pack('I', filesize(args.kernel)))
|
|
||||||
# kernel physical load address
|
|
||||||
args.output.write(pack('I', args.base + args.kernel_offset))
|
|
||||||
# ramdisk size in bytes
|
|
||||||
args.output.write(pack('I', filesize(args.ramdisk)))
|
|
||||||
# ramdisk physical load address
|
|
||||||
args.output.write(pack('I', ramdisk_load_address))
|
|
||||||
# second bootloader size in bytes
|
|
||||||
args.output.write(pack('I', filesize(args.second)))
|
|
||||||
# second bootloader physical load address
|
|
||||||
args.output.write(pack('I', second_load_address))
|
|
||||||
# kernel tags physical load address
|
|
||||||
args.output.write(pack('I', args.base + args.tags_offset))
|
|
||||||
# flash page size
|
|
||||||
args.output.write(pack('I', args.pagesize))
|
|
||||||
# version of boot image header
|
|
||||||
args.output.write(pack('I', args.header_version))
|
|
||||||
# os version and patch level
|
|
||||||
args.output.write(pack('I', (args.os_version << 11) | args.os_patch_level))
|
|
||||||
# asciiz product name
|
|
||||||
args.output.write(pack(f'{BOOT_NAME_SIZE}s', args.board))
|
|
||||||
args.output.write(pack(f'{BOOT_ARGS_SIZE}s', args.cmdline))
|
|
||||||
sha = sha1()
|
|
||||||
update_sha(sha, args.kernel)
|
|
||||||
update_sha(sha, args.ramdisk)
|
|
||||||
update_sha(sha, args.second)
|
|
||||||
if args.header_version > 0:
|
|
||||||
update_sha(sha, args.recovery_dtbo)
|
|
||||||
if args.header_version > 1:
|
|
||||||
update_sha(sha, args.dtb)
|
|
||||||
img_id = pack('32s', sha.digest())
|
|
||||||
args.output.write(img_id)
|
|
||||||
args.output.write(pack(f'{BOOT_EXTRA_ARGS_SIZE}s', args.extra_cmdline))
|
|
||||||
if args.header_version > 0:
|
|
||||||
if args.recovery_dtbo:
|
|
||||||
# recovery dtbo size in bytes
|
|
||||||
args.output.write(pack('I', filesize(args.recovery_dtbo)))
|
|
||||||
# recovert dtbo offset in the boot image
|
|
||||||
args.output.write(pack('Q', get_recovery_dtbo_offset(args)))
|
|
||||||
else:
|
|
||||||
# Set to zero if no recovery dtbo
|
|
||||||
args.output.write(pack('I', 0))
|
|
||||||
args.output.write(pack('Q', 0))
|
|
||||||
# Populate boot image header size for header versions 1 and 2.
|
|
||||||
if args.header_version == 1:
|
|
||||||
args.output.write(pack('I', BOOT_IMAGE_HEADER_V1_SIZE))
|
|
||||||
elif args.header_version == 2:
|
|
||||||
args.output.write(pack('I', BOOT_IMAGE_HEADER_V2_SIZE))
|
|
||||||
if args.header_version > 1:
|
|
||||||
if filesize(args.dtb) == 0:
|
|
||||||
raise ValueError('DTB image must not be empty.')
|
|
||||||
# dtb size in bytes
|
|
||||||
args.output.write(pack('I', filesize(args.dtb)))
|
|
||||||
# dtb physical load address
|
|
||||||
args.output.write(pack('Q', args.base + args.dtb_offset))
|
|
||||||
pad_file(args.output, args.pagesize)
|
|
||||||
return img_id
|
|
||||||
class AsciizBytes:
|
|
||||||
"""Parses a string and encodes it as an asciiz bytes object.
|
|
||||||
>>> AsciizBytes(bufsize=4)('foo')
|
|
||||||
b'foo\\x00'
|
|
||||||
>>> AsciizBytes(bufsize=4)('foob')
|
|
||||||
Traceback (most recent call last):
|
|
||||||
...
|
|
||||||
argparse.ArgumentTypeError: Encoded asciiz length exceeded: max 4, got 5
|
|
||||||
"""
|
|
||||||
def __init__(self, bufsize):
|
|
||||||
self.bufsize = bufsize
|
|
||||||
def __call__(self, arg):
|
|
||||||
arg_bytes = arg.encode() + b'\x00'
|
|
||||||
if len(arg_bytes) > self.bufsize:
|
|
||||||
raise ArgumentTypeError(
|
|
||||||
'Encoded asciiz length exceeded: '
|
|
||||||
f'max {self.bufsize}, got {len(arg_bytes)}')
|
|
||||||
return arg_bytes
|
|
||||||
class VendorRamdiskTableBuilder:
|
|
||||||
"""Vendor ramdisk table builder.
|
|
||||||
Attributes:
|
|
||||||
entries: A list of VendorRamdiskTableEntry namedtuple.
|
|
||||||
ramdisk_total_size: Total size in bytes of all ramdisks in the table.
|
|
||||||
"""
|
|
||||||
VendorRamdiskTableEntry = collections.namedtuple( # pylint: disable=invalid-name
|
|
||||||
'VendorRamdiskTableEntry',
|
|
||||||
['ramdisk_path', 'ramdisk_size', 'ramdisk_offset', 'ramdisk_type',
|
|
||||||
'ramdisk_name', 'board_id'])
|
|
||||||
def __init__(self):
|
|
||||||
self.entries = []
|
|
||||||
self.ramdisk_total_size = 0
|
|
||||||
self.ramdisk_names = set()
|
|
||||||
def add_entry(self, ramdisk_path, ramdisk_type, ramdisk_name, board_id):
|
|
||||||
# Strip any trailing null for simple comparison.
|
|
||||||
stripped_ramdisk_name = ramdisk_name.rstrip(b'\x00')
|
|
||||||
if stripped_ramdisk_name in VENDOR_RAMDISK_NAME_BLOCKLIST:
|
|
||||||
raise ValueError(
|
|
||||||
f'Banned vendor ramdisk name: {stripped_ramdisk_name}')
|
|
||||||
if stripped_ramdisk_name in self.ramdisk_names:
|
|
||||||
raise ValueError(
|
|
||||||
f'Duplicated vendor ramdisk name: {stripped_ramdisk_name}')
|
|
||||||
self.ramdisk_names.add(stripped_ramdisk_name)
|
|
||||||
if board_id is None:
|
|
||||||
board_id = array.array(
|
|
||||||
'I', [0] * VENDOR_RAMDISK_TABLE_ENTRY_BOARD_ID_SIZE)
|
|
||||||
else:
|
|
||||||
board_id = array.array('I', board_id)
|
|
||||||
if len(board_id) != VENDOR_RAMDISK_TABLE_ENTRY_BOARD_ID_SIZE:
|
|
||||||
raise ValueError('board_id size must be '
|
|
||||||
f'{VENDOR_RAMDISK_TABLE_ENTRY_BOARD_ID_SIZE}')
|
|
||||||
with open(ramdisk_path, 'rb') as f:
|
|
||||||
ramdisk_size = filesize(f)
|
|
||||||
self.entries.append(self.VendorRamdiskTableEntry(
|
|
||||||
ramdisk_path, ramdisk_size, self.ramdisk_total_size, ramdisk_type,
|
|
||||||
ramdisk_name, board_id))
|
|
||||||
self.ramdisk_total_size += ramdisk_size
|
|
||||||
def write_ramdisks_padded(self, fout, alignment):
|
|
||||||
for entry in self.entries:
|
|
||||||
with open(entry.ramdisk_path, 'rb') as f:
|
|
||||||
fout.write(f.read())
|
|
||||||
pad_file(fout, alignment)
|
|
||||||
def write_entries_padded(self, fout, alignment):
|
|
||||||
for entry in self.entries:
|
|
||||||
fout.write(pack('I', entry.ramdisk_size))
|
|
||||||
fout.write(pack('I', entry.ramdisk_offset))
|
|
||||||
fout.write(pack('I', entry.ramdisk_type))
|
|
||||||
fout.write(pack(f'{VENDOR_RAMDISK_NAME_SIZE}s',
|
|
||||||
entry.ramdisk_name))
|
|
||||||
fout.write(entry.board_id)
|
|
||||||
pad_file(fout, alignment)
|
|
||||||
def write_padded_file(f_out, f_in, padding):
|
|
||||||
if f_in is None:
|
|
||||||
return
|
|
||||||
f_out.write(f_in.read())
|
|
||||||
pad_file(f_out, padding)
|
|
||||||
def parse_int(x):
|
|
||||||
return int(x, 0)
|
|
||||||
def parse_os_version(x):
|
|
||||||
match = re.search(r'^(\d{1,3})(?:\.(\d{1,3})(?:\.(\d{1,3}))?)?', x)
|
|
||||||
if match:
|
|
||||||
a = int(match.group(1))
|
|
||||||
b = c = 0
|
|
||||||
if match.lastindex >= 2:
|
|
||||||
b = int(match.group(2))
|
|
||||||
if match.lastindex == 3:
|
|
||||||
c = int(match.group(3))
|
|
||||||
# 7 bits allocated for each field
|
|
||||||
assert a < 128
|
|
||||||
assert b < 128
|
|
||||||
assert c < 128
|
|
||||||
return (a << 14) | (b << 7) | c
|
|
||||||
return 0
|
|
||||||
def parse_os_patch_level(x):
|
|
||||||
match = re.search(r'^(\d{4})-(\d{2})(?:-(\d{2}))?', x)
|
|
||||||
if match:
|
|
||||||
y = int(match.group(1)) - 2000
|
|
||||||
m = int(match.group(2))
|
|
||||||
# 7 bits allocated for the year, 4 bits for the month
|
|
||||||
assert 0 <= y < 128
|
|
||||||
assert 0 < m <= 12
|
|
||||||
return (y << 4) | m
|
|
||||||
return 0
|
|
||||||
def parse_vendor_ramdisk_type(x):
|
|
||||||
type_dict = {
|
|
||||||
'none': VENDOR_RAMDISK_TYPE_NONE,
|
|
||||||
'platform': VENDOR_RAMDISK_TYPE_PLATFORM,
|
|
||||||
'recovery': VENDOR_RAMDISK_TYPE_RECOVERY,
|
|
||||||
'dlkm': VENDOR_RAMDISK_TYPE_DLKM,
|
|
||||||
}
|
|
||||||
if x.lower() in type_dict:
|
|
||||||
return type_dict[x.lower()]
|
|
||||||
return parse_int(x)
|
|
||||||
def get_vendor_boot_v4_usage():
|
|
||||||
return """vendor boot version 4 arguments:
|
|
||||||
--ramdisk_type {none,platform,recovery,dlkm}
|
|
||||||
specify the type of the ramdisk
|
|
||||||
--ramdisk_name NAME
|
|
||||||
specify the name of the ramdisk
|
|
||||||
--board_id{0..15} NUMBER
|
|
||||||
specify the value of the board_id vector, defaults to 0
|
|
||||||
--vendor_ramdisk_fragment VENDOR_RAMDISK_FILE
|
|
||||||
path to the vendor ramdisk file
|
|
||||||
These options can be specified multiple times, where each vendor ramdisk
|
|
||||||
option group ends with a --vendor_ramdisk_fragment option.
|
|
||||||
Each option group appends an additional ramdisk to the vendor boot image.
|
|
||||||
"""
|
|
||||||
def parse_vendor_ramdisk_args(args, args_list):
|
|
||||||
"""Parses vendor ramdisk specific arguments.
|
|
||||||
Args:
|
|
||||||
args: An argparse.Namespace object. Parsed results are stored into this
|
|
||||||
object.
|
|
||||||
args_list: A list of argument strings to be parsed.
|
|
||||||
Returns:
|
|
||||||
A list argument strings that are not parsed by this method.
|
|
||||||
"""
|
|
||||||
parser = ArgumentParser(add_help=False)
|
|
||||||
parser.add_argument('--ramdisk_type', type=parse_vendor_ramdisk_type,
|
|
||||||
default=VENDOR_RAMDISK_TYPE_NONE)
|
|
||||||
parser.add_argument('--ramdisk_name',
|
|
||||||
type=AsciizBytes(bufsize=VENDOR_RAMDISK_NAME_SIZE),
|
|
||||||
required=True)
|
|
||||||
for i in range(VENDOR_RAMDISK_TABLE_ENTRY_BOARD_ID_SIZE):
|
|
||||||
parser.add_argument(f'--board_id{i}', type=parse_int, default=0)
|
|
||||||
parser.add_argument(PARSER_ARGUMENT_VENDOR_RAMDISK_FRAGMENT, required=True)
|
|
||||||
unknown_args = []
|
|
||||||
vendor_ramdisk_table_builder = VendorRamdiskTableBuilder()
|
|
||||||
if args.vendor_ramdisk is not None:
|
|
||||||
vendor_ramdisk_table_builder.add_entry(
|
|
||||||
args.vendor_ramdisk.name, VENDOR_RAMDISK_TYPE_PLATFORM, b'', None)
|
|
||||||
while PARSER_ARGUMENT_VENDOR_RAMDISK_FRAGMENT in args_list:
|
|
||||||
idx = args_list.index(PARSER_ARGUMENT_VENDOR_RAMDISK_FRAGMENT) + 2
|
|
||||||
vendor_ramdisk_args = args_list[:idx]
|
|
||||||
args_list = args_list[idx:]
|
|
||||||
ramdisk_args, extra_args = parser.parse_known_args(vendor_ramdisk_args)
|
|
||||||
ramdisk_args_dict = vars(ramdisk_args)
|
|
||||||
unknown_args.extend(extra_args)
|
|
||||||
ramdisk_path = ramdisk_args.vendor_ramdisk_fragment
|
|
||||||
ramdisk_type = ramdisk_args.ramdisk_type
|
|
||||||
ramdisk_name = ramdisk_args.ramdisk_name
|
|
||||||
board_id = [ramdisk_args_dict[f'board_id{i}']
|
|
||||||
for i in range(VENDOR_RAMDISK_TABLE_ENTRY_BOARD_ID_SIZE)]
|
|
||||||
vendor_ramdisk_table_builder.add_entry(ramdisk_path, ramdisk_type,
|
|
||||||
ramdisk_name, board_id)
|
|
||||||
if len(args_list) > 0:
|
|
||||||
unknown_args.extend(args_list)
|
|
||||||
args.vendor_ramdisk_total_size = (vendor_ramdisk_table_builder
|
|
||||||
.ramdisk_total_size)
|
|
||||||
args.vendor_ramdisk_table_entry_num = len(vendor_ramdisk_table_builder
|
|
||||||
.entries)
|
|
||||||
args.vendor_ramdisk_table_builder = vendor_ramdisk_table_builder
|
|
||||||
return unknown_args
|
|
||||||
def parse_cmdline():
|
|
||||||
version_parser = ArgumentParser(add_help=False)
|
|
||||||
version_parser.add_argument('--header_version', type=parse_int, default=0)
|
|
||||||
if version_parser.parse_known_args()[0].header_version < 3:
|
|
||||||
# For boot header v0 to v2, the kernel commandline field is split into
|
|
||||||
# two fields, cmdline and extra_cmdline. Both fields are asciiz strings,
|
|
||||||
# so we minus one here to ensure the encoded string plus the
|
|
||||||
# null-terminator can fit in the buffer size.
|
|
||||||
cmdline_size = BOOT_ARGS_SIZE + BOOT_EXTRA_ARGS_SIZE - 1
|
|
||||||
else:
|
|
||||||
cmdline_size = BOOT_ARGS_SIZE + BOOT_EXTRA_ARGS_SIZE
|
|
||||||
parser = ArgumentParser(formatter_class=RawDescriptionHelpFormatter,
|
|
||||||
epilog=get_vendor_boot_v4_usage())
|
|
||||||
parser.add_argument('--kernel', type=FileType('rb'),
|
|
||||||
help='path to the kernel')
|
|
||||||
parser.add_argument('--ramdisk', type=FileType('rb'),
|
|
||||||
help='path to the ramdisk')
|
|
||||||
parser.add_argument('--second', type=FileType('rb'),
|
|
||||||
help='path to the second bootloader')
|
|
||||||
parser.add_argument('--dtb', type=FileType('rb'), help='path to the dtb')
|
|
||||||
dtbo_group = parser.add_mutually_exclusive_group()
|
|
||||||
dtbo_group.add_argument('--recovery_dtbo', type=FileType('rb'),
|
|
||||||
help='path to the recovery DTBO')
|
|
||||||
dtbo_group.add_argument('--recovery_acpio', type=FileType('rb'),
|
|
||||||
metavar='RECOVERY_ACPIO', dest='recovery_dtbo',
|
|
||||||
help='path to the recovery ACPIO')
|
|
||||||
parser.add_argument('--cmdline', type=AsciizBytes(bufsize=cmdline_size),
|
|
||||||
default='', help='kernel command line arguments')
|
|
||||||
parser.add_argument('--vendor_cmdline',
|
|
||||||
type=AsciizBytes(bufsize=VENDOR_BOOT_ARGS_SIZE),
|
|
||||||
default='',
|
|
||||||
help='vendor boot kernel command line arguments')
|
|
||||||
parser.add_argument('--base', type=parse_int, default=0x10000000,
|
|
||||||
help='base address')
|
|
||||||
parser.add_argument('--kernel_offset', type=parse_int, default=0x00008000,
|
|
||||||
help='kernel offset')
|
|
||||||
parser.add_argument('--ramdisk_offset', type=parse_int, default=0x01000000,
|
|
||||||
help='ramdisk offset')
|
|
||||||
parser.add_argument('--second_offset', type=parse_int, default=0x00f00000,
|
|
||||||
help='second bootloader offset')
|
|
||||||
parser.add_argument('--dtb_offset', type=parse_int, default=0x01f00000,
|
|
||||||
help='dtb offset')
|
|
||||||
parser.add_argument('--os_version', type=parse_os_version, default=0,
|
|
||||||
help='operating system version')
|
|
||||||
parser.add_argument('--os_patch_level', type=parse_os_patch_level,
|
|
||||||
default=0, help='operating system patch level')
|
|
||||||
parser.add_argument('--tags_offset', type=parse_int, default=0x00000100,
|
|
||||||
help='tags offset')
|
|
||||||
parser.add_argument('--board', type=AsciizBytes(bufsize=BOOT_NAME_SIZE),
|
|
||||||
default='', help='board name')
|
|
||||||
parser.add_argument('--pagesize', type=parse_int,
|
|
||||||
choices=[2**i for i in range(11, 15)], default=2048,
|
|
||||||
help='page size')
|
|
||||||
parser.add_argument('--id', action='store_true',
|
|
||||||
help='print the image ID on standard output')
|
|
||||||
parser.add_argument('--header_version', type=parse_int, default=0,
|
|
||||||
help='boot image header version')
|
|
||||||
parser.add_argument('-o', '--output', type=FileType('wb'),
|
|
||||||
help='output file name')
|
|
||||||
parser.add_argument('--gki_signing_algorithm',
|
|
||||||
help='GKI signing algorithm to use')
|
|
||||||
parser.add_argument('--gki_signing_key',
|
|
||||||
help='path to RSA private key file')
|
|
||||||
parser.add_argument('--gki_signing_signature_args',
|
|
||||||
help='other hash arguments passed to avbtool')
|
|
||||||
parser.add_argument('--gki_signing_avbtool_path',
|
|
||||||
help='path to avbtool for boot signature generation')
|
|
||||||
parser.add_argument('--vendor_boot', type=FileType('wb'),
|
|
||||||
help='vendor boot output file name')
|
|
||||||
parser.add_argument('--vendor_ramdisk', type=FileType('rb'),
|
|
||||||
help='path to the vendor ramdisk')
|
|
||||||
parser.add_argument('--vendor_bootconfig', type=FileType('rb'),
|
|
||||||
help='path to the vendor bootconfig file')
|
|
||||||
args, extra_args = parser.parse_known_args()
|
|
||||||
if args.vendor_boot is not None and args.header_version > 3:
|
|
||||||
extra_args = parse_vendor_ramdisk_args(args, extra_args)
|
|
||||||
if len(extra_args) > 0:
|
|
||||||
raise ValueError(f'Unrecognized arguments: {extra_args}')
|
|
||||||
if args.header_version < 3:
|
|
||||||
args.extra_cmdline = args.cmdline[BOOT_ARGS_SIZE-1:]
|
|
||||||
args.cmdline = args.cmdline[:BOOT_ARGS_SIZE-1] + b'\x00'
|
|
||||||
assert len(args.cmdline) <= BOOT_ARGS_SIZE
|
|
||||||
assert len(args.extra_cmdline) <= BOOT_EXTRA_ARGS_SIZE
|
|
||||||
return args
|
|
||||||
def add_boot_image_signature(args, pagesize):
|
|
||||||
"""Adds the boot image signature.
|
|
||||||
Note that the signature will only be verified in VTS to ensure a
|
|
||||||
generic boot.img is used. It will not be used by the device
|
|
||||||
bootloader at boot time. The bootloader should only verify
|
|
||||||
the boot vbmeta at the end of the boot partition (or in the top-level
|
|
||||||
vbmeta partition) via the Android Verified Boot process, when the
|
|
||||||
device boots.
|
|
||||||
"""
|
|
||||||
args.output.flush() # Flush the buffer for signature calculation.
|
|
||||||
# Appends zeros if the signing key is not specified.
|
|
||||||
if not args.gki_signing_key or not args.gki_signing_algorithm:
|
|
||||||
zeros = b'\x00' * BOOT_IMAGE_V4_SIGNATURE_SIZE
|
|
||||||
args.output.write(zeros)
|
|
||||||
pad_file(args.output, pagesize)
|
|
||||||
return
|
|
||||||
avbtool = 'avbtool' # Used from otatools.zip or Android build env.
|
|
||||||
# We need to specify the path of avbtool in build/core/Makefile.
|
|
||||||
# Because avbtool is not guaranteed to be in $PATH there.
|
|
||||||
if args.gki_signing_avbtool_path:
|
|
||||||
avbtool = args.gki_signing_avbtool_path
|
|
||||||
# Need to specify a value of --partition_size for avbtool to work.
|
|
||||||
# We use 64 MB below, but avbtool will not resize the boot image to
|
|
||||||
# this size because --do_not_append_vbmeta_image is also specified.
|
|
||||||
avbtool_cmd = [
|
|
||||||
avbtool, 'add_hash_footer',
|
|
||||||
'--partition_name', 'boot',
|
|
||||||
'--partition_size', str(64 * 1024 * 1024),
|
|
||||||
'--image', args.output.name,
|
|
||||||
'--algorithm', args.gki_signing_algorithm,
|
|
||||||
'--key', args.gki_signing_key,
|
|
||||||
'--salt', 'd00df00d'] # TODO: use a hash of kernel/ramdisk as the salt.
|
|
||||||
# Additional arguments passed to avbtool.
|
|
||||||
if args.gki_signing_signature_args:
|
|
||||||
avbtool_cmd += args.gki_signing_signature_args.split()
|
|
||||||
# Outputs the signed vbmeta to a separate file, then append to boot.img
|
|
||||||
# as the boot signature.
|
|
||||||
with tempfile.TemporaryDirectory() as temp_out_dir:
|
|
||||||
boot_signature_output = os.path.join(temp_out_dir, 'boot_signature')
|
|
||||||
avbtool_cmd += ['--do_not_append_vbmeta_image',
|
|
||||||
'--output_vbmeta_image', boot_signature_output]
|
|
||||||
subprocess.check_call(avbtool_cmd)
|
|
||||||
with open(boot_signature_output, 'rb') as boot_signature:
|
|
||||||
if filesize(boot_signature) > BOOT_IMAGE_V4_SIGNATURE_SIZE:
|
|
||||||
raise ValueError(
|
|
||||||
f'boot sigature size is > {BOOT_IMAGE_V4_SIGNATURE_SIZE}')
|
|
||||||
write_padded_file(args.output, boot_signature, pagesize)
|
|
||||||
def write_data(args, pagesize):
|
|
||||||
write_padded_file(args.output, args.kernel, pagesize)
|
|
||||||
write_padded_file(args.output, args.ramdisk, pagesize)
|
|
||||||
write_padded_file(args.output, args.second, pagesize)
|
|
||||||
if args.header_version > 0 and args.header_version < 3:
|
|
||||||
write_padded_file(args.output, args.recovery_dtbo, pagesize)
|
|
||||||
if args.header_version == 2:
|
|
||||||
write_padded_file(args.output, args.dtb, pagesize)
|
|
||||||
if args.header_version >= 4:
|
|
||||||
add_boot_image_signature(args, pagesize)
|
|
||||||
def write_vendor_boot_data(args):
|
|
||||||
if args.header_version > 3:
|
|
||||||
builder = args.vendor_ramdisk_table_builder
|
|
||||||
builder.write_ramdisks_padded(args.vendor_boot, args.pagesize)
|
|
||||||
write_padded_file(args.vendor_boot, args.dtb, args.pagesize)
|
|
||||||
builder.write_entries_padded(args.vendor_boot, args.pagesize)
|
|
||||||
write_padded_file(args.vendor_boot, args.vendor_bootconfig,
|
|
||||||
args.pagesize)
|
|
||||||
else:
|
|
||||||
write_padded_file(args.vendor_boot, args.vendor_ramdisk, args.pagesize)
|
|
||||||
write_padded_file(args.vendor_boot, args.dtb, args.pagesize)
|
|
||||||
def main():
|
|
||||||
args = parse_cmdline()
|
|
||||||
if args.vendor_boot is not None:
|
|
||||||
if args.header_version not in {3, 4}:
|
|
||||||
raise ValueError(
|
|
||||||
'--vendor_boot not compatible with given header version')
|
|
||||||
if args.header_version == 3 and args.vendor_ramdisk is None:
|
|
||||||
raise ValueError('--vendor_ramdisk missing or invalid')
|
|
||||||
write_vendor_boot_header(args)
|
|
||||||
write_vendor_boot_data(args)
|
|
||||||
if args.output is not None:
|
|
||||||
if args.second is not None and args.header_version > 2:
|
|
||||||
raise ValueError(
|
|
||||||
'--second not compatible with given header version')
|
|
||||||
img_id = write_header(args)
|
|
||||||
if args.header_version > 2:
|
|
||||||
write_data(args, BOOT_IMAGE_HEADER_V3_PAGESIZE)
|
|
||||||
else:
|
|
||||||
write_data(args, args.pagesize)
|
|
||||||
if args.id and img_id is not None:
|
|
||||||
print('0x' + ''.join(f'{octet:02x}' for octet in img_id))
|
|
||||||
if __name__ == '__main__':
|
|
||||||
main()
|
|
@@ -10,7 +10,8 @@ if [ -z "$BM_POE_ADDRESS" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
SNMP_KEY="SNMPv2-SMI::mib-2.105.1.1.1.3.1.$((48 + BM_POE_INTERFACE))"
|
SNMP_KEY="SNMPv2-SMI::mib-2.105.1.1.1.3.1.`expr 48 + $BM_POE_INTERFACE`"
|
||||||
|
SNMP_ON="i 1"
|
||||||
SNMP_OFF="i 2"
|
SNMP_OFF="i 2"
|
||||||
|
|
||||||
flock /var/run/poe.lock -c "snmpset -v2c -r 3 -t 30 -cmesaci $BM_POE_ADDRESS $SNMP_KEY $SNMP_OFF"
|
flock /var/run/poe.lock -c "snmpset -v2c -r 3 -t 30 -cmesaci $BM_POE_ADDRESS $SNMP_KEY $SNMP_OFF"
|
||||||
|
@@ -10,7 +10,7 @@ if [ -z "$BM_POE_ADDRESS" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
SNMP_KEY="SNMPv2-SMI::mib-2.105.1.1.1.3.1.$((48 + BM_POE_INTERFACE))"
|
SNMP_KEY="SNMPv2-SMI::mib-2.105.1.1.1.3.1.`expr 48 + $BM_POE_INTERFACE`"
|
||||||
SNMP_ON="i 1"
|
SNMP_ON="i 1"
|
||||||
SNMP_OFF="i 2"
|
SNMP_OFF="i 2"
|
||||||
|
|
||||||
|
@@ -1,10 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# shellcheck disable=SC1091
|
|
||||||
# shellcheck disable=SC2034
|
|
||||||
# shellcheck disable=SC2059
|
|
||||||
# shellcheck disable=SC2086 # we want word splitting
|
|
||||||
|
|
||||||
. "$SCRIPTS_DIR"/setup-test-env.sh
|
|
||||||
|
|
||||||
# Boot script for devices attached to a PoE switch, using NFS for the root
|
# Boot script for devices attached to a PoE switch, using NFS for the root
|
||||||
# filesystem.
|
# filesystem.
|
||||||
@@ -12,7 +6,6 @@
|
|||||||
# We're run from the root of the repo, make a helper var for our paths
|
# We're run from the root of the repo, make a helper var for our paths
|
||||||
BM=$CI_PROJECT_DIR/install/bare-metal
|
BM=$CI_PROJECT_DIR/install/bare-metal
|
||||||
CI_COMMON=$CI_PROJECT_DIR/install/common
|
CI_COMMON=$CI_PROJECT_DIR/install/common
|
||||||
CI_INSTALL=$CI_PROJECT_DIR/install
|
|
||||||
|
|
||||||
# Runner config checks
|
# Runner config checks
|
||||||
if [ -z "$BM_SERIAL" ]; then
|
if [ -z "$BM_SERIAL" ]; then
|
||||||
@@ -61,8 +54,8 @@ if [ -z "$BM_ROOTFS" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$BM_BOOTFS" ] && { [ -z "$BM_KERNEL" ] || [ -z "$BM_DTB" ]; } ; then
|
if [ -z "$BM_BOOTFS" ]; then
|
||||||
echo "Must set /boot files for the TFTP boot in the job's variables or set kernel and dtb"
|
echo "Must set /boot files for the TFTP boot in the job's variables"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -71,9 +64,12 @@ if [ -z "$BM_CMDLINE" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
set -ex
|
if [ -z "$BM_BOOTCONFIG" ]; then
|
||||||
|
echo "Must set BM_BOOTCONFIG to your board's required boot configuration arguments"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
date +'%F %T'
|
set -ex
|
||||||
|
|
||||||
# Clear out any previous run's artifacts.
|
# Clear out any previous run's artifacts.
|
||||||
rm -rf results/
|
rm -rf results/
|
||||||
@@ -83,64 +79,27 @@ mkdir -p results
|
|||||||
# state, since it's volume-mounted on the host.
|
# state, since it's volume-mounted on the host.
|
||||||
rsync -a --delete $BM_ROOTFS/ /nfs/
|
rsync -a --delete $BM_ROOTFS/ /nfs/
|
||||||
|
|
||||||
date +'%F %T'
|
|
||||||
|
|
||||||
# If BM_BOOTFS is an URL, download it
|
# If BM_BOOTFS is an URL, download it
|
||||||
if echo $BM_BOOTFS | grep -q http; then
|
if echo $BM_BOOTFS | grep -q http; then
|
||||||
curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
|
apt install -y wget
|
||||||
"${FDO_HTTP_CACHE_URI:-}$BM_BOOTFS" -o /tmp/bootfs.tar
|
wget ${FDO_HTTP_CACHE_URI:-}$BM_BOOTFS -O /tmp/bootfs.tar
|
||||||
BM_BOOTFS=/tmp/bootfs.tar
|
BM_BOOTFS=/tmp/bootfs.tar
|
||||||
fi
|
fi
|
||||||
|
|
||||||
date +'%F %T'
|
|
||||||
|
|
||||||
# If BM_BOOTFS is a file, assume it is a tarball and uncompress it
|
# If BM_BOOTFS is a file, assume it is a tarball and uncompress it
|
||||||
if [ -f "${BM_BOOTFS}" ]; then
|
if [ -f $BM_BOOTFS ]; then
|
||||||
mkdir -p /tmp/bootfs
|
mkdir -p /tmp/bootfs
|
||||||
tar xf $BM_BOOTFS -C /tmp/bootfs
|
tar xf $BM_BOOTFS -C /tmp/bootfs
|
||||||
BM_BOOTFS=/tmp/bootfs
|
BM_BOOTFS=/tmp/bootfs
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# If BM_KERNEL and BM_DTS is present
|
|
||||||
if [ -n "${FORCE_KERNEL_TAG}" ]; then
|
|
||||||
if [ -z "${BM_KERNEL}" ] || [ -z "${BM_DTB}" ]; then
|
|
||||||
echo "This machine cannot be tested with external kernel since BM_KERNEL or BM_DTB missing!"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
|
|
||||||
"${FDO_HTTP_CACHE_URI:-}${KERNEL_IMAGE_BASE}/${DEBIAN_ARCH}/${BM_KERNEL}" -o "${BM_KERNEL}"
|
|
||||||
curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
|
|
||||||
"${FDO_HTTP_CACHE_URI:-}${KERNEL_IMAGE_BASE}/${DEBIAN_ARCH}/${BM_DTB}.dtb" -o "${BM_DTB}.dtb"
|
|
||||||
curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
|
|
||||||
"${FDO_HTTP_CACHE_URI:-}${KERNEL_IMAGE_BASE}/${DEBIAN_ARCH}/modules.tar.zst" -o modules.tar.zst
|
|
||||||
fi
|
|
||||||
|
|
||||||
date +'%F %T'
|
|
||||||
|
|
||||||
# Install kernel modules (it could be either in /lib/modules or
|
# Install kernel modules (it could be either in /lib/modules or
|
||||||
# /usr/lib/modules, but we want to install in the latter)
|
# /usr/lib/modules, but we want to install in the latter)
|
||||||
if [ -n "${FORCE_KERNEL_TAG}" ]; then
|
[ -d $BM_BOOTFS/usr/lib/modules ] && rsync -a $BM_BOOTFS/usr/lib/modules/ /nfs/usr/lib/modules/
|
||||||
tar --keep-directory-symlink --zstd -xf modules.tar.zst -C /nfs/
|
[ -d $BM_BOOTFS/lib/modules ] && rsync -a $BM_BOOTFS/lib/modules/ /nfs/lib/modules/
|
||||||
rm modules.tar.zst &
|
|
||||||
elif [ -n "${BM_BOOTFS}" ]; then
|
|
||||||
[ -d $BM_BOOTFS/usr/lib/modules ] && rsync -a $BM_BOOTFS/usr/lib/modules/ /nfs/usr/lib/modules/
|
|
||||||
[ -d $BM_BOOTFS/lib/modules ] && rsync -a $BM_BOOTFS/lib/modules/ /nfs/lib/modules/
|
|
||||||
else
|
|
||||||
echo "No modules!"
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
date +'%F %T'
|
|
||||||
|
|
||||||
# Install kernel image + bootloader files
|
# Install kernel image + bootloader files
|
||||||
if [ -n "${FORCE_KERNEL_TAG}" ] || [ -z "$BM_BOOTFS" ]; then
|
rsync -aL --delete $BM_BOOTFS/boot/ /tftp/
|
||||||
mv "${BM_KERNEL}" "${BM_DTB}.dtb" /tftp/
|
|
||||||
else # BM_BOOTFS
|
|
||||||
rsync -aL --delete $BM_BOOTFS/boot/ /tftp/
|
|
||||||
fi
|
|
||||||
|
|
||||||
date +'%F %T'
|
|
||||||
|
|
||||||
# Set up the pxelinux config for Jetson Nano
|
# Set up the pxelinux config for Jetson Nano
|
||||||
mkdir -p /tftp/pxelinux.cfg
|
mkdir -p /tftp/pxelinux.cfg
|
||||||
@@ -156,74 +115,35 @@ LABEL primary
|
|||||||
APPEND \${cbootargs} $BM_CMDLINE
|
APPEND \${cbootargs} $BM_CMDLINE
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Set up the pxelinux config for Jetson TK1
|
|
||||||
cat <<EOF >/tftp/pxelinux.cfg/default-arm-tegra124-jetson-tk1
|
|
||||||
PROMPT 0
|
|
||||||
TIMEOUT 30
|
|
||||||
DEFAULT primary
|
|
||||||
MENU TITLE jetson TK1 boot options
|
|
||||||
LABEL primary
|
|
||||||
MENU LABEL CI kernel on TFTP
|
|
||||||
LINUX zImage
|
|
||||||
FDT tegra124-jetson-tk1.dtb
|
|
||||||
APPEND \${cbootargs} $BM_CMDLINE
|
|
||||||
EOF
|
|
||||||
|
|
||||||
# Create the rootfs in the NFS directory
|
# Create the rootfs in the NFS directory
|
||||||
|
mkdir -p /nfs/results
|
||||||
. $BM/rootfs-setup.sh /nfs
|
. $BM/rootfs-setup.sh /nfs
|
||||||
|
|
||||||
date +'%F %T'
|
|
||||||
|
|
||||||
echo "$BM_CMDLINE" > /tftp/cmdline.txt
|
echo "$BM_CMDLINE" > /tftp/cmdline.txt
|
||||||
|
|
||||||
# Add some options in config.txt, if defined
|
# Add some required options in config.txt
|
||||||
if [ -n "$BM_BOOTCONFIG" ]; then
|
printf "$BM_BOOTCONFIG" >> /tftp/config.txt
|
||||||
printf "$BM_BOOTCONFIG" >> /tftp/config.txt
|
|
||||||
fi
|
|
||||||
|
|
||||||
set +e
|
set +e
|
||||||
STRUCTURED_LOG_FILE=job_detail.json
|
ATTEMPTS=10
|
||||||
python3 $CI_INSTALL/custom_logger.py ${STRUCTURED_LOG_FILE} --update dut_job_type "${DEVICE_TYPE}"
|
|
||||||
python3 $CI_INSTALL/custom_logger.py ${STRUCTURED_LOG_FILE} --update farm "${FARM}"
|
|
||||||
ATTEMPTS=3
|
|
||||||
first_attempt=True
|
|
||||||
while [ $((ATTEMPTS--)) -gt 0 ]; do
|
while [ $((ATTEMPTS--)) -gt 0 ]; do
|
||||||
python3 $CI_INSTALL/custom_logger.py ${STRUCTURED_LOG_FILE} --create-dut-job dut_name "${CI_RUNNER_DESCRIPTION}"
|
|
||||||
# Update subtime time to CI_JOB_STARTED_AT only for the first run
|
|
||||||
if [ "$first_attempt" = "True" ]; then
|
|
||||||
python3 $CI_INSTALL/custom_logger.py ${STRUCTURED_LOG_FILE} --update-dut-time submit "${CI_JOB_STARTED_AT}"
|
|
||||||
else
|
|
||||||
python3 $CI_INSTALL/custom_logger.py ${STRUCTURED_LOG_FILE} --update-dut-time submit
|
|
||||||
fi
|
|
||||||
python3 $BM/poe_run.py \
|
python3 $BM/poe_run.py \
|
||||||
--dev="$BM_SERIAL" \
|
--dev="$BM_SERIAL" \
|
||||||
--powerup="$BM_POWERUP" \
|
--powerup="$BM_POWERUP" \
|
||||||
--powerdown="$BM_POWERDOWN" \
|
--powerdown="$BM_POWERDOWN" \
|
||||||
--test-timeout ${TEST_PHASE_TIMEOUT:-20}
|
--timeout="${BM_POE_TIMEOUT:-60}"
|
||||||
ret=$?
|
ret=$?
|
||||||
|
|
||||||
if [ $ret -eq 2 ]; then
|
if [ $ret -eq 2 ]; then
|
||||||
echo "Did not detect boot sequence, retrying..."
|
echo "Did not detect boot sequence, retrying..."
|
||||||
python3 $CI_INSTALL/custom_logger.py ${STRUCTURED_LOG_FILE} --close-dut-job
|
|
||||||
first_attempt=False
|
|
||||||
else
|
else
|
||||||
ATTEMPTS=0
|
ATTEMPTS=0
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
python3 $CI_INSTALL/custom_logger.py ${STRUCTURED_LOG_FILE} --close-dut-job
|
|
||||||
python3 $CI_INSTALL/custom_logger.py ${STRUCTURED_LOG_FILE} --close
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
date +'%F %T'
|
|
||||||
|
|
||||||
# Bring artifacts back from the NFS dir to the build dir where gitlab-runner
|
# Bring artifacts back from the NFS dir to the build dir where gitlab-runner
|
||||||
# will look for them.
|
# will look for them.
|
||||||
cp -Rp /nfs/results/. results/
|
cp -Rp /nfs/results/. results/
|
||||||
if [ -f "${STRUCTURED_LOG_FILE}" ]; then
|
|
||||||
cp -p ${STRUCTURED_LOG_FILE} results/
|
|
||||||
echo "Structured log file is available at ${ARTIFACTS_BASE_URL}/results/${STRUCTURED_LOG_FILE}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
date +'%F %T'
|
|
||||||
|
|
||||||
exit $ret
|
exit $ret
|
||||||
|
@@ -24,26 +24,20 @@
|
|||||||
import argparse
|
import argparse
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
from serial_buffer import SerialBuffer
|
||||||
import sys
|
import sys
|
||||||
import threading
|
import threading
|
||||||
|
|
||||||
from custom_logger import CustomLogger
|
|
||||||
from serial_buffer import SerialBuffer
|
|
||||||
|
|
||||||
class PoERun:
|
class PoERun:
|
||||||
def __init__(self, args, test_timeout, logger):
|
def __init__(self, args):
|
||||||
self.powerup = args.powerup
|
self.powerup = args.powerup
|
||||||
self.powerdown = args.powerdown
|
self.powerdown = args.powerdown
|
||||||
self.ser = SerialBuffer(
|
self.ser = SerialBuffer(args.dev, "results/serial-output.txt", "", args.timeout)
|
||||||
args.dev, "results/serial-output.txt", "")
|
|
||||||
self.test_timeout = test_timeout
|
|
||||||
self.logger = logger
|
|
||||||
|
|
||||||
def print_error(self, message):
|
def print_error(self, message):
|
||||||
RED = '\033[0;31m'
|
RED = '\033[0;31m'
|
||||||
NO_COLOR = '\033[0m'
|
NO_COLOR = '\033[0m'
|
||||||
print(RED + message + NO_COLOR)
|
print(RED + message + NO_COLOR)
|
||||||
self.logger.update_status_fail(message)
|
|
||||||
|
|
||||||
def logged_system(self, cmd):
|
def logged_system(self, cmd):
|
||||||
print("Running '{}'".format(cmd))
|
print("Running '{}'".format(cmd))
|
||||||
@@ -51,25 +45,20 @@ class PoERun:
|
|||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
if self.logged_system(self.powerup) != 0:
|
if self.logged_system(self.powerup) != 0:
|
||||||
self.logger.update_status_fail("powerup failed")
|
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
boot_detected = False
|
boot_detected = False
|
||||||
self.logger.create_job_phase("boot")
|
for line in self.ser.lines():
|
||||||
for line in self.ser.lines(timeout=5 * 60, phase="bootloader"):
|
|
||||||
if re.search("Booting Linux", line):
|
if re.search("Booting Linux", line):
|
||||||
boot_detected = True
|
boot_detected = True
|
||||||
break
|
break
|
||||||
|
|
||||||
if not boot_detected:
|
if not boot_detected:
|
||||||
self.print_error(
|
self.print_error("Something wrong; couldn't detect the boot start up sequence")
|
||||||
"Something wrong; couldn't detect the boot start up sequence")
|
return 2
|
||||||
return 1
|
|
||||||
|
|
||||||
self.logger.create_job_phase("test")
|
for line in self.ser.lines():
|
||||||
for line in self.ser.lines(timeout=self.test_timeout, phase="test"):
|
|
||||||
if re.search("---. end Kernel panic", line):
|
if re.search("---. end Kernel panic", line):
|
||||||
self.logger.update_status_fail("kernel panic")
|
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
# Binning memory problems
|
# Binning memory problems
|
||||||
@@ -78,50 +67,34 @@ class PoERun:
|
|||||||
return 1
|
return 1
|
||||||
|
|
||||||
if re.search("nouveau 57000000.gpu: bus: MMIO read of 00000000 FAULT at 137000", line):
|
if re.search("nouveau 57000000.gpu: bus: MMIO read of 00000000 FAULT at 137000", line):
|
||||||
self.print_error("nouveau jetson boot bug, abandoning run.")
|
self.print_error("nouveau jetson boot bug, retrying.")
|
||||||
return 1
|
return 2
|
||||||
|
|
||||||
# network fail on tk1
|
|
||||||
if re.search("NETDEV WATCHDOG:.* transmit queue 0 timed out", line):
|
|
||||||
self.print_error("nouveau jetson tk1 network fail, abandoning run.")
|
|
||||||
return 1
|
|
||||||
|
|
||||||
result = re.search("hwci: mesa: (\S*)", line)
|
result = re.search("hwci: mesa: (\S*)", line)
|
||||||
if result:
|
if result:
|
||||||
if result.group(1) == "pass":
|
if result.group(1) == "pass":
|
||||||
self.logger.update_dut_job("status", "pass")
|
|
||||||
return 0
|
return 0
|
||||||
else:
|
else:
|
||||||
self.logger.update_status_fail("test fail")
|
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
self.print_error(
|
self.print_error("Reached the end of the CPU serial log without finding a result")
|
||||||
"Reached the end of the CPU serial log without finding a result")
|
return 2
|
||||||
return 1
|
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
parser = argparse.ArgumentParser()
|
parser = argparse.ArgumentParser()
|
||||||
parser.add_argument('--dev', type=str,
|
parser.add_argument('--dev', type=str, help='Serial device to monitor', required=True)
|
||||||
help='Serial device to monitor', required=True)
|
parser.add_argument('--powerup', type=str, help='shell command for rebooting', required=True)
|
||||||
parser.add_argument('--powerup', type=str,
|
parser.add_argument('--powerdown', type=str, help='shell command for powering off', required=True)
|
||||||
help='shell command for rebooting', required=True)
|
parser.add_argument('--timeout', type=int, default=60,
|
||||||
parser.add_argument('--powerdown', type=str,
|
help='time in seconds to wait for activity', required=False)
|
||||||
help='shell command for powering off', required=True)
|
|
||||||
parser.add_argument(
|
|
||||||
'--test-timeout', type=int, help='Test phase timeout (minutes)', required=True)
|
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
logger = CustomLogger("job_detail.json")
|
poe = PoERun(args)
|
||||||
logger.update_dut_time("start", None)
|
|
||||||
poe = PoERun(args, args.test_timeout * 60, logger)
|
|
||||||
retval = poe.run()
|
retval = poe.run()
|
||||||
|
|
||||||
poe.logged_system(args.powerdown)
|
poe.logged_system(args.powerdown)
|
||||||
logger.update_dut_time("end", None)
|
|
||||||
|
|
||||||
sys.exit(retval)
|
sys.exit(retval)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
# shellcheck disable=SC2086 # we want word splitting
|
|
||||||
|
|
||||||
rootfs_dst=$1
|
rootfs_dst=$1
|
||||||
|
|
||||||
@@ -9,29 +8,23 @@ mkdir -p $rootfs_dst/results
|
|||||||
cp $BM/bm-init.sh $rootfs_dst/init
|
cp $BM/bm-init.sh $rootfs_dst/init
|
||||||
cp $CI_COMMON/init*.sh $rootfs_dst/
|
cp $CI_COMMON/init*.sh $rootfs_dst/
|
||||||
|
|
||||||
date +'%F %T'
|
|
||||||
|
|
||||||
# Make JWT token available as file in the bare-metal storage to enable access
|
# Make JWT token available as file in the bare-metal storage to enable access
|
||||||
# to MinIO
|
# to MinIO
|
||||||
cp "${CI_JOB_JWT_FILE}" "${rootfs_dst}${CI_JOB_JWT_FILE}"
|
cp "${CI_JOB_JWT_FILE}" "${rootfs_dst}${CI_JOB_JWT_FILE}"
|
||||||
|
|
||||||
date +'%F %T'
|
|
||||||
|
|
||||||
cp $CI_COMMON/capture-devcoredump.sh $rootfs_dst/
|
cp $CI_COMMON/capture-devcoredump.sh $rootfs_dst/
|
||||||
cp $CI_COMMON/intel-gpu-freq.sh $rootfs_dst/
|
cp $CI_COMMON/intel-gpu-freq.sh $rootfs_dst/
|
||||||
cp $CI_COMMON/kdl.sh $rootfs_dst/
|
|
||||||
cp "$SCRIPTS_DIR/setup-test-env.sh" "$rootfs_dst/"
|
|
||||||
|
|
||||||
set +x
|
set +x
|
||||||
|
|
||||||
# Pass through relevant env vars from the gitlab job to the baremetal init script
|
# Pass through relevant env vars from the gitlab job to the baremetal init script
|
||||||
|
"$CI_COMMON"/generate-env.sh > $rootfs_dst/set-job-env-vars.sh
|
||||||
|
chmod +x $rootfs_dst/set-job-env-vars.sh
|
||||||
echo "Variables passed through:"
|
echo "Variables passed through:"
|
||||||
"$CI_COMMON"/generate-env.sh | tee $rootfs_dst/set-job-env-vars.sh
|
cat $rootfs_dst/set-job-env-vars.sh
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
# Add the Mesa drivers we built, and make a consistent symlink to them.
|
# Add the Mesa drivers we built, and make a consistent symlink to them.
|
||||||
mkdir -p $rootfs_dst/$CI_PROJECT_DIR
|
mkdir -p $rootfs_dst/$CI_PROJECT_DIR
|
||||||
rsync -aH --delete $CI_PROJECT_DIR/install/ $rootfs_dst/$CI_PROJECT_DIR/install/
|
rsync -aH --delete $CI_PROJECT_DIR/install/ $rootfs_dst/$CI_PROJECT_DIR/install/
|
||||||
|
|
||||||
date +'%F %T'
|
|
||||||
|
@@ -28,9 +28,8 @@ import serial
|
|||||||
import threading
|
import threading
|
||||||
import time
|
import time
|
||||||
|
|
||||||
|
|
||||||
class SerialBuffer:
|
class SerialBuffer:
|
||||||
def __init__(self, dev, filename, prefix, timeout=None, line_queue=None):
|
def __init__(self, dev, filename, prefix, timeout = None):
|
||||||
self.filename = filename
|
self.filename = filename
|
||||||
self.dev = dev
|
self.dev = dev
|
||||||
|
|
||||||
@@ -42,13 +41,7 @@ class SerialBuffer:
|
|||||||
self.serial = None
|
self.serial = None
|
||||||
|
|
||||||
self.byte_queue = queue.Queue()
|
self.byte_queue = queue.Queue()
|
||||||
# allow multiple SerialBuffers to share a line queue so you can merge
|
self.line_queue = queue.Queue()
|
||||||
# servo's CPU and EC streams into one thing to watch the boot/test
|
|
||||||
# progress on.
|
|
||||||
if line_queue:
|
|
||||||
self.line_queue = line_queue
|
|
||||||
else:
|
|
||||||
self.line_queue = queue.Queue()
|
|
||||||
self.prefix = prefix
|
self.prefix = prefix
|
||||||
self.timeout = timeout
|
self.timeout = timeout
|
||||||
self.sentinel = object()
|
self.sentinel = object()
|
||||||
@@ -137,30 +130,14 @@ class SerialBuffer:
|
|||||||
self.line_queue.put(line)
|
self.line_queue.put(line)
|
||||||
line = bytearray()
|
line = bytearray()
|
||||||
|
|
||||||
def lines(self, timeout=None, phase=None):
|
def get_line(self):
|
||||||
start_time = time.monotonic()
|
line = self.line_queue.get()
|
||||||
while True:
|
if line == self.sentinel:
|
||||||
read_timeout = None
|
self.lines_thread.join()
|
||||||
if timeout:
|
return line
|
||||||
read_timeout = timeout - (time.monotonic() - start_time)
|
|
||||||
if read_timeout <= 0:
|
|
||||||
print("read timeout waiting for serial during {}".format(phase))
|
|
||||||
self.close()
|
|
||||||
break
|
|
||||||
|
|
||||||
try:
|
def lines(self):
|
||||||
line = self.line_queue.get(timeout=read_timeout)
|
return iter(self.get_line, self.sentinel)
|
||||||
except queue.Empty:
|
|
||||||
print("read timeout waiting for serial during {}".format(phase))
|
|
||||||
self.close()
|
|
||||||
break
|
|
||||||
|
|
||||||
if line == self.sentinel:
|
|
||||||
print("End of serial output")
|
|
||||||
self.lines_thread.join()
|
|
||||||
break
|
|
||||||
|
|
||||||
yield line
|
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
@@ -28,8 +28,8 @@
|
|||||||
import sys
|
import sys
|
||||||
import telnetlib
|
import telnetlib
|
||||||
|
|
||||||
host = sys.argv[1]
|
host=sys.argv[1]
|
||||||
port = sys.argv[2]
|
port=sys.argv[2]
|
||||||
|
|
||||||
tn = telnetlib.Telnet(host, port, 1000000)
|
tn = telnetlib.Telnet(host, port, 1000000)
|
||||||
|
|
||||||
|
@@ -1 +0,0 @@
|
|||||||
../bin/ci
|
|
@@ -1,7 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
# shellcheck disable=SC1091
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
_COMPILER=clang++-15
|
|
||||||
. compiler-wrapper.sh
|
|
@@ -1,7 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
# shellcheck disable=SC1091
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
_COMPILER=clang++
|
|
||||||
. compiler-wrapper.sh
|
|
@@ -1,7 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
# shellcheck disable=SC1091
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
_COMPILER=clang-15
|
|
||||||
. compiler-wrapper.sh
|
|
@@ -1,7 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
# shellcheck disable=SC1091
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
_COMPILER=clang
|
|
||||||
. compiler-wrapper.sh
|
|
@@ -1,7 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
# shellcheck disable=SC1091
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
_COMPILER=g++
|
|
||||||
. compiler-wrapper.sh
|
|
@@ -1,7 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
# shellcheck disable=SC1091
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
_COMPILER=gcc
|
|
||||||
. compiler-wrapper.sh
|
|
@@ -1,21 +0,0 @@
|
|||||||
# shellcheck disable=SC1091
|
|
||||||
# shellcheck disable=SC2086 # we want word splitting
|
|
||||||
if command -V ccache >/dev/null 2>/dev/null; then
|
|
||||||
CCACHE=ccache
|
|
||||||
else
|
|
||||||
CCACHE=
|
|
||||||
fi
|
|
||||||
|
|
||||||
if echo "$@" | grep -E 'meson-private/tmp[^ /]*/testfile.c' >/dev/null; then
|
|
||||||
# Invoked for meson feature check
|
|
||||||
exec $CCACHE $_COMPILER "$@"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "$(eval printf "'%s'" "\"\${$(($#-1))}\"")" = "-c" ]; then
|
|
||||||
# Not invoked for linking
|
|
||||||
exec $CCACHE $_COMPILER "$@"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Compiler invoked by ninja for linking. Add -Werror to turn compiler warnings into errors
|
|
||||||
# with LTO. (meson's werror should arguably do this, but meanwhile we need to)
|
|
||||||
exec $CCACHE $_COMPILER "$@" -Werror
|
|
@@ -1,16 +1,8 @@
|
|||||||
# Shared between windows and Linux
|
# Shared between windows and Linux
|
||||||
.build-common:
|
.build-common:
|
||||||
extends: .container+build-rules
|
extends: .ci-run-policy
|
||||||
# Cancel job if a newer commit is pushed to the same branch
|
# Cancel job if a newer commit is pushed to the same branch
|
||||||
interruptible: true
|
interruptible: true
|
||||||
# Build jobs don't take more than 1-3 minutes. 5-8 min max on a fresh runner
|
|
||||||
# without a populated ccache.
|
|
||||||
# These jobs are never slow, either they finish within reasonable time or
|
|
||||||
# something has gone wrong and the job will never terminate, so we should
|
|
||||||
# instead timeout so that the retry mechanism can kick in.
|
|
||||||
# A few exception are made, see `timeout:` overrides in the rest of this
|
|
||||||
# file.
|
|
||||||
timeout: 30m
|
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "mesa_${CI_JOB_NAME}"
|
name: "mesa_${CI_JOB_NAME}"
|
||||||
when: always
|
when: always
|
||||||
@@ -18,7 +10,6 @@
|
|||||||
- _build/meson-logs/*.txt
|
- _build/meson-logs/*.txt
|
||||||
- _build/meson-logs/strace
|
- _build/meson-logs/strace
|
||||||
- shader-db
|
- shader-db
|
||||||
- artifacts
|
|
||||||
|
|
||||||
# Just Linux
|
# Just Linux
|
||||||
.build-linux:
|
.build-linux:
|
||||||
@@ -30,22 +21,24 @@
|
|||||||
# Use ccache transparently, and print stats before/after
|
# Use ccache transparently, and print stats before/after
|
||||||
before_script:
|
before_script:
|
||||||
- !reference [default, before_script]
|
- !reference [default, before_script]
|
||||||
- |
|
- export PATH="/usr/lib/ccache:$PATH"
|
||||||
export PATH="/usr/lib/ccache:$PATH"
|
- export CCACHE_BASEDIR="$PWD"
|
||||||
export CCACHE_BASEDIR="$PWD"
|
- echo -e "\e[0Ksection_start:$(date +%s):ccache_before[collapsed=true]\r\e[0Kccache stats before build"
|
||||||
if test -x /usr/bin/ccache; then
|
- ccache --show-stats
|
||||||
section_start ccache_before "ccache stats before build"
|
- echo -e "\e[0Ksection_end:$(date +%s):ccache_before\r\e[0K"
|
||||||
ccache --show-stats
|
|
||||||
section_end ccache_before
|
|
||||||
fi
|
|
||||||
after_script:
|
after_script:
|
||||||
- if test -x /usr/bin/ccache; then ccache --show-stats | grep "Hits:"; fi
|
- echo -e "\e[0Ksection_start:$(date +%s):ccache_after[collapsed=true]\r\e[0Kccache stats after build"
|
||||||
|
- ccache --show-stats
|
||||||
|
- echo -e "\e[0Ksection_end:$(date +%s):ccache_after\r\e[0K"
|
||||||
- !reference [default, after_script]
|
- !reference [default, after_script]
|
||||||
|
|
||||||
.build-windows:
|
.build-windows:
|
||||||
extends:
|
extends: .build-common
|
||||||
- .build-common
|
tags:
|
||||||
- .windows-docker-tags
|
- windows
|
||||||
|
- docker
|
||||||
|
- "1809"
|
||||||
|
- mesa
|
||||||
cache:
|
cache:
|
||||||
key: ${CI_JOB_NAME}
|
key: ${CI_JOB_NAME}
|
||||||
paths:
|
paths:
|
||||||
@@ -54,10 +47,10 @@
|
|||||||
.meson-build:
|
.meson-build:
|
||||||
extends:
|
extends:
|
||||||
- .build-linux
|
- .build-linux
|
||||||
- .use-debian/x86_64_build
|
- .use-debian/x86_build
|
||||||
stage: build-x86_64
|
stage: build-x86_64
|
||||||
variables:
|
variables:
|
||||||
LLVM_VERSION: 15
|
LLVM_VERSION: 11
|
||||||
script:
|
script:
|
||||||
- .gitlab-ci/meson/build.sh
|
- .gitlab-ci/meson/build.sh
|
||||||
|
|
||||||
@@ -71,23 +64,18 @@ debian-testing:
|
|||||||
-D glx=dri
|
-D glx=dri
|
||||||
-D gbm=enabled
|
-D gbm=enabled
|
||||||
-D egl=enabled
|
-D egl=enabled
|
||||||
-D platforms=x11,wayland
|
-D platforms=x11
|
||||||
GALLIUM_ST: >
|
GALLIUM_ST: >
|
||||||
-D dri3=enabled
|
-D dri3=enabled
|
||||||
-D gallium-nine=true
|
|
||||||
-D gallium-va=enabled
|
-D gallium-va=enabled
|
||||||
-D gallium-rusticl=true
|
GALLIUM_DRIVERS: "swrast,virgl,radeonsi,zink,crocus,iris,i915"
|
||||||
GALLIUM_DRIVERS: "swrast,virgl,radeonsi,zink,crocus,iris,i915,r300"
|
VULKAN_DRIVERS: "swrast,amd,intel"
|
||||||
VULKAN_DRIVERS: "swrast,amd,intel,intel_hasvk,virtio,nouveau"
|
|
||||||
BUILDTYPE: "debugoptimized"
|
BUILDTYPE: "debugoptimized"
|
||||||
EXTRA_OPTION: >
|
EXTRA_OPTION: >
|
||||||
-D spirv-to-dxil=true
|
-D valgrind=false
|
||||||
-D valgrind=disabled
|
MINIO_ARTIFACT_NAME: mesa-amd64
|
||||||
-D perfetto=true
|
|
||||||
-D tools=drm-shim
|
|
||||||
S3_ARTIFACT_NAME: mesa-x86_64-default-${BUILDTYPE}
|
|
||||||
LLVM_VERSION: 15
|
|
||||||
script:
|
script:
|
||||||
|
- .gitlab-ci/lava/lava-pytest.sh
|
||||||
- .gitlab-ci/meson/build.sh
|
- .gitlab-ci/meson/build.sh
|
||||||
- .gitlab-ci/prepare-artifacts.sh
|
- .gitlab-ci/prepare-artifacts.sh
|
||||||
artifacts:
|
artifacts:
|
||||||
@@ -102,28 +90,12 @@ debian-testing-asan:
|
|||||||
-Wno-error=stringop-truncation
|
-Wno-error=stringop-truncation
|
||||||
EXTRA_OPTION: >
|
EXTRA_OPTION: >
|
||||||
-D b_sanitize=address
|
-D b_sanitize=address
|
||||||
-D valgrind=disabled
|
-D valgrind=false
|
||||||
-D tools=dlclose-skip
|
-D tools=dlclose-skip
|
||||||
-D intel-clc=system
|
MINIO_ARTIFACT_NAME: ""
|
||||||
S3_ARTIFACT_NAME: ""
|
|
||||||
ARTIFACTS_DEBUG_SYMBOLS: 1
|
ARTIFACTS_DEBUG_SYMBOLS: 1
|
||||||
# Do a host build for intel-clc (asan complains not being loaded
|
|
||||||
# as the first library)
|
|
||||||
HOST_BUILD_OPTIONS: >
|
|
||||||
-D build-tests=false
|
|
||||||
-D enable-glcpp-tests=false
|
|
||||||
-D gallium-opencl=disabled
|
|
||||||
-D gallium-drivers=
|
|
||||||
-D vulkan-drivers=
|
|
||||||
-D video-codecs=
|
|
||||||
-D glx=disabled
|
|
||||||
-D platforms=
|
|
||||||
-D intel-clc=enabled
|
|
||||||
-D install-intel-clc=true
|
|
||||||
|
|
||||||
debian-testing-msan:
|
debian-testing-msan:
|
||||||
# https://github.com/google/sanitizers/wiki/MemorySanitizerLibcxxHowTo
|
|
||||||
# msan cannot fully work until it's used together with msan libc
|
|
||||||
extends:
|
extends:
|
||||||
- debian-clang
|
- debian-clang
|
||||||
variables:
|
variables:
|
||||||
@@ -131,33 +103,40 @@ debian-testing-msan:
|
|||||||
EXTRA_OPTION:
|
EXTRA_OPTION:
|
||||||
-D b_sanitize=memory
|
-D b_sanitize=memory
|
||||||
-D b_lundef=false
|
-D b_lundef=false
|
||||||
-D intel-clc=system
|
MINIO_ARTIFACT_NAME: ""
|
||||||
S3_ARTIFACT_NAME: ""
|
|
||||||
ARTIFACTS_DEBUG_SYMBOLS: 1
|
ARTIFACTS_DEBUG_SYMBOLS: 1
|
||||||
# Don't run all the tests yet:
|
# Don't run all the tests yet:
|
||||||
# GLSL has some issues in sexpression reading.
|
# GLSL has some issues in sexpression reading.
|
||||||
# gtest has issues in its test initialization.
|
# gtest has issues in its test initialization.
|
||||||
MESON_TEST_ARGS: "--suite glcpp --suite format"
|
MESON_TEST_ARGS: "--suite glcpp --suite gallium --suite format"
|
||||||
GALLIUM_DRIVERS: "freedreno,iris,nouveau,kmsro,r300,r600,swrast,svga,v3d,vc4,virgl,etnaviv,panfrost,lima,zink,radeonsi,tegra,d3d12,crocus"
|
# Freedreno dropped because freedreno tools fail at msan.
|
||||||
VULKAN_DRIVERS: intel,amd,broadcom,virtio
|
GALLIUM_DRIVERS: "iris,nouveau,kmsro,r300,r600,swrast,svga,v3d,vc4,virgl,etnaviv,panfrost,lima,zink,radeonsi,tegra,d3d12,crocus"
|
||||||
# Do a host build for intel-clc (msan complains about
|
VULKAN_DRIVERS: intel,amd,broadcom,virtio-experimental
|
||||||
# uninitialized values in the LLVM libs)
|
|
||||||
HOST_BUILD_OPTIONS: >
|
|
||||||
-D build-tests=false
|
|
||||||
-D enable-glcpp-tests=false
|
|
||||||
-D gallium-opencl=disabled
|
|
||||||
-D gallium-drivers=
|
|
||||||
-D vulkan-drivers=
|
|
||||||
-D video-codecs=
|
|
||||||
-D glx=disabled
|
|
||||||
-D platforms=
|
|
||||||
-D intel-clc=enabled
|
|
||||||
-D install-intel-clc=true
|
|
||||||
|
|
||||||
debian-build-testing:
|
debian-clover-testing:
|
||||||
|
extends:
|
||||||
|
- .meson-build
|
||||||
|
- .ci-deqp-artifacts
|
||||||
|
variables:
|
||||||
|
UNWIND: "enabled"
|
||||||
|
DRI_LOADERS: >
|
||||||
|
-D glx=disabled
|
||||||
|
-D egl=disabled
|
||||||
|
-D gbm=disabled
|
||||||
|
GALLIUM_ST: >
|
||||||
|
-D gallium-opencl=icd
|
||||||
|
-D opencl-spirv=true
|
||||||
|
GALLIUM_DRIVERS: "swrast"
|
||||||
|
BUILDTYPE: "debugoptimized"
|
||||||
|
EXTRA_OPTION: >
|
||||||
|
-D valgrind=false
|
||||||
|
script:
|
||||||
|
- .gitlab-ci/meson/build.sh
|
||||||
|
- .gitlab-ci/prepare-artifacts.sh
|
||||||
|
|
||||||
|
debian-gallium:
|
||||||
extends: .meson-build
|
extends: .meson-build
|
||||||
variables:
|
variables:
|
||||||
BUILDTYPE: debug
|
|
||||||
UNWIND: "enabled"
|
UNWIND: "enabled"
|
||||||
DRI_LOADERS: >
|
DRI_LOADERS: >
|
||||||
-D glx=dri
|
-D glx=dri
|
||||||
@@ -168,40 +147,26 @@ debian-build-testing:
|
|||||||
-D dri3=enabled
|
-D dri3=enabled
|
||||||
-D gallium-extra-hud=true
|
-D gallium-extra-hud=true
|
||||||
-D gallium-vdpau=enabled
|
-D gallium-vdpau=enabled
|
||||||
|
-D gallium-xvmc=enabled
|
||||||
-D gallium-omx=bellagio
|
-D gallium-omx=bellagio
|
||||||
-D gallium-va=enabled
|
-D gallium-va=enabled
|
||||||
-D gallium-xa=enabled
|
-D gallium-xa=enabled
|
||||||
-D gallium-nine=true
|
-D gallium-nine=true
|
||||||
-D gallium-rusticl=false
|
-D gallium-opencl=disabled
|
||||||
GALLIUM_DRIVERS: "iris,nouveau,kmsro,r300,r600,freedreno,swrast,svga,v3d,vc4,virgl,etnaviv,panfrost,lima,zink,d3d12,asahi,crocus"
|
GALLIUM_DRIVERS: "iris,nouveau,kmsro,r300,r600,freedreno,swrast,svga,v3d,vc4,virgl,etnaviv,panfrost,lima,zink,d3d12,asahi,crocus"
|
||||||
VULKAN_DRIVERS: swrast
|
VULKAN_DRIVERS: swrast
|
||||||
EXTRA_OPTION: >
|
EXTRA_OPTION: >
|
||||||
-D spirv-to-dxil=true
|
|
||||||
-D osmesa=true
|
-D osmesa=true
|
||||||
-D tools=drm-shim,etnaviv,freedreno,glsl,intel,intel-ui,nir,nouveau,lima,panfrost,asahi
|
-D tools=drm-shim,etnaviv,freedreno,glsl,intel,intel-ui,nir,nouveau,xvmc,lima,panfrost,asahi
|
||||||
-D b_lto=true
|
script:
|
||||||
LLVM_VERSION: 15
|
- .gitlab-ci/meson/build.sh
|
||||||
script: |
|
- .gitlab-ci/run-shader-db.sh
|
||||||
section_start lava-pytest "lava-pytest"
|
|
||||||
.gitlab-ci/lava/lava-pytest.sh
|
|
||||||
section_switch shellcheck "shellcheck"
|
|
||||||
.gitlab-ci/run-shellcheck.sh
|
|
||||||
section_switch yamllint "yamllint"
|
|
||||||
.gitlab-ci/run-yamllint.sh
|
|
||||||
section_switch meson "meson"
|
|
||||||
.gitlab-ci/meson/build.sh
|
|
||||||
section_switch shader-db "shader-db"
|
|
||||||
.gitlab-ci/run-shader-db.sh
|
|
||||||
timeout: 30m
|
|
||||||
|
|
||||||
# Test a release build with -Werror so new warnings don't sneak in.
|
# Test a release build with -Werror so new warnings don't sneak in.
|
||||||
debian-release:
|
debian-release:
|
||||||
extends: .meson-build
|
extends: .meson-build
|
||||||
variables:
|
variables:
|
||||||
LLVM_VERSION: 15
|
|
||||||
UNWIND: "enabled"
|
UNWIND: "enabled"
|
||||||
C_ARGS: >
|
|
||||||
-Wno-error=stringop-overread
|
|
||||||
DRI_LOADERS: >
|
DRI_LOADERS: >
|
||||||
-D glx=dri
|
-D glx=dri
|
||||||
-D gbm=enabled
|
-D gbm=enabled
|
||||||
@@ -211,78 +176,37 @@ debian-release:
|
|||||||
-D dri3=enabled
|
-D dri3=enabled
|
||||||
-D gallium-extra-hud=true
|
-D gallium-extra-hud=true
|
||||||
-D gallium-vdpau=enabled
|
-D gallium-vdpau=enabled
|
||||||
|
-D gallium-xvmc=disabled
|
||||||
-D gallium-omx=disabled
|
-D gallium-omx=disabled
|
||||||
-D gallium-va=enabled
|
-D gallium-va=enabled
|
||||||
-D gallium-xa=enabled
|
-D gallium-xa=enabled
|
||||||
-D gallium-nine=false
|
-D gallium-nine=false
|
||||||
-D gallium-rusticl=false
|
-D gallium-opencl=disabled
|
||||||
-D llvm=enabled
|
-D llvm=enabled
|
||||||
GALLIUM_DRIVERS: "i915,iris,nouveau,kmsro,freedreno,r300,svga,swrast,v3d,vc4,virgl,etnaviv,panfrost,lima,zink,d3d12,crocus"
|
GALLIUM_DRIVERS: "i915,iris,nouveau,kmsro,freedreno,r300,svga,swrast,v3d,vc4,virgl,etnaviv,panfrost,lima,zink,d3d12,crocus"
|
||||||
VULKAN_DRIVERS: "amd,imagination-experimental,microsoft-experimental"
|
VULKAN_DRIVERS: "amd,imagination-experimental"
|
||||||
|
BUILDTYPE: "release"
|
||||||
EXTRA_OPTION: >
|
EXTRA_OPTION: >
|
||||||
-D spirv-to-dxil=true
|
|
||||||
-D osmesa=true
|
-D osmesa=true
|
||||||
-D tools=all
|
-D tools=all
|
||||||
-D intel-clc=enabled
|
-D intel-clc=enabled
|
||||||
-D intel-rt=enabled
|
|
||||||
-D imagination-srv=true
|
-D imagination-srv=true
|
||||||
BUILDTYPE: "release"
|
|
||||||
S3_ARTIFACT_NAME: "mesa-x86_64-default-${BUILDTYPE}"
|
|
||||||
script:
|
script:
|
||||||
- .gitlab-ci/meson/build.sh
|
- .gitlab-ci/meson/build.sh
|
||||||
- 'if [ -n "$MESA_CI_PERFORMANCE_ENABLED" ]; then .gitlab-ci/prepare-artifacts.sh; fi'
|
|
||||||
|
|
||||||
alpine-build-testing:
|
|
||||||
extends:
|
|
||||||
- .meson-build
|
|
||||||
- .use-alpine/x86_64_build
|
|
||||||
stage: build-x86_64
|
|
||||||
variables:
|
|
||||||
BUILDTYPE: "release"
|
|
||||||
C_ARGS: >
|
|
||||||
-Wno-error=cpp
|
|
||||||
-Wno-error=array-bounds
|
|
||||||
-Wno-error=stringop-overread
|
|
||||||
DRI_LOADERS: >
|
|
||||||
-D glx=disabled
|
|
||||||
-D gbm=enabled
|
|
||||||
-D egl=enabled
|
|
||||||
-D glvnd=false
|
|
||||||
-D platforms=wayland
|
|
||||||
LLVM_VERSION: "16"
|
|
||||||
GALLIUM_DRIVERS: "crocus,etnaviv,freedreno,iris,kmsro,lima,nouveau,panfrost,r300,r600,radeonsi,svga,swrast,tegra,v3d,vc4,virgl,zink"
|
|
||||||
GALLIUM_ST: >
|
|
||||||
-D dri3=enabled
|
|
||||||
-D gallium-extra-hud=true
|
|
||||||
-D gallium-vdpau=disabled
|
|
||||||
-D gallium-omx=disabled
|
|
||||||
-D gallium-va=enabled
|
|
||||||
-D gallium-xa=disabled
|
|
||||||
-D gallium-nine=true
|
|
||||||
-D gallium-rusticl=false
|
|
||||||
-D gles1=disabled
|
|
||||||
-D gles2=enabled
|
|
||||||
-D llvm=enabled
|
|
||||||
-D microsoft-clc=disabled
|
|
||||||
-D shared-llvm=enabled
|
|
||||||
UNWIND: "disabled"
|
|
||||||
VULKAN_DRIVERS: "amd,broadcom,freedreno,intel,imagination-experimental"
|
|
||||||
|
|
||||||
fedora-release:
|
fedora-release:
|
||||||
extends:
|
extends:
|
||||||
- .meson-build
|
- .meson-build
|
||||||
- .use-fedora/x86_64_build
|
- .use-fedora/x86_build
|
||||||
variables:
|
variables:
|
||||||
BUILDTYPE: "release"
|
BUILDTYPE: "release"
|
||||||
C_LINK_ARGS: >
|
C_ARGS: >
|
||||||
-Wno-error=stringop-overflow
|
-Wno-error=array-bounds
|
||||||
|
-Wno-error=maybe-uninitialized
|
||||||
-Wno-error=stringop-overread
|
-Wno-error=stringop-overread
|
||||||
|
-Wno-error=uninitialized
|
||||||
CPP_ARGS: >
|
CPP_ARGS: >
|
||||||
-Wno-error=dangling-reference
|
-Wno-error=array-bounds
|
||||||
-Wno-error=overloaded-virtual
|
|
||||||
CPP_LINK_ARGS: >
|
|
||||||
-Wno-error=stringop-overflow
|
|
||||||
-Wno-error=stringop-overread
|
|
||||||
DRI_LOADERS: >
|
DRI_LOADERS: >
|
||||||
-D glx=dri
|
-D glx=dri
|
||||||
-D gbm=enabled
|
-D gbm=enabled
|
||||||
@@ -290,52 +214,50 @@ fedora-release:
|
|||||||
-D glvnd=true
|
-D glvnd=true
|
||||||
-D platforms=x11,wayland
|
-D platforms=x11,wayland
|
||||||
EXTRA_OPTION: >
|
EXTRA_OPTION: >
|
||||||
-D b_lto=true
|
|
||||||
-D osmesa=true
|
-D osmesa=true
|
||||||
-D selinux=true
|
-D selinux=true
|
||||||
-D tools=drm-shim,etnaviv,freedreno,glsl,intel,nir,nouveau,lima,panfrost,imagination
|
-D tools=drm-shim,etnaviv,freedreno,glsl,intel,nir,nouveau,lima,panfrost,imagination
|
||||||
-D vulkan-layers=device-select,overlay
|
-D intel-clc=enabled
|
||||||
-D intel-rt=enabled
|
|
||||||
-D imagination-srv=true
|
-D imagination-srv=true
|
||||||
-D teflon=true
|
GALLIUM_DRIVERS: "crocus,etnaviv,freedreno,iris,kmsro,lima,nouveau,panfrost,r300,r600,radeonsi,svga,swrast,tegra,v3d,vc4,virgl,zink"
|
||||||
GALLIUM_DRIVERS: "crocus,etnaviv,freedreno,i915,iris,kmsro,lima,nouveau,panfrost,r300,r600,radeonsi,svga,swrast,tegra,v3d,vc4,virgl,zink"
|
|
||||||
GALLIUM_ST: >
|
GALLIUM_ST: >
|
||||||
-D dri3=enabled
|
-D dri3=enabled
|
||||||
-D gallium-extra-hud=true
|
-D gallium-extra-hud=true
|
||||||
-D gallium-vdpau=enabled
|
-D gallium-vdpau=enabled
|
||||||
|
-D gallium-xvmc=disabled
|
||||||
-D gallium-omx=disabled
|
-D gallium-omx=disabled
|
||||||
-D gallium-va=enabled
|
-D gallium-va=enabled
|
||||||
-D gallium-xa=enabled
|
-D gallium-xa=enabled
|
||||||
-D gallium-nine=false
|
-D gallium-nine=false
|
||||||
-D gallium-rusticl=true
|
-D gallium-opencl=icd
|
||||||
-D gles1=disabled
|
-D gles1=disabled
|
||||||
-D gles2=enabled
|
-D gles2=enabled
|
||||||
-D llvm=enabled
|
-D llvm=enabled
|
||||||
-D microsoft-clc=disabled
|
-D microsoft-clc=disabled
|
||||||
-D shared-llvm=enabled
|
-D shared-llvm=enabled
|
||||||
|
-D vulkan-device-select-layer=true
|
||||||
LLVM_VERSION: ""
|
LLVM_VERSION: ""
|
||||||
UNWIND: "disabled"
|
UNWIND: "disabled"
|
||||||
VULKAN_DRIVERS: "amd,broadcom,freedreno,imagination-experimental,intel,intel_hasvk"
|
VULKAN_DRIVERS: "amd,broadcom,freedreno,intel,imagination-experimental"
|
||||||
|
script:
|
||||||
|
- .gitlab-ci/meson/build.sh
|
||||||
|
|
||||||
debian-android:
|
debian-android:
|
||||||
extends:
|
extends:
|
||||||
- .meson-cross
|
- .meson-cross
|
||||||
- .use-debian/android_build
|
- .use-debian/android_build
|
||||||
- .ci-deqp-artifacts
|
|
||||||
variables:
|
variables:
|
||||||
BUILDTYPE: debug
|
|
||||||
UNWIND: "disabled"
|
UNWIND: "disabled"
|
||||||
C_ARGS: >
|
C_ARGS: >
|
||||||
-Wno-error=asm-operand-widths
|
-Wno-error=asm-operand-widths
|
||||||
-Wno-error=constant-conversion
|
-Wno-error=constant-conversion
|
||||||
-Wno-error=enum-conversion
|
-Wno-error=enum-conversion
|
||||||
-Wno-error=initializer-overrides
|
-Wno-error=initializer-overrides
|
||||||
|
-Wno-error=missing-braces
|
||||||
-Wno-error=sometimes-uninitialized
|
-Wno-error=sometimes-uninitialized
|
||||||
|
-Wno-error=unused-function
|
||||||
CPP_ARGS: >
|
CPP_ARGS: >
|
||||||
-Wno-error=c99-designator
|
-Wno-error=deprecated-declarations
|
||||||
-Wno-error=unused-variable
|
|
||||||
-Wno-error=unused-but-set-variable
|
|
||||||
-Wno-error=self-assign
|
|
||||||
DRI_LOADERS: >
|
DRI_LOADERS: >
|
||||||
-D glx=disabled
|
-D glx=disabled
|
||||||
-D gbm=disabled
|
-D gbm=disabled
|
||||||
@@ -344,42 +266,27 @@ debian-android:
|
|||||||
EXTRA_OPTION: >
|
EXTRA_OPTION: >
|
||||||
-D android-stub=true
|
-D android-stub=true
|
||||||
-D llvm=disabled
|
-D llvm=disabled
|
||||||
-D platform-sdk-version=33
|
-D platform-sdk-version=29
|
||||||
-D valgrind=disabled
|
-D valgrind=false
|
||||||
-D android-libbacktrace=disabled
|
|
||||||
-D intel-clc=system
|
|
||||||
GALLIUM_ST: >
|
GALLIUM_ST: >
|
||||||
-D dri3=disabled
|
-D dri3=disabled
|
||||||
-D gallium-vdpau=disabled
|
-D gallium-vdpau=disabled
|
||||||
|
-D gallium-xvmc=disabled
|
||||||
-D gallium-omx=disabled
|
-D gallium-omx=disabled
|
||||||
-D gallium-va=disabled
|
-D gallium-va=disabled
|
||||||
-D gallium-xa=disabled
|
-D gallium-xa=disabled
|
||||||
-D gallium-nine=false
|
-D gallium-nine=false
|
||||||
-D gallium-rusticl=false
|
|
||||||
LLVM_VERSION: "15"
|
|
||||||
PKG_CONFIG_LIBDIR: "/disable/non/android/system/pc/files"
|
|
||||||
HOST_BUILD_OPTIONS: >
|
|
||||||
-D build-tests=false
|
|
||||||
-D enable-glcpp-tests=false
|
|
||||||
-D gallium-opencl=disabled
|
-D gallium-opencl=disabled
|
||||||
-D gallium-drivers=
|
LLVM_VERSION: ""
|
||||||
-D vulkan-drivers=
|
PKG_CONFIG_LIBDIR: "/disable/non/android/system/pc/files"
|
||||||
-D video-codecs=
|
|
||||||
-D glx=disabled
|
|
||||||
-D platforms=
|
|
||||||
-D intel-clc=enabled
|
|
||||||
-D install-intel-clc=true
|
|
||||||
ARTIFACTS_DEBUG_SYMBOLS: 1
|
|
||||||
S3_ARTIFACT_NAME: mesa-x86_64-android-${BUILDTYPE}
|
|
||||||
script:
|
script:
|
||||||
- CROSS=aarch64-linux-android GALLIUM_DRIVERS=etnaviv,freedreno,lima,panfrost,vc4,v3d VULKAN_DRIVERS=freedreno,broadcom,virtio .gitlab-ci/meson/build.sh
|
- PKG_CONFIG_PATH=/usr/local/lib/aarch64-linux-android/pkgconfig/:/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/pkgconfig/ CROSS=aarch64-linux-android GALLIUM_DRIVERS=etnaviv,freedreno,lima,panfrost,vc4,v3d VULKAN_DRIVERS=freedreno,broadcom,virtio-experimental .gitlab-ci/meson/build.sh
|
||||||
# x86_64 build:
|
# x86_64 build:
|
||||||
# Can't do Intel because gen_decoder.c currently requires libexpat, which
|
# Can't do Intel because gen_decoder.c currently requires libexpat, which
|
||||||
# is not a dependency that AOSP wants to accept. Can't do Radeon Gallium
|
# is not a dependency that AOSP wants to accept. Can't do Radeon Gallium
|
||||||
# drivers because they requires LLVM, which we don't have an Android build
|
# drivers because they requires LLVM, which we don't have an Android build
|
||||||
# of.
|
# of.
|
||||||
- CROSS=x86_64-linux-android GALLIUM_DRIVERS=iris,virgl VULKAN_DRIVERS=amd,intel .gitlab-ci/meson/build.sh
|
- PKG_CONFIG_PATH=/usr/local/lib/x86_64-linux-android/pkgconfig/:/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/x86_64-linux-android/pkgconfig/ CROSS=x86_64-linux-android GALLIUM_DRIVERS=iris VULKAN_DRIVERS=amd,intel .gitlab-ci/meson/build.sh
|
||||||
- .gitlab-ci/prepare-artifacts.sh
|
|
||||||
|
|
||||||
.meson-cross:
|
.meson-cross:
|
||||||
extends:
|
extends:
|
||||||
@@ -391,11 +298,12 @@ debian-android:
|
|||||||
-D glx=dri
|
-D glx=dri
|
||||||
-D gbm=enabled
|
-D gbm=enabled
|
||||||
-D egl=enabled
|
-D egl=enabled
|
||||||
-D platforms=x11,wayland
|
-D platforms=x11
|
||||||
-D osmesa=false
|
-D osmesa=false
|
||||||
GALLIUM_ST: >
|
GALLIUM_ST: >
|
||||||
-D dri3=enabled
|
-D dri3=enabled
|
||||||
-D gallium-vdpau=disabled
|
-D gallium-vdpau=disabled
|
||||||
|
-D gallium-xvmc=disabled
|
||||||
-D gallium-omx=disabled
|
-D gallium-omx=disabled
|
||||||
-D gallium-va=disabled
|
-D gallium-va=disabled
|
||||||
-D gallium-xa=disabled
|
-D gallium-xa=disabled
|
||||||
@@ -404,17 +312,17 @@ debian-android:
|
|||||||
.meson-arm:
|
.meson-arm:
|
||||||
extends:
|
extends:
|
||||||
- .meson-cross
|
- .meson-cross
|
||||||
- .use-debian/arm64_build
|
- .use-debian/arm_build
|
||||||
needs:
|
needs:
|
||||||
- debian/arm64_build
|
- debian/arm_build
|
||||||
variables:
|
variables:
|
||||||
VULKAN_DRIVERS: freedreno,broadcom
|
VULKAN_DRIVERS: freedreno,broadcom
|
||||||
GALLIUM_DRIVERS: "etnaviv,freedreno,kmsro,lima,nouveau,panfrost,swrast,tegra,v3d,vc4,zink"
|
GALLIUM_DRIVERS: "etnaviv,freedreno,kmsro,lima,nouveau,panfrost,swrast,tegra,v3d,vc4"
|
||||||
BUILDTYPE: "debugoptimized"
|
BUILDTYPE: "debugoptimized"
|
||||||
tags:
|
tags:
|
||||||
- aarch64
|
- aarch64
|
||||||
|
|
||||||
debian-arm32:
|
debian-armhf:
|
||||||
extends:
|
extends:
|
||||||
- .meson-arm
|
- .meson-arm
|
||||||
- .ci-deqp-artifacts
|
- .ci-deqp-artifacts
|
||||||
@@ -422,45 +330,23 @@ debian-arm32:
|
|||||||
CROSS: armhf
|
CROSS: armhf
|
||||||
EXTRA_OPTION: >
|
EXTRA_OPTION: >
|
||||||
-D llvm=disabled
|
-D llvm=disabled
|
||||||
-D valgrind=disabled
|
-D valgrind=false
|
||||||
S3_ARTIFACT_NAME: mesa-arm32-default-${BUILDTYPE}
|
MINIO_ARTIFACT_NAME: mesa-armhf
|
||||||
# The strip command segfaults, failing to strip the binary and leaving
|
|
||||||
# tempfiles in our artifacts.
|
|
||||||
ARTIFACTS_DEBUG_SYMBOLS: 1
|
|
||||||
script:
|
script:
|
||||||
- .gitlab-ci/meson/build.sh
|
- .gitlab-ci/meson/build.sh
|
||||||
- .gitlab-ci/prepare-artifacts.sh
|
- .gitlab-ci/prepare-artifacts.sh
|
||||||
|
|
||||||
debian-arm32-asan:
|
|
||||||
extends:
|
|
||||||
- debian-arm32
|
|
||||||
variables:
|
|
||||||
EXTRA_OPTION: >
|
|
||||||
-D llvm=disabled
|
|
||||||
-D b_sanitize=address
|
|
||||||
-D valgrind=disabled
|
|
||||||
-D tools=dlclose-skip
|
|
||||||
ARTIFACTS_DEBUG_SYMBOLS: 1
|
|
||||||
S3_ARTIFACT_NAME: mesa-arm32-asan-${BUILDTYPE}
|
|
||||||
MESON_TEST_ARGS: "--no-suite mesa:compiler --no-suite mesa:util"
|
|
||||||
|
|
||||||
debian-arm64:
|
debian-arm64:
|
||||||
extends:
|
extends:
|
||||||
- .meson-arm
|
- .meson-arm
|
||||||
- .ci-deqp-artifacts
|
- .ci-deqp-artifacts
|
||||||
variables:
|
variables:
|
||||||
C_ARGS: >
|
|
||||||
-Wno-error=array-bounds
|
|
||||||
-Wno-error=stringop-truncation
|
|
||||||
VULKAN_DRIVERS: "freedreno,broadcom,panfrost,imagination-experimental"
|
VULKAN_DRIVERS: "freedreno,broadcom,panfrost,imagination-experimental"
|
||||||
EXTRA_OPTION: >
|
EXTRA_OPTION: >
|
||||||
-D llvm=disabled
|
-D llvm=disabled
|
||||||
-D valgrind=disabled
|
-D valgrind=false
|
||||||
-D imagination-srv=true
|
-D imagination-srv=true
|
||||||
-D perfetto=true
|
MINIO_ARTIFACT_NAME: mesa-arm64
|
||||||
-D freedreno-kmds=msm,virtio
|
|
||||||
-D teflon=true
|
|
||||||
S3_ARTIFACT_NAME: mesa-arm64-default-${BUILDTYPE}
|
|
||||||
script:
|
script:
|
||||||
- .gitlab-ci/meson/build.sh
|
- .gitlab-ci/meson/build.sh
|
||||||
- .gitlab-ci/prepare-artifacts.sh
|
- .gitlab-ci/prepare-artifacts.sh
|
||||||
@@ -469,13 +355,15 @@ debian-arm64-asan:
|
|||||||
extends:
|
extends:
|
||||||
- debian-arm64
|
- debian-arm64
|
||||||
variables:
|
variables:
|
||||||
|
C_ARGS: >
|
||||||
|
-Wno-error=stringop-truncation
|
||||||
EXTRA_OPTION: >
|
EXTRA_OPTION: >
|
||||||
-D llvm=disabled
|
-D llvm=disabled
|
||||||
-D b_sanitize=address
|
-D b_sanitize=address
|
||||||
-D valgrind=disabled
|
-D valgrind=false
|
||||||
-D tools=dlclose-skip
|
-D tools=dlclose-skip
|
||||||
ARTIFACTS_DEBUG_SYMBOLS: 1
|
ARTIFACTS_DEBUG_SYMBOLS: 1
|
||||||
S3_ARTIFACT_NAME: mesa-arm64-asan-${BUILDTYPE}
|
MINIO_ARTIFACT_NAME: mesa-arm64-asan
|
||||||
MESON_TEST_ARGS: "--no-suite mesa:compiler"
|
MESON_TEST_ARGS: "--no-suite mesa:compiler"
|
||||||
|
|
||||||
debian-arm64-build-test:
|
debian-arm64-build-test:
|
||||||
@@ -486,169 +374,115 @@ debian-arm64-build-test:
|
|||||||
VULKAN_DRIVERS: "amd"
|
VULKAN_DRIVERS: "amd"
|
||||||
EXTRA_OPTION: >
|
EXTRA_OPTION: >
|
||||||
-Dtools=panfrost,imagination
|
-Dtools=panfrost,imagination
|
||||||
|
|
||||||
debian-arm64-release:
|
|
||||||
extends:
|
|
||||||
- debian-arm64
|
|
||||||
variables:
|
|
||||||
BUILDTYPE: release
|
|
||||||
S3_ARTIFACT_NAME: mesa-arm64-default-${BUILDTYPE}
|
|
||||||
C_ARGS: >
|
|
||||||
-Wno-error=array-bounds
|
|
||||||
-Wno-error=stringop-truncation
|
|
||||||
-Wno-error=stringop-overread
|
|
||||||
script:
|
script:
|
||||||
- .gitlab-ci/meson/build.sh
|
- .gitlab-ci/meson/build.sh
|
||||||
- 'if [ -n "$MESA_CI_PERFORMANCE_ENABLED" ]; then .gitlab-ci/prepare-artifacts.sh; fi'
|
|
||||||
|
|
||||||
debian-clang:
|
debian-clang:
|
||||||
extends: .meson-build
|
extends: .meson-build
|
||||||
variables:
|
variables:
|
||||||
BUILDTYPE: debug
|
|
||||||
LLVM_VERSION: 15
|
|
||||||
UNWIND: "enabled"
|
UNWIND: "enabled"
|
||||||
C_ARGS: >
|
C_ARGS: >
|
||||||
-Wno-error=constant-conversion
|
-Wno-error=constant-conversion
|
||||||
-Wno-error=enum-conversion
|
-Wno-error=enum-conversion
|
||||||
|
-Wno-error=implicit-const-int-float-conversion
|
||||||
-Wno-error=initializer-overrides
|
-Wno-error=initializer-overrides
|
||||||
-Wno-error=sometimes-uninitialized
|
-Wno-error=sometimes-uninitialized
|
||||||
-Werror=misleading-indentation
|
-Wno-error=unused-function
|
||||||
CPP_ARGS: >
|
CPP_ARGS: >
|
||||||
-Wno-error=c99-designator
|
-Wno-error=c99-designator
|
||||||
|
-Wno-error=deprecated-declarations
|
||||||
|
-Wno-error=implicit-const-int-float-conversion
|
||||||
|
-Wno-error=missing-braces
|
||||||
-Wno-error=overloaded-virtual
|
-Wno-error=overloaded-virtual
|
||||||
-Wno-error=tautological-constant-out-of-range-compare
|
-Wno-error=tautological-constant-out-of-range-compare
|
||||||
|
-Wno-error=unused-const-variable
|
||||||
-Wno-error=unused-private-field
|
-Wno-error=unused-private-field
|
||||||
DRI_LOADERS: >
|
DRI_LOADERS: >
|
||||||
-D glx=dri
|
|
||||||
-D gbm=enabled
|
|
||||||
-D egl=enabled
|
|
||||||
-D glvnd=true
|
-D glvnd=true
|
||||||
-D platforms=x11,wayland
|
|
||||||
GALLIUM_ST: >
|
|
||||||
-D dri3=enabled
|
|
||||||
-D gallium-extra-hud=true
|
|
||||||
-D gallium-vdpau=enabled
|
|
||||||
-D gallium-omx=bellagio
|
|
||||||
-D gallium-va=enabled
|
|
||||||
-D gallium-xa=enabled
|
|
||||||
-D gallium-nine=true
|
|
||||||
-D gles1=enabled
|
|
||||||
-D gles2=enabled
|
|
||||||
-D llvm=enabled
|
|
||||||
-D microsoft-clc=disabled
|
|
||||||
-D shared-llvm=enabled
|
|
||||||
-D opencl-spirv=true
|
|
||||||
-D shared-glapi=enabled
|
|
||||||
GALLIUM_DRIVERS: "iris,nouveau,kmsro,r300,r600,freedreno,swrast,svga,v3d,vc4,virgl,etnaviv,panfrost,lima,zink,radeonsi,tegra,d3d12,crocus,i915,asahi"
|
GALLIUM_DRIVERS: "iris,nouveau,kmsro,r300,r600,freedreno,swrast,svga,v3d,vc4,virgl,etnaviv,panfrost,lima,zink,radeonsi,tegra,d3d12,crocus,i915,asahi"
|
||||||
VULKAN_DRIVERS: intel,amd,freedreno,broadcom,virtio,swrast,panfrost,imagination-experimental,microsoft-experimental,nouveau
|
VULKAN_DRIVERS: intel,amd,freedreno,broadcom,virtio-experimental,swrast,panfrost,imagination-experimental
|
||||||
EXTRA_OPTION:
|
EXTRA_OPTIONS:
|
||||||
-D spirv-to-dxil=true
|
|
||||||
-D osmesa=true
|
|
||||||
-D imagination-srv=true
|
-D imagination-srv=true
|
||||||
-D tools=drm-shim,etnaviv,freedreno,glsl,intel,intel-ui,nir,nouveau,lima,panfrost,asahi,imagination
|
CC: clang
|
||||||
-D vulkan-layers=device-select,overlay
|
CXX: clang++
|
||||||
-D build-aco-tests=true
|
|
||||||
-D intel-clc=enabled
|
|
||||||
-D intel-rt=enabled
|
|
||||||
-D imagination-srv=true
|
|
||||||
-D teflon=true
|
|
||||||
CC: clang-${LLVM_VERSION}
|
|
||||||
CXX: clang++-${LLVM_VERSION}
|
|
||||||
|
|
||||||
debian-clang-release:
|
windows-vs2019:
|
||||||
extends: debian-clang
|
|
||||||
variables:
|
|
||||||
BUILDTYPE: "release"
|
|
||||||
DRI_LOADERS: >
|
|
||||||
-D glx=xlib
|
|
||||||
-D platforms=x11,wayland
|
|
||||||
GALLIUM_ST: >
|
|
||||||
-D dri3=enabled
|
|
||||||
-D gallium-extra-hud=true
|
|
||||||
-D gallium-vdpau=enabled
|
|
||||||
-D gallium-omx=bellagio
|
|
||||||
-D gallium-va=enabled
|
|
||||||
-D gallium-xa=enabled
|
|
||||||
-D gallium-nine=true
|
|
||||||
-D gles1=disabled
|
|
||||||
-D gles2=disabled
|
|
||||||
-D llvm=enabled
|
|
||||||
-D microsoft-clc=disabled
|
|
||||||
-D shared-llvm=enabled
|
|
||||||
-D opencl-spirv=true
|
|
||||||
-D shared-glapi=disabled
|
|
||||||
|
|
||||||
windows-msvc:
|
|
||||||
extends:
|
extends:
|
||||||
- .build-windows
|
- .build-windows
|
||||||
- .use-windows_build_msvc
|
- .use-windows_build_vs2019
|
||||||
- .windows-build-rules
|
- .windows-build-rules
|
||||||
stage: build-misc
|
stage: build-misc
|
||||||
script:
|
script:
|
||||||
- pwsh -ExecutionPolicy RemoteSigned .\.gitlab-ci\windows\mesa_build.ps1
|
- . .\.gitlab-ci\windows\mesa_build.ps1
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- _build/meson-logs/*.txt
|
- _build/meson-logs/*.txt
|
||||||
- _install/
|
- _install/
|
||||||
|
|
||||||
|
debian-clover:
|
||||||
|
extends: .meson-build
|
||||||
|
variables:
|
||||||
|
UNWIND: "enabled"
|
||||||
|
DRI_LOADERS: >
|
||||||
|
-D glx=disabled
|
||||||
|
-D egl=disabled
|
||||||
|
-D gbm=disabled
|
||||||
|
GALLIUM_DRIVERS: "r600,radeonsi"
|
||||||
|
GALLIUM_ST: >
|
||||||
|
-D dri3=disabled
|
||||||
|
-D gallium-vdpau=disabled
|
||||||
|
-D gallium-xvmc=disabled
|
||||||
|
-D gallium-omx=disabled
|
||||||
|
-D gallium-va=disabled
|
||||||
|
-D gallium-xa=disabled
|
||||||
|
-D gallium-nine=false
|
||||||
|
-D gallium-opencl=icd
|
||||||
|
EXTRA_OPTION: >
|
||||||
|
-D valgrind=false
|
||||||
|
script:
|
||||||
|
- LLVM_VERSION=9 GALLIUM_DRIVERS=r600,swrast .gitlab-ci/meson/build.sh
|
||||||
|
- .gitlab-ci/meson/build.sh
|
||||||
|
|
||||||
debian-vulkan:
|
debian-vulkan:
|
||||||
extends: .meson-build
|
extends: .meson-build
|
||||||
variables:
|
variables:
|
||||||
BUILDTYPE: debug
|
|
||||||
LLVM_VERSION: 15
|
|
||||||
UNWIND: "disabled"
|
UNWIND: "disabled"
|
||||||
DRI_LOADERS: >
|
DRI_LOADERS: >
|
||||||
-D glx=disabled
|
-D glx=disabled
|
||||||
-D gbm=disabled
|
-D gbm=disabled
|
||||||
-D egl=disabled
|
-D egl=disabled
|
||||||
-D opengl=false
|
|
||||||
-D gles1=disabled
|
|
||||||
-D gles2=disabled
|
|
||||||
-D platforms=x11,wayland
|
-D platforms=x11,wayland
|
||||||
-D osmesa=false
|
-D osmesa=false
|
||||||
GALLIUM_ST: >
|
GALLIUM_ST: >
|
||||||
-D dri3=enabled
|
-D dri3=enabled
|
||||||
-D gallium-vdpau=disabled
|
-D gallium-vdpau=disabled
|
||||||
|
-D gallium-xvmc=disabled
|
||||||
-D gallium-omx=disabled
|
-D gallium-omx=disabled
|
||||||
-D gallium-va=disabled
|
-D gallium-va=disabled
|
||||||
-D gallium-xa=disabled
|
-D gallium-xa=disabled
|
||||||
-D gallium-nine=false
|
-D gallium-nine=false
|
||||||
-D gallium-rusticl=false
|
-D gallium-opencl=disabled
|
||||||
-D b_sanitize=undefined
|
-D b_sanitize=undefined
|
||||||
-D c_args=-fno-sanitize-recover=all
|
-D c_args=-fno-sanitize-recover=all
|
||||||
-D cpp_args=-fno-sanitize-recover=all
|
-D cpp_args=-fno-sanitize-recover=all
|
||||||
UBSAN_OPTIONS: "print_stacktrace=1"
|
UBSAN_OPTIONS: "print_stacktrace=1"
|
||||||
VULKAN_DRIVERS: amd,broadcom,freedreno,intel,intel_hasvk,panfrost,virtio,imagination-experimental,microsoft-experimental,nouveau
|
VULKAN_DRIVERS: intel,amd,freedreno,broadcom,virtio-experimental,imagination-experimental
|
||||||
EXTRA_OPTION: >
|
EXTRA_OPTION: >
|
||||||
-D vulkan-layers=device-select,overlay
|
-D vulkan-layers=device-select,overlay
|
||||||
-D build-aco-tests=true
|
-D build-aco-tests=true
|
||||||
-D intel-rt=disabled
|
-D intel-clc=enabled
|
||||||
-D imagination-srv=true
|
-D imagination-srv=true
|
||||||
|
|
||||||
debian-x86_32:
|
debian-i386:
|
||||||
extends:
|
extends:
|
||||||
- .meson-cross
|
- .meson-cross
|
||||||
- .use-debian/x86_32_build
|
- .use-debian/i386_build
|
||||||
variables:
|
variables:
|
||||||
BUILDTYPE: debug
|
|
||||||
CROSS: i386
|
CROSS: i386
|
||||||
VULKAN_DRIVERS: intel,amd,swrast,virtio
|
VULKAN_DRIVERS: intel,amd,swrast,virtio-experimental
|
||||||
GALLIUM_DRIVERS: "iris,nouveau,r300,r600,radeonsi,swrast,virgl,zink,crocus,d3d12"
|
GALLIUM_DRIVERS: "iris,nouveau,r300,r600,radeonsi,swrast,virgl,zink,crocus"
|
||||||
LLVM_VERSION: 15
|
|
||||||
EXTRA_OPTION: >
|
EXTRA_OPTION: >
|
||||||
-D vulkan-layers=device-select,overlay
|
-D vulkan-layers=device-select,overlay
|
||||||
-D intel-clc=system
|
|
||||||
HOST_BUILD_OPTIONS: >
|
|
||||||
-D build-tests=false
|
|
||||||
-D enable-glcpp-tests=false
|
|
||||||
-D gallium-opencl=disabled
|
|
||||||
-D gallium-drivers=
|
|
||||||
-D vulkan-drivers=
|
|
||||||
-D video-codecs=
|
|
||||||
-D glx=disabled
|
|
||||||
-D platforms=
|
|
||||||
-D intel-clc=enabled
|
|
||||||
-D install-intel-clc=true
|
|
||||||
|
|
||||||
debian-s390x:
|
debian-s390x:
|
||||||
extends:
|
extends:
|
||||||
@@ -660,7 +494,8 @@ debian-s390x:
|
|||||||
variables:
|
variables:
|
||||||
CROSS: s390x
|
CROSS: s390x
|
||||||
GALLIUM_DRIVERS: "swrast,zink"
|
GALLIUM_DRIVERS: "swrast,zink"
|
||||||
LLVM_VERSION: 15
|
# The lp_test_blend test times out with LLVM 11
|
||||||
|
LLVM_VERSION: 9
|
||||||
VULKAN_DRIVERS: "swrast"
|
VULKAN_DRIVERS: "swrast"
|
||||||
|
|
||||||
debian-ppc64el:
|
debian-ppc64el:
|
||||||
@@ -669,7 +504,22 @@ debian-ppc64el:
|
|||||||
- .use-debian/ppc64el_build
|
- .use-debian/ppc64el_build
|
||||||
- .ppc64el-rules
|
- .ppc64el-rules
|
||||||
variables:
|
variables:
|
||||||
BUILDTYPE: debug
|
|
||||||
CROSS: ppc64el
|
CROSS: ppc64el
|
||||||
GALLIUM_DRIVERS: "nouveau,radeonsi,swrast,virgl,zink"
|
GALLIUM_DRIVERS: "nouveau,radeonsi,swrast,virgl,zink"
|
||||||
VULKAN_DRIVERS: "amd,swrast"
|
VULKAN_DRIVERS: "amd,swrast"
|
||||||
|
|
||||||
|
debian-mingw32-x86_64:
|
||||||
|
extends: .meson-build
|
||||||
|
stage: build-misc
|
||||||
|
variables:
|
||||||
|
UNWIND: "disabled"
|
||||||
|
C_ARGS: >
|
||||||
|
-Wno-error=format
|
||||||
|
-Wno-error=format-extra-args
|
||||||
|
CPP_ARGS: $C_ARGS
|
||||||
|
GALLIUM_DRIVERS: "swrast"
|
||||||
|
EXTRA_OPTION: >
|
||||||
|
-Dllvm=disabled
|
||||||
|
-Dzlib=disabled
|
||||||
|
-Dosmesa=true
|
||||||
|
--cross-file=.gitlab-ci/x86_64-w64-mingw32
|
||||||
|
@@ -1,10 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/sh
|
||||||
# shellcheck disable=SC2035
|
|
||||||
# shellcheck disable=SC2061
|
|
||||||
# shellcheck disable=SC2086 # we want word splitting
|
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
devcds=$(find /sys/devices/virtual/devcoredump/ -name data 2>/dev/null)
|
devcds=`find /sys/devices/virtual/devcoredump/ -name data 2>/dev/null`
|
||||||
for i in $devcds; do
|
for i in $devcds; do
|
||||||
echo "Found a devcoredump at $i."
|
echo "Found a devcoredump at $i."
|
||||||
if cp $i /results/first.devcore; then
|
if cp $i /results/first.devcore; then
|
||||||
@@ -13,23 +10,5 @@ while true; do
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
i915_error_states=$(find /sys/devices/ -path */drm/card*/error)
|
|
||||||
for i in $i915_error_states; do
|
|
||||||
tmpfile=$(mktemp)
|
|
||||||
cp "$i" "$tmpfile"
|
|
||||||
filesize=$(stat --printf="%s" "$tmpfile")
|
|
||||||
# Does the file contain "No error state collected" ?
|
|
||||||
if [ "$filesize" = 25 ]; then
|
|
||||||
rm "$tmpfile"
|
|
||||||
else
|
|
||||||
echo "Found an i915 error state at $i size=$filesize."
|
|
||||||
if cp "$tmpfile" /results/first.i915_error_state; then
|
|
||||||
rm "$tmpfile"
|
|
||||||
echo 1 > "$i"
|
|
||||||
echo "Saved to the job artifacts at /first.i915_error_state"
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
sleep 10
|
sleep 10
|
||||||
done
|
done
|
||||||
|
@@ -1,8 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
for var in \
|
for var in \
|
||||||
ACO_DEBUG \
|
|
||||||
ARTIFACTS_BASE_URL \
|
|
||||||
ASAN_OPTIONS \
|
ASAN_OPTIONS \
|
||||||
BASE_SYSTEM_FORK_HOST_PREFIX \
|
BASE_SYSTEM_FORK_HOST_PREFIX \
|
||||||
BASE_SYSTEM_MAINLINE_HOST_PREFIX \
|
BASE_SYSTEM_MAINLINE_HOST_PREFIX \
|
||||||
@@ -11,7 +9,6 @@ for var in \
|
|||||||
CI_COMMIT_TITLE \
|
CI_COMMIT_TITLE \
|
||||||
CI_JOB_ID \
|
CI_JOB_ID \
|
||||||
CI_JOB_JWT_FILE \
|
CI_JOB_JWT_FILE \
|
||||||
CI_JOB_STARTED_AT \
|
|
||||||
CI_JOB_NAME \
|
CI_JOB_NAME \
|
||||||
CI_JOB_URL \
|
CI_JOB_URL \
|
||||||
CI_MERGE_REQUEST_SOURCE_BRANCH_NAME \
|
CI_MERGE_REQUEST_SOURCE_BRANCH_NAME \
|
||||||
@@ -29,8 +26,9 @@ for var in \
|
|||||||
CI_SERVER_URL \
|
CI_SERVER_URL \
|
||||||
CROSVM_GALLIUM_DRIVER \
|
CROSVM_GALLIUM_DRIVER \
|
||||||
CROSVM_GPU_ARGS \
|
CROSVM_GPU_ARGS \
|
||||||
CURRENT_SECTION \
|
|
||||||
DEQP_BIN_DIR \
|
DEQP_BIN_DIR \
|
||||||
|
DEQP_CASELIST_FILTER \
|
||||||
|
DEQP_CASELIST_INV_FILTER \
|
||||||
DEQP_CONFIG \
|
DEQP_CONFIG \
|
||||||
DEQP_EXPECTED_RENDERER \
|
DEQP_EXPECTED_RENDERER \
|
||||||
DEQP_FRACTION \
|
DEQP_FRACTION \
|
||||||
@@ -39,6 +37,7 @@ for var in \
|
|||||||
DEQP_RUNNER_OPTIONS \
|
DEQP_RUNNER_OPTIONS \
|
||||||
DEQP_SUITE \
|
DEQP_SUITE \
|
||||||
DEQP_TEMP_DIR \
|
DEQP_TEMP_DIR \
|
||||||
|
DEQP_VARIANT \
|
||||||
DEQP_VER \
|
DEQP_VER \
|
||||||
DEQP_WIDTH \
|
DEQP_WIDTH \
|
||||||
DEVICE_NAME \
|
DEVICE_NAME \
|
||||||
@@ -62,14 +61,13 @@ for var in \
|
|||||||
HWCI_FREQ_MAX \
|
HWCI_FREQ_MAX \
|
||||||
HWCI_KERNEL_MODULES \
|
HWCI_KERNEL_MODULES \
|
||||||
HWCI_KVM \
|
HWCI_KVM \
|
||||||
HWCI_START_WESTON \
|
|
||||||
HWCI_START_XORG \
|
HWCI_START_XORG \
|
||||||
HWCI_TEST_SCRIPT \
|
HWCI_TEST_SCRIPT \
|
||||||
IR3_SHADER_DEBUG \
|
IR3_SHADER_DEBUG \
|
||||||
JOB_ARTIFACTS_BASE \
|
JOB_ARTIFACTS_BASE \
|
||||||
JOB_RESULTS_PATH \
|
JOB_RESULTS_PATH \
|
||||||
JOB_ROOTFS_OVERLAY_PATH \
|
JOB_ROOTFS_OVERLAY_PATH \
|
||||||
KERNEL_IMAGE_BASE \
|
KERNEL_IMAGE_BASE_URL \
|
||||||
KERNEL_IMAGE_NAME \
|
KERNEL_IMAGE_NAME \
|
||||||
LD_LIBRARY_PATH \
|
LD_LIBRARY_PATH \
|
||||||
LP_NUM_THREADS \
|
LP_NUM_THREADS \
|
||||||
@@ -82,21 +80,21 @@ for var in \
|
|||||||
MESA_IMAGE \
|
MESA_IMAGE \
|
||||||
MESA_IMAGE_PATH \
|
MESA_IMAGE_PATH \
|
||||||
MESA_IMAGE_TAG \
|
MESA_IMAGE_TAG \
|
||||||
MESA_LOADER_DRIVER_OVERRIDE \
|
|
||||||
MESA_TEMPLATES_COMMIT \
|
MESA_TEMPLATES_COMMIT \
|
||||||
MESA_VK_IGNORE_CONFORMANCE_WARNING \
|
MESA_VK_IGNORE_CONFORMANCE_WARNING \
|
||||||
S3_HOST \
|
MESA_SPIRV_LOG_LEVEL \
|
||||||
S3_RESULTS_UPLOAD \
|
MINIO_HOST \
|
||||||
|
MINIO_RESULTS_UPLOAD \
|
||||||
NIR_DEBUG \
|
NIR_DEBUG \
|
||||||
PAN_I_WANT_A_BROKEN_VULKAN_DRIVER \
|
PAN_I_WANT_A_BROKEN_VULKAN_DRIVER \
|
||||||
PAN_MESA_DEBUG \
|
PAN_MESA_DEBUG \
|
||||||
PANVK_DEBUG \
|
|
||||||
PIGLIT_FRACTION \
|
PIGLIT_FRACTION \
|
||||||
PIGLIT_NO_WINDOW \
|
PIGLIT_NO_WINDOW \
|
||||||
PIGLIT_OPTIONS \
|
PIGLIT_OPTIONS \
|
||||||
PIGLIT_PLATFORM \
|
PIGLIT_PLATFORM \
|
||||||
PIGLIT_PROFILES \
|
PIGLIT_PROFILES \
|
||||||
PIGLIT_REPLAY_ARTIFACTS_BASE_URL \
|
PIGLIT_REPLAY_ARTIFACTS_BASE_URL \
|
||||||
|
PIGLIT_REPLAY_DESCRIPTION_FILE \
|
||||||
PIGLIT_REPLAY_DEVICE_NAME \
|
PIGLIT_REPLAY_DEVICE_NAME \
|
||||||
PIGLIT_REPLAY_EXTRA_ARGS \
|
PIGLIT_REPLAY_EXTRA_ARGS \
|
||||||
PIGLIT_REPLAY_LOOP_TIMES \
|
PIGLIT_REPLAY_LOOP_TIMES \
|
||||||
@@ -104,26 +102,14 @@ for var in \
|
|||||||
PIGLIT_REPLAY_SUBCOMMAND \
|
PIGLIT_REPLAY_SUBCOMMAND \
|
||||||
PIGLIT_RESULTS \
|
PIGLIT_RESULTS \
|
||||||
PIGLIT_TESTS \
|
PIGLIT_TESTS \
|
||||||
PIGLIT_TRACES_FILE \
|
|
||||||
PIPELINE_ARTIFACTS_BASE \
|
PIPELINE_ARTIFACTS_BASE \
|
||||||
RADEON_DEBUG \
|
|
||||||
RADV_DEBUG \
|
|
||||||
RADV_PERFTEST \
|
|
||||||
SKQP_ASSETS_DIR \
|
SKQP_ASSETS_DIR \
|
||||||
SKQP_BACKENDS \
|
SKQP_BACKENDS \
|
||||||
TU_DEBUG \
|
TU_DEBUG \
|
||||||
USE_ANGLE \
|
|
||||||
VIRGL_HOST_API \
|
VIRGL_HOST_API \
|
||||||
WAFFLE_PLATFORM \
|
|
||||||
VK_CPU \
|
VK_CPU \
|
||||||
VK_DRIVER \
|
VK_DRIVER \
|
||||||
VK_ICD_FILENAMES \
|
VK_ICD_FILENAMES \
|
||||||
VKD3D_PROTON_RESULTS \
|
|
||||||
VKD3D_CONFIG \
|
|
||||||
VKD3D_TEST_EXCLUDE \
|
|
||||||
ZINK_DESCRIPTORS \
|
|
||||||
ZINK_DEBUG \
|
|
||||||
LVP_POISON_MEMORY \
|
|
||||||
; do
|
; do
|
||||||
if [ -n "${!var+x}" ]; then
|
if [ -n "${!var+x}" ]; then
|
||||||
echo "export $var=${!var@Q}"
|
echo "export $var=${!var@Q}"
|
||||||
|
@@ -7,14 +7,12 @@ set -ex
|
|||||||
|
|
||||||
cd /
|
cd /
|
||||||
|
|
||||||
findmnt --mountpoint /proc || mount -t proc none /proc
|
mount -t proc none /proc
|
||||||
findmnt --mountpoint /sys || mount -t sysfs none /sys
|
mount -t sysfs none /sys
|
||||||
mount -t debugfs none /sys/kernel/debug
|
mount -t debugfs none /sys/kernel/debug
|
||||||
findmnt --mountpoint /dev || mount -t devtmpfs none /dev
|
mount -t devtmpfs none /dev || echo possibly already mounted
|
||||||
mkdir -p /dev/pts
|
mkdir -p /dev/pts
|
||||||
mount -t devpts devpts /dev/pts
|
mount -t devpts devpts /dev/pts
|
||||||
mkdir /dev/shm
|
|
||||||
mount -t tmpfs -o noexec,nodev,nosuid tmpfs /dev/shm
|
|
||||||
mount -t tmpfs tmpfs /tmp
|
mount -t tmpfs tmpfs /tmp
|
||||||
|
|
||||||
echo "nameserver 8.8.8.8" > /etc/resolv.conf
|
echo "nameserver 8.8.8.8" > /etc/resolv.conf
|
||||||
@@ -22,4 +20,4 @@ echo "nameserver 8.8.8.8" > /etc/resolv.conf
|
|||||||
|
|
||||||
# Set the time so we can validate certificates before we fetch anything;
|
# Set the time so we can validate certificates before we fetch anything;
|
||||||
# however as not all DUTs have network, make this non-fatal.
|
# however as not all DUTs have network, make this non-fatal.
|
||||||
for _ in 1 2 3; do sntp -sS pool.ntp.org && break || sleep 2; done || true
|
for i in 1 2 3; do sntp -sS pool.ntp.org && break || sleep 2; done || true
|
||||||
|
@@ -1,51 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
# shellcheck disable=SC1090
|
|
||||||
# shellcheck disable=SC1091
|
|
||||||
# shellcheck disable=SC2086 # we want word splitting
|
|
||||||
# shellcheck disable=SC2155
|
|
||||||
|
|
||||||
# Second-stage init, used to set up devices and our job environment before
|
# Second-stage init, used to set up devices and our job environment before
|
||||||
# running tests.
|
# running tests.
|
||||||
|
|
||||||
shopt -s extglob
|
. /set-job-env-vars.sh
|
||||||
|
|
||||||
# Make sure to kill itself and all the children process from this script on
|
|
||||||
# exiting, since any console output may interfere with LAVA signals handling,
|
|
||||||
# which based on the log console.
|
|
||||||
cleanup() {
|
|
||||||
if [ "$BACKGROUND_PIDS" = "" ]; then
|
|
||||||
return 0
|
|
||||||
fi
|
|
||||||
|
|
||||||
set +x
|
|
||||||
echo "Killing all child processes"
|
|
||||||
for pid in $BACKGROUND_PIDS
|
|
||||||
do
|
|
||||||
kill "$pid" 2>/dev/null || true
|
|
||||||
done
|
|
||||||
|
|
||||||
# Sleep just a little to give enough time for subprocesses to be gracefully
|
|
||||||
# killed. Then apply a SIGKILL if necessary.
|
|
||||||
sleep 5
|
|
||||||
for pid in $BACKGROUND_PIDS
|
|
||||||
do
|
|
||||||
kill -9 "$pid" 2>/dev/null || true
|
|
||||||
done
|
|
||||||
|
|
||||||
BACKGROUND_PIDS=
|
|
||||||
set -x
|
|
||||||
}
|
|
||||||
trap cleanup INT TERM EXIT
|
|
||||||
|
|
||||||
# Space separated values with the PIDS of the processes started in the
|
|
||||||
# background by this script
|
|
||||||
BACKGROUND_PIDS=
|
|
||||||
|
|
||||||
|
|
||||||
for path in '/dut-env-vars.sh' '/set-job-env-vars.sh' './set-job-env-vars.sh'; do
|
|
||||||
[ -f "$path" ] && source "$path"
|
|
||||||
done
|
|
||||||
. "$SCRIPTS_DIR"/setup-test-env.sh
|
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
@@ -54,16 +12,6 @@ set -ex
|
|||||||
echo -n $HWCI_KERNEL_MODULES | xargs -d, -n1 /usr/sbin/modprobe
|
echo -n $HWCI_KERNEL_MODULES | xargs -d, -n1 /usr/sbin/modprobe
|
||||||
}
|
}
|
||||||
|
|
||||||
# Set up ZRAM
|
|
||||||
HWCI_ZRAM_SIZE=2G
|
|
||||||
if /sbin/zramctl --find --size $HWCI_ZRAM_SIZE -a zstd; then
|
|
||||||
mkswap /dev/zram0
|
|
||||||
swapon /dev/zram0
|
|
||||||
echo "zram: $HWCI_ZRAM_SIZE activated"
|
|
||||||
else
|
|
||||||
echo "zram: skipping, not supported"
|
|
||||||
fi
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Load the KVM module specific to the detected CPU virtualization extensions:
|
# Load the KVM module specific to the detected CPU virtualization extensions:
|
||||||
# - vmx for Intel VT
|
# - vmx for Intel VT
|
||||||
@@ -73,22 +21,17 @@ fi
|
|||||||
#
|
#
|
||||||
if [ "$HWCI_KVM" = "true" ]; then
|
if [ "$HWCI_KVM" = "true" ]; then
|
||||||
unset KVM_KERNEL_MODULE
|
unset KVM_KERNEL_MODULE
|
||||||
{
|
grep -qs '\bvmx\b' /proc/cpuinfo && KVM_KERNEL_MODULE=kvm_intel || {
|
||||||
grep -qs '\bvmx\b' /proc/cpuinfo && KVM_KERNEL_MODULE=kvm_intel
|
grep -qs '\bsvm\b' /proc/cpuinfo && KVM_KERNEL_MODULE=kvm_amd
|
||||||
} || {
|
|
||||||
grep -qs '\bsvm\b' /proc/cpuinfo && KVM_KERNEL_MODULE=kvm_amd
|
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
[ -z "${KVM_KERNEL_MODULE}" ] && \
|
||||||
[ -z "${KVM_KERNEL_MODULE}" ] && \
|
echo "WARNING: Failed to detect CPU virtualization extensions" || \
|
||||||
echo "WARNING: Failed to detect CPU virtualization extensions"
|
|
||||||
} || \
|
|
||||||
modprobe ${KVM_KERNEL_MODULE}
|
modprobe ${KVM_KERNEL_MODULE}
|
||||||
|
|
||||||
mkdir -p /lava-files
|
mkdir -p /lava-files
|
||||||
curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
|
wget -S --progress=dot:giga -O /lava-files/${KERNEL_IMAGE_NAME} \
|
||||||
-o "/lava-files/${KERNEL_IMAGE_NAME}" \
|
"${KERNEL_IMAGE_BASE_URL}/${KERNEL_IMAGE_NAME}"
|
||||||
"${KERNEL_IMAGE_BASE}/amd64/${KERNEL_IMAGE_NAME}"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Fix prefix confusion: the build installs to $CI_PROJECT_DIR, but we expect
|
# Fix prefix confusion: the build installs to $CI_PROJECT_DIR, but we expect
|
||||||
@@ -97,52 +40,30 @@ ln -sf $CI_PROJECT_DIR/install /install
|
|||||||
export LD_LIBRARY_PATH=/install/lib
|
export LD_LIBRARY_PATH=/install/lib
|
||||||
export LIBGL_DRIVERS_PATH=/install/lib/dri
|
export LIBGL_DRIVERS_PATH=/install/lib/dri
|
||||||
|
|
||||||
# https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22495#note_1876691
|
|
||||||
# The navi21 boards seem to have trouble with ld.so.cache, so try explicitly
|
|
||||||
# telling it to look in /usr/local/lib.
|
|
||||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
|
|
||||||
|
|
||||||
# Store Mesa's disk cache under /tmp, rather than sending it out over NFS.
|
# Store Mesa's disk cache under /tmp, rather than sending it out over NFS.
|
||||||
export XDG_CACHE_HOME=/tmp
|
export XDG_CACHE_HOME=/tmp
|
||||||
|
|
||||||
# Make sure Python can find all our imports
|
# Make sure Python can find all our imports
|
||||||
export PYTHONPATH=$(python3 -c "import sys;print(\":\".join(sys.path))")
|
export PYTHONPATH=$(python3 -c "import sys;print(\":\".join(sys.path))")
|
||||||
|
|
||||||
# If we need to specify a driver, it means several drivers could pick up this gpu;
|
|
||||||
# ensure that the other driver can't accidentally be used
|
|
||||||
if [ -n "$MESA_LOADER_DRIVER_OVERRIDE" ]; then
|
|
||||||
rm /install/lib/dri/!($MESA_LOADER_DRIVER_OVERRIDE)_dri.so
|
|
||||||
fi
|
|
||||||
ls -1 /install/lib/dri/*_dri.so
|
|
||||||
|
|
||||||
if [ "$HWCI_FREQ_MAX" = "true" ]; then
|
if [ "$HWCI_FREQ_MAX" = "true" ]; then
|
||||||
# Ensure initialization of the DRM device (needed by MSM)
|
# Ensure initialization of the DRM device (needed by MSM)
|
||||||
head -0 /dev/dri/renderD128
|
head -0 /dev/dri/renderD128
|
||||||
|
|
||||||
# Disable GPU frequency scaling
|
# Disable GPU frequency scaling
|
||||||
DEVFREQ_GOVERNOR=$(find /sys/devices -name governor | grep gpu || true)
|
DEVFREQ_GOVERNOR=`find /sys/devices -name governor | grep gpu || true`
|
||||||
test -z "$DEVFREQ_GOVERNOR" || echo performance > $DEVFREQ_GOVERNOR || true
|
test -z "$DEVFREQ_GOVERNOR" || echo performance > $DEVFREQ_GOVERNOR || true
|
||||||
|
|
||||||
# Disable CPU frequency scaling
|
# Disable CPU frequency scaling
|
||||||
echo performance | tee -a /sys/devices/system/cpu/cpufreq/policy*/scaling_governor || true
|
echo performance | tee -a /sys/devices/system/cpu/cpufreq/policy*/scaling_governor || true
|
||||||
|
|
||||||
# Disable GPU runtime power management
|
# Disable GPU runtime power management
|
||||||
GPU_AUTOSUSPEND=$(find /sys/devices -name autosuspend_delay_ms | grep gpu | head -1)
|
GPU_AUTOSUSPEND=`find /sys/devices -name autosuspend_delay_ms | grep gpu | head -1`
|
||||||
test -z "$GPU_AUTOSUSPEND" || echo -1 > $GPU_AUTOSUSPEND || true
|
test -z "$GPU_AUTOSUSPEND" || echo -1 > $GPU_AUTOSUSPEND || true
|
||||||
|
|
||||||
# Lock Intel GPU frequency to 70% of the maximum allowed by hardware
|
# Lock Intel GPU frequency to 70% of the maximum allowed by hardware
|
||||||
# and enable throttling detection & reporting.
|
# and enable throttling detection & reporting.
|
||||||
# Additionally, set the upper limit for CPU scaling frequency to 65% of the
|
./intel-gpu-freq.sh -s 70% -g all -d
|
||||||
# maximum permitted, as an additional measure to mitigate thermal throttling.
|
|
||||||
/intel-gpu-freq.sh -s 70% --cpu-set-max 65% -g all -d
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Start a little daemon to capture sysfs records and produce a JSON file
|
|
||||||
if [ -x /kdl.sh ]; then
|
|
||||||
echo "launch kdl.sh!"
|
|
||||||
/kdl.sh &
|
|
||||||
BACKGROUND_PIDS="$! $BACKGROUND_PIDS"
|
|
||||||
else
|
|
||||||
echo "kdl.sh not found!"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Increase freedreno hangcheck timer because it's right at the edge of the
|
# Increase freedreno hangcheck timer because it's right at the edge of the
|
||||||
@@ -153,10 +74,7 @@ fi
|
|||||||
|
|
||||||
# Start a little daemon to capture the first devcoredump we encounter. (They
|
# Start a little daemon to capture the first devcoredump we encounter. (They
|
||||||
# expire after 5 minutes, so we poll for them).
|
# expire after 5 minutes, so we poll for them).
|
||||||
if [ -x /capture-devcoredump.sh ]; then
|
./capture-devcoredump.sh &
|
||||||
/capture-devcoredump.sh &
|
|
||||||
BACKGROUND_PIDS="$! $BACKGROUND_PIDS"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# If we want Xorg to be running for the test, then we start it up before the
|
# If we want Xorg to be running for the test, then we start it up before the
|
||||||
# HWCI_TEST_SCRIPT because we need to use xinit to start X (otherwise
|
# HWCI_TEST_SCRIPT because we need to use xinit to start X (otherwise
|
||||||
@@ -165,12 +83,10 @@ fi
|
|||||||
if [ -n "$HWCI_START_XORG" ]; then
|
if [ -n "$HWCI_START_XORG" ]; then
|
||||||
echo "touch /xorg-started; sleep 100000" > /xorg-script
|
echo "touch /xorg-started; sleep 100000" > /xorg-script
|
||||||
env \
|
env \
|
||||||
VK_ICD_FILENAMES="/install/share/vulkan/icd.d/${VK_DRIVER}_icd.$(uname -m).json" \
|
|
||||||
xinit /bin/sh /xorg-script -- /usr/bin/Xorg -noreset -s 0 -dpms -logfile /Xorg.0.log &
|
xinit /bin/sh /xorg-script -- /usr/bin/Xorg -noreset -s 0 -dpms -logfile /Xorg.0.log &
|
||||||
BACKGROUND_PIDS="$! $BACKGROUND_PIDS"
|
|
||||||
|
|
||||||
# Wait for xorg to be ready for connections.
|
# Wait for xorg to be ready for connections.
|
||||||
for _ in 1 2 3 4 5; do
|
for i in 1 2 3 4 5; do
|
||||||
if [ -e /xorg-started ]; then
|
if [ -e /xorg-started ]; then
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
@@ -179,57 +95,18 @@ if [ -n "$HWCI_START_XORG" ]; then
|
|||||||
export DISPLAY=:0
|
export DISPLAY=:0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$HWCI_START_WESTON" ]; then
|
sh -c "$HWCI_TEST_SCRIPT" && RESULT=pass || RESULT=fail
|
||||||
WESTON_X11_SOCK="/tmp/.X11-unix/X0"
|
|
||||||
if [ -n "$HWCI_START_XORG" ]; then
|
|
||||||
echo "Please consider dropping HWCI_START_XORG and instead using Weston XWayland for testing."
|
|
||||||
WESTON_X11_SOCK="/tmp/.X11-unix/X1"
|
|
||||||
fi
|
|
||||||
export WAYLAND_DISPLAY=wayland-0
|
|
||||||
|
|
||||||
# Display server is Weston Xwayland when HWCI_START_XORG is not set or Xorg when it's
|
|
||||||
export DISPLAY=:0
|
|
||||||
mkdir -p /tmp/.X11-unix
|
|
||||||
|
|
||||||
env \
|
|
||||||
VK_ICD_FILENAMES="/install/share/vulkan/icd.d/${VK_DRIVER}_icd.$(uname -m).json" \
|
|
||||||
weston -Bheadless-backend.so --use-gl -Swayland-0 --xwayland --idle-time=0 &
|
|
||||||
BACKGROUND_PIDS="$! $BACKGROUND_PIDS"
|
|
||||||
|
|
||||||
while [ ! -S "$WESTON_X11_SOCK" ]; do sleep 1; done
|
|
||||||
fi
|
|
||||||
|
|
||||||
set +e
|
|
||||||
bash -c ". $SCRIPTS_DIR/setup-test-env.sh && $HWCI_TEST_SCRIPT"
|
|
||||||
EXIT_CODE=$?
|
|
||||||
set -e
|
|
||||||
|
|
||||||
# Let's make sure the results are always stored in current working directory
|
# Let's make sure the results are always stored in current working directory
|
||||||
mv -f ${CI_PROJECT_DIR}/results ./ 2>/dev/null || true
|
mv -f ${CI_PROJECT_DIR}/results ./ 2>/dev/null || true
|
||||||
|
|
||||||
[ ${EXIT_CODE} -ne 0 ] || rm -rf results/trace/"$PIGLIT_REPLAY_DEVICE_NAME"
|
[ "${RESULT}" = "fail" ] || rm -rf results/trace/$PIGLIT_REPLAY_DEVICE_NAME
|
||||||
|
|
||||||
# Make sure that capture-devcoredump is done before we start trying to tar up
|
|
||||||
# artifacts -- if it's writing while tar is reading, tar will throw an error and
|
|
||||||
# kill the job.
|
|
||||||
cleanup
|
|
||||||
|
|
||||||
# upload artifacts
|
# upload artifacts
|
||||||
if [ -n "$S3_RESULTS_UPLOAD" ]; then
|
if [ -n "$MINIO_RESULTS_UPLOAD" ]; then
|
||||||
tar --zstd -cf results.tar.zst results/;
|
tar -czf results.tar.gz results/;
|
||||||
ci-fairy s3cp --token-file "${CI_JOB_JWT_FILE}" results.tar.zst https://"$S3_RESULTS_UPLOAD"/results.tar.zst;
|
ci-fairy minio login --token-file "${CI_JOB_JWT_FILE}";
|
||||||
|
ci-fairy minio cp results.tar.gz minio://"$MINIO_RESULTS_UPLOAD"/results.tar.gz;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# We still need to echo the hwci: mesa message, as some scripts rely on it, such
|
echo "hwci: mesa: $RESULT"
|
||||||
# as the python ones inside the bare-metal folder
|
|
||||||
[ ${EXIT_CODE} -eq 0 ] && RESULT=pass || RESULT=fail
|
|
||||||
|
|
||||||
set +x
|
|
||||||
|
|
||||||
# Print the final result; both bare-metal and LAVA look for this string to get
|
|
||||||
# the result of our run, so try really hard to get it out rather than losing
|
|
||||||
# the run. The device gets shut down right at this point, and a630 seems to
|
|
||||||
# enjoy corrupting the last line of serial output before shutdown.
|
|
||||||
for _ in $(seq 0 3); do echo "hwci: mesa: $RESULT"; sleep 1; echo; done
|
|
||||||
|
|
||||||
exit $EXIT_CODE
|
|
||||||
|
@@ -1,25 +1,8 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/sh
|
||||||
# shellcheck disable=SC2013
|
|
||||||
# shellcheck disable=SC2015
|
|
||||||
# shellcheck disable=SC2034
|
|
||||||
# shellcheck disable=SC2046
|
|
||||||
# shellcheck disable=SC2059
|
|
||||||
# shellcheck disable=SC2086 # we want word splitting
|
|
||||||
# shellcheck disable=SC2154
|
|
||||||
# shellcheck disable=SC2155
|
|
||||||
# shellcheck disable=SC2162
|
|
||||||
# shellcheck disable=SC2229
|
|
||||||
#
|
#
|
||||||
# This is an utility script to manage Intel GPU frequencies.
|
# The Intel i915 GPU driver allows to change the minimum, maximum and boost
|
||||||
# It can be used for debugging performance problems or trying to obtain a stable
|
# frequencies in steps of 50 MHz via /sys/class/drm/card<n>/<freq_info>,
|
||||||
# frequency while benchmarking.
|
# where <n> is the DRM card index and <freq_info> one of the following:
|
||||||
#
|
|
||||||
# Note the Intel i915 GPU driver allows to change the minimum, maximum and boost
|
|
||||||
# frequencies in steps of 50 MHz via:
|
|
||||||
#
|
|
||||||
# /sys/class/drm/card<n>/<freq_info>
|
|
||||||
#
|
|
||||||
# Where <n> is the DRM card index and <freq_info> one of the following:
|
|
||||||
#
|
#
|
||||||
# - gt_max_freq_mhz (enforced maximum freq)
|
# - gt_max_freq_mhz (enforced maximum freq)
|
||||||
# - gt_min_freq_mhz (enforced minimum freq)
|
# - gt_min_freq_mhz (enforced minimum freq)
|
||||||
@@ -35,11 +18,6 @@
|
|||||||
# - gt_act_freq_mhz (the actual GPU freq)
|
# - gt_act_freq_mhz (the actual GPU freq)
|
||||||
# - gt_cur_freq_mhz (the last requested freq)
|
# - gt_cur_freq_mhz (the last requested freq)
|
||||||
#
|
#
|
||||||
# Also note that in addition to GPU management, the script offers the
|
|
||||||
# possibility to adjust CPU operating frequencies. However, this is currently
|
|
||||||
# limited to just setting the maximum scaling frequency as percentage of the
|
|
||||||
# maximum frequency allowed by the hardware.
|
|
||||||
#
|
|
||||||
# Copyright (C) 2022 Collabora Ltd.
|
# Copyright (C) 2022 Collabora Ltd.
|
||||||
# Author: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
|
# Author: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
|
||||||
#
|
#
|
||||||
@@ -49,8 +27,6 @@
|
|||||||
#
|
#
|
||||||
# Constants
|
# Constants
|
||||||
#
|
#
|
||||||
|
|
||||||
# GPU
|
|
||||||
DRM_FREQ_SYSFS_PATTERN="/sys/class/drm/card%d/gt_%s_freq_mhz"
|
DRM_FREQ_SYSFS_PATTERN="/sys/class/drm/card%d/gt_%s_freq_mhz"
|
||||||
ENF_FREQ_INFO="max min boost"
|
ENF_FREQ_INFO="max min boost"
|
||||||
CAP_FREQ_INFO="RP0 RPn RP1"
|
CAP_FREQ_INFO="RP0 RPn RP1"
|
||||||
@@ -58,14 +34,6 @@ ACT_FREQ_INFO="act cur"
|
|||||||
THROTT_DETECT_SLEEP_SEC=2
|
THROTT_DETECT_SLEEP_SEC=2
|
||||||
THROTT_DETECT_PID_FILE_PATH=/tmp/thrott-detect.pid
|
THROTT_DETECT_PID_FILE_PATH=/tmp/thrott-detect.pid
|
||||||
|
|
||||||
# CPU
|
|
||||||
CPU_SYSFS_PREFIX=/sys/devices/system/cpu
|
|
||||||
CPU_PSTATE_SYSFS_PATTERN="${CPU_SYSFS_PREFIX}/intel_pstate/%s"
|
|
||||||
CPU_FREQ_SYSFS_PATTERN="${CPU_SYSFS_PREFIX}/cpu%s/cpufreq/%s_freq"
|
|
||||||
CAP_CPU_FREQ_INFO="cpuinfo_max cpuinfo_min"
|
|
||||||
ENF_CPU_FREQ_INFO="scaling_max scaling_min"
|
|
||||||
ACT_CPU_FREQ_INFO="scaling_cur"
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Global variables.
|
# Global variables.
|
||||||
#
|
#
|
||||||
@@ -73,7 +41,6 @@ unset INTEL_DRM_CARD_INDEX
|
|||||||
unset GET_ACT_FREQ GET_ENF_FREQ GET_CAP_FREQ
|
unset GET_ACT_FREQ GET_ENF_FREQ GET_CAP_FREQ
|
||||||
unset SET_MIN_FREQ SET_MAX_FREQ
|
unset SET_MIN_FREQ SET_MAX_FREQ
|
||||||
unset MONITOR_FREQ
|
unset MONITOR_FREQ
|
||||||
unset CPU_SET_MAX_FREQ
|
|
||||||
unset DETECT_THROTT
|
unset DETECT_THROTT
|
||||||
unset DRY_RUN
|
unset DRY_RUN
|
||||||
|
|
||||||
@@ -131,16 +98,14 @@ identify_intel_gpu() {
|
|||||||
# return: Global variable(s) FREQ_${arg} containing the requested information
|
# return: Global variable(s) FREQ_${arg} containing the requested information
|
||||||
#
|
#
|
||||||
read_freq_info() {
|
read_freq_info() {
|
||||||
local var val info path print=0 ret=0
|
local var val path print=0 ret=0
|
||||||
|
|
||||||
[ "$1" = "y" ] && print=1
|
[ "$1" = "y" ] && print=1
|
||||||
shift
|
shift
|
||||||
|
|
||||||
while [ $# -gt 0 ]; do
|
while [ $# -gt 0 ]; do
|
||||||
info=$1
|
var=FREQ_$1
|
||||||
shift
|
path=$(print_freq_sysfs_path "$1")
|
||||||
var=FREQ_${info}
|
|
||||||
path=$(print_freq_sysfs_path "${info}")
|
|
||||||
|
|
||||||
[ -r ${path} ] && read ${var} < ${path} || {
|
[ -r ${path} ] && read ${var} < ${path} || {
|
||||||
log ERROR "Failed to read freq info from: %s" "${path}"
|
log ERROR "Failed to read freq info from: %s" "${path}"
|
||||||
@@ -156,8 +121,10 @@ read_freq_info() {
|
|||||||
|
|
||||||
[ ${print} -eq 1 ] && {
|
[ ${print} -eq 1 ] && {
|
||||||
eval val=\$${var}
|
eval val=\$${var}
|
||||||
printf "%6s: %4s MHz\n" "${info}" "${val}"
|
printf "%6s: %4s MHz\n" "$1" "${val}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
shift
|
||||||
done
|
done
|
||||||
|
|
||||||
return ${ret}
|
return ${ret}
|
||||||
@@ -203,7 +170,7 @@ compute_freq_set() {
|
|||||||
val=${FREQ_RPn}
|
val=${FREQ_RPn}
|
||||||
;;
|
;;
|
||||||
*%)
|
*%)
|
||||||
val=$((${1%?} * FREQ_RP0 / 100))
|
val=$((${1%?} * ${FREQ_RP0} / 100))
|
||||||
# Adjust freq to comply with 50 MHz increments
|
# Adjust freq to comply with 50 MHz increments
|
||||||
val=$((val / 50 * 50))
|
val=$((val / 50 * 50))
|
||||||
;;
|
;;
|
||||||
@@ -252,12 +219,12 @@ set_freq_max() {
|
|||||||
|
|
||||||
[ -z "${DRY_RUN}" ] || return 0
|
[ -z "${DRY_RUN}" ] || return 0
|
||||||
|
|
||||||
if ! printf "%s" ${SET_MAX_FREQ} | tee $(print_freq_sysfs_path max) \
|
printf "%s" ${SET_MAX_FREQ} | tee $(print_freq_sysfs_path max) \
|
||||||
$(print_freq_sysfs_path boost) > /dev/null;
|
$(print_freq_sysfs_path boost) > /dev/null
|
||||||
then
|
[ $? -eq 0 ] || {
|
||||||
log ERROR "Failed to set GPU max frequency"
|
log ERROR "Failed to set GPU max frequency"
|
||||||
return 1
|
return 1
|
||||||
fi
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -282,11 +249,11 @@ set_freq_min() {
|
|||||||
|
|
||||||
[ -z "${DRY_RUN}" ] || return 0
|
[ -z "${DRY_RUN}" ] || return 0
|
||||||
|
|
||||||
if ! printf "%s" ${SET_MIN_FREQ} > $(print_freq_sysfs_path min);
|
printf "%s" ${SET_MIN_FREQ} > $(print_freq_sysfs_path min)
|
||||||
then
|
[ $? -eq 0 ] || {
|
||||||
log ERROR "Failed to set GPU min frequency"
|
log ERROR "Failed to set GPU min frequency"
|
||||||
return 1
|
return 1
|
||||||
fi
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -425,156 +392,6 @@ detect_throttling() {
|
|||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
|
||||||
# Retrieve the list of online CPUs.
|
|
||||||
#
|
|
||||||
get_online_cpus() {
|
|
||||||
local path cpu_index
|
|
||||||
|
|
||||||
printf "0"
|
|
||||||
for path in $(grep 1 ${CPU_SYSFS_PREFIX}/cpu*/online); do
|
|
||||||
cpu_index=${path##*/cpu}
|
|
||||||
printf " %s" ${cpu_index%%/*}
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
||||||
#
|
|
||||||
# Helper to print sysfs path for the given CPU index and freq info.
|
|
||||||
#
|
|
||||||
# arg1: Frequency info sysfs name, one of *_CPU_FREQ_INFO constants above
|
|
||||||
# arg2: CPU index
|
|
||||||
#
|
|
||||||
print_cpu_freq_sysfs_path() {
|
|
||||||
printf ${CPU_FREQ_SYSFS_PATTERN} "$2" "$1"
|
|
||||||
}
|
|
||||||
|
|
||||||
#
|
|
||||||
# Read the specified CPU freq info from sysfs.
|
|
||||||
#
|
|
||||||
# arg1: CPU index
|
|
||||||
# arg2: Flag (y/n) to also enable printing the freq info.
|
|
||||||
# arg3...: Frequency info sysfs name(s), see *_CPU_FREQ_INFO constants above
|
|
||||||
# return: Global variable(s) CPU_FREQ_${arg} containing the requested information
|
|
||||||
#
|
|
||||||
read_cpu_freq_info() {
|
|
||||||
local var val info path cpu_index print=0 ret=0
|
|
||||||
|
|
||||||
cpu_index=$1
|
|
||||||
[ "$2" = "y" ] && print=1
|
|
||||||
shift 2
|
|
||||||
|
|
||||||
while [ $# -gt 0 ]; do
|
|
||||||
info=$1
|
|
||||||
shift
|
|
||||||
var=CPU_FREQ_${info}
|
|
||||||
path=$(print_cpu_freq_sysfs_path "${info}" ${cpu_index})
|
|
||||||
|
|
||||||
[ -r ${path} ] && read ${var} < ${path} || {
|
|
||||||
log ERROR "Failed to read CPU freq info from: %s" "${path}"
|
|
||||||
ret=1
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
|
|
||||||
[ -n "${var}" ] || {
|
|
||||||
log ERROR "Got empty CPU freq info from: %s" "${path}"
|
|
||||||
ret=1
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
|
|
||||||
[ ${print} -eq 1 ] && {
|
|
||||||
eval val=\$${var}
|
|
||||||
printf "%6s: %4s Hz\n" "${info}" "${val}"
|
|
||||||
}
|
|
||||||
done
|
|
||||||
|
|
||||||
return ${ret}
|
|
||||||
}
|
|
||||||
|
|
||||||
#
|
|
||||||
# Helper to print freq. value as requested by user via '--cpu-set-max' option.
|
|
||||||
# arg1: user requested freq value
|
|
||||||
#
|
|
||||||
compute_cpu_freq_set() {
|
|
||||||
local val
|
|
||||||
|
|
||||||
case "$1" in
|
|
||||||
+)
|
|
||||||
val=${CPU_FREQ_cpuinfo_max}
|
|
||||||
;;
|
|
||||||
-)
|
|
||||||
val=${CPU_FREQ_cpuinfo_min}
|
|
||||||
;;
|
|
||||||
*%)
|
|
||||||
val=$((${1%?} * CPU_FREQ_cpuinfo_max / 100))
|
|
||||||
;;
|
|
||||||
*[!0-9]*)
|
|
||||||
log ERROR "Cannot set CPU freq to invalid value: %s" "$1"
|
|
||||||
return 1
|
|
||||||
;;
|
|
||||||
"")
|
|
||||||
log ERROR "Cannot set CPU freq to unspecified value"
|
|
||||||
return 1
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
log ERROR "Cannot set CPU freq to custom value; use +, -, or % instead"
|
|
||||||
return 1
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
printf "%s" "${val}"
|
|
||||||
}
|
|
||||||
|
|
||||||
#
|
|
||||||
# Adjust CPU max scaling frequency.
|
|
||||||
#
|
|
||||||
set_cpu_freq_max() {
|
|
||||||
local target_freq res=0
|
|
||||||
case "${CPU_SET_MAX_FREQ}" in
|
|
||||||
+)
|
|
||||||
target_freq=100
|
|
||||||
;;
|
|
||||||
-)
|
|
||||||
target_freq=1
|
|
||||||
;;
|
|
||||||
*%)
|
|
||||||
target_freq=${CPU_SET_MAX_FREQ%?}
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
log ERROR "Invalid CPU freq"
|
|
||||||
return 1
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
local pstate_info=$(printf "${CPU_PSTATE_SYSFS_PATTERN}" max_perf_pct)
|
|
||||||
[ -e "${pstate_info}" ] && {
|
|
||||||
log INFO "Setting intel_pstate max perf to %s" "${target_freq}%"
|
|
||||||
if ! printf "%s" "${target_freq}" > "${pstate_info}";
|
|
||||||
then
|
|
||||||
log ERROR "Failed to set intel_pstate max perf"
|
|
||||||
res=1
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
local cpu_index
|
|
||||||
for cpu_index in $(get_online_cpus); do
|
|
||||||
read_cpu_freq_info ${cpu_index} n ${CAP_CPU_FREQ_INFO} || { res=$?; continue; }
|
|
||||||
|
|
||||||
target_freq=$(compute_cpu_freq_set "${CPU_SET_MAX_FREQ}")
|
|
||||||
[ -z "${target_freq}" ] && { res=$?; continue; }
|
|
||||||
|
|
||||||
log INFO "Setting CPU%s max scaling freq to %s Hz" ${cpu_index} "${target_freq}"
|
|
||||||
[ -n "${DRY_RUN}" ] && continue
|
|
||||||
|
|
||||||
if ! printf "%s" ${target_freq} > $(print_cpu_freq_sysfs_path scaling_max ${cpu_index});
|
|
||||||
then
|
|
||||||
res=1
|
|
||||||
log ERROR "Failed to set CPU%s max scaling frequency" ${cpu_index}
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
|
|
||||||
return ${res}
|
|
||||||
}
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Show help message.
|
# Show help message.
|
||||||
#
|
#
|
||||||
@@ -609,12 +426,6 @@ Options:
|
|||||||
as a background process. Use 'stop' or 'status' to
|
as a background process. Use 'stop' or 'status' to
|
||||||
terminate the detector process or verify its status.
|
terminate the detector process or verify its status.
|
||||||
|
|
||||||
--cpu-set-max [FREQUENCY%|+|-}
|
|
||||||
Set CPU max scaling frequency as % of hw max.
|
|
||||||
Use '+' or '-' to set frequency to hardware max or min.
|
|
||||||
|
|
||||||
-r, --reset Reset frequencies to hardware defaults.
|
|
||||||
|
|
||||||
--dry-run See what the script will do without applying any
|
--dry-run See what the script will do without applying any
|
||||||
frequency changes.
|
frequency changes.
|
||||||
|
|
||||||
@@ -650,8 +461,6 @@ parse_option_get() {
|
|||||||
|
|
||||||
#
|
#
|
||||||
# Validate user input for '-s, --set' option.
|
# Validate user input for '-s, --set' option.
|
||||||
# arg1: input value to be validated
|
|
||||||
# arg2: optional flag indicating input is restricted to %
|
|
||||||
#
|
#
|
||||||
validate_option_set() {
|
validate_option_set() {
|
||||||
case "$1" in
|
case "$1" in
|
||||||
@@ -663,8 +472,6 @@ validate_option_set() {
|
|||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
[ -z "$2" ] || { print_usage; exit 1; }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -718,12 +525,6 @@ while [ $# -gt 0 ]; do
|
|||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
|
||||||
--cpu-set-max)
|
|
||||||
shift
|
|
||||||
CPU_SET_MAX_FREQ=$1
|
|
||||||
validate_option_set "${CPU_SET_MAX_FREQ}" restricted
|
|
||||||
;;
|
|
||||||
|
|
||||||
--dry-run)
|
--dry-run)
|
||||||
DRY_RUN=1
|
DRY_RUN=1
|
||||||
;;
|
;;
|
||||||
@@ -757,8 +558,6 @@ print_freq_info
|
|||||||
|
|
||||||
[ -n "${DETECT_THROTT}" ] && detect_throttling ${DETECT_THROTT}
|
[ -n "${DETECT_THROTT}" ] && detect_throttling ${DETECT_THROTT}
|
||||||
|
|
||||||
[ -n "${CPU_SET_MAX_FREQ}" ] && { set_cpu_freq_max || RET=$?; }
|
|
||||||
|
|
||||||
[ -n "${MONITOR_FREQ}" ] && {
|
[ -n "${MONITOR_FREQ}" ] && {
|
||||||
log INFO "Entering frequency monitoring mode"
|
log INFO "Entering frequency monitoring mode"
|
||||||
sleep 2
|
sleep 2
|
||||||
|
@@ -1,24 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
# shellcheck disable=SC1091 # the path is created in build-kdl and
|
|
||||||
# here is check if exist
|
|
||||||
|
|
||||||
terminate() {
|
|
||||||
echo "ci-kdl.sh caught SIGTERM signal! propagating to child processes"
|
|
||||||
for job in $(jobs -p)
|
|
||||||
do
|
|
||||||
kill -15 "$job"
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
||||||
trap terminate SIGTERM
|
|
||||||
|
|
||||||
if [ -f /ci-kdl.venv/bin/activate ]; then
|
|
||||||
source /ci-kdl.venv/bin/activate
|
|
||||||
/ci-kdl.venv/bin/python /ci-kdl.venv/bin/ci-kdl | tee -a /results/kdl.log &
|
|
||||||
child=$!
|
|
||||||
wait $child
|
|
||||||
mv kdl_*.json /results/kdl.json
|
|
||||||
else
|
|
||||||
echo -e "Not possible to activate ci-kdl virtual environment"
|
|
||||||
fi
|
|
||||||
|
|
@@ -13,7 +13,7 @@ fi
|
|||||||
xinit /bin/sh "${_XORG_SCRIPT}" -- /usr/bin/Xorg vt45 -noreset -s 0 -dpms -logfile /Xorg.0.log &
|
xinit /bin/sh "${_XORG_SCRIPT}" -- /usr/bin/Xorg vt45 -noreset -s 0 -dpms -logfile /Xorg.0.log &
|
||||||
|
|
||||||
# Wait for xorg to be ready for connections.
|
# Wait for xorg to be ready for connections.
|
||||||
for _ in 1 2 3 4 5; do
|
for i in 1 2 3 4 5; do
|
||||||
if [ -e "${_FLAG_FILE}" ]; then
|
if [ -e "${_FLAG_FILE}" ]; then
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
@@ -1,66 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
# shellcheck disable=SC1091
|
|
||||||
|
|
||||||
# When changing this file, you need to bump the following
|
|
||||||
# .gitlab-ci/image-tags.yml tags:
|
|
||||||
# ALPINE_X86_64_BUILD_TAG
|
|
||||||
|
|
||||||
set -e
|
|
||||||
set -o xtrace
|
|
||||||
|
|
||||||
export LLVM_VERSION="${LLVM_VERSION:=16}"
|
|
||||||
|
|
||||||
EPHEMERAL=(
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
DEPS=(
|
|
||||||
bash
|
|
||||||
bison
|
|
||||||
ccache
|
|
||||||
clang16-dev
|
|
||||||
cmake
|
|
||||||
clang-dev
|
|
||||||
coreutils
|
|
||||||
curl
|
|
||||||
flex
|
|
||||||
gcc
|
|
||||||
g++
|
|
||||||
git
|
|
||||||
gettext
|
|
||||||
glslang
|
|
||||||
linux-headers
|
|
||||||
llvm16-static
|
|
||||||
llvm16-dev
|
|
||||||
meson
|
|
||||||
expat-dev
|
|
||||||
elfutils-dev
|
|
||||||
libdrm-dev
|
|
||||||
libselinux-dev
|
|
||||||
libva-dev
|
|
||||||
libpciaccess-dev
|
|
||||||
zlib-dev
|
|
||||||
python3-dev
|
|
||||||
py3-mako
|
|
||||||
py3-ply
|
|
||||||
vulkan-headers
|
|
||||||
spirv-tools-dev
|
|
||||||
util-macros
|
|
||||||
wayland-dev
|
|
||||||
wayland-protocols
|
|
||||||
)
|
|
||||||
|
|
||||||
apk --no-cache add "${DEPS[@]}" "${EPHEMERAL[@]}"
|
|
||||||
|
|
||||||
. .gitlab-ci/container/build-llvm-spirv.sh
|
|
||||||
|
|
||||||
. .gitlab-ci/container/build-libclc.sh
|
|
||||||
|
|
||||||
. .gitlab-ci/container/container_pre_build.sh
|
|
||||||
|
|
||||||
|
|
||||||
############### Uninstall the build software
|
|
||||||
|
|
||||||
apk del "${EPHEMERAL[@]}"
|
|
||||||
|
|
||||||
. .gitlab-ci/container/container_post_build.sh
|
|
@@ -1,29 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
# This is a ci-templates build script to generate a container for LAVA SSH client.
|
|
||||||
|
|
||||||
# shellcheck disable=SC1091
|
|
||||||
set -e
|
|
||||||
set -o xtrace
|
|
||||||
|
|
||||||
EPHEMERAL=(
|
|
||||||
)
|
|
||||||
|
|
||||||
# We only need these very basic packages to run the tests.
|
|
||||||
DEPS=(
|
|
||||||
openssh-client # for ssh
|
|
||||||
iputils # for ping
|
|
||||||
bash
|
|
||||||
curl
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
apk --no-cache add "${DEPS[@]}" "${EPHEMERAL[@]}"
|
|
||||||
|
|
||||||
. .gitlab-ci/container/container_pre_build.sh
|
|
||||||
|
|
||||||
############### Uninstall the build software
|
|
||||||
|
|
||||||
apk del "${EPHEMERAL[@]}"
|
|
||||||
|
|
||||||
. .gitlab-ci/container/container_post_build.sh
|
|
57
.gitlab-ci/container/arm.config
Normal file
57
.gitlab-ci/container/arm.config
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
CONFIG_LOCALVERSION_AUTO=y
|
||||||
|
CONFIG_DEBUG_KERNEL=y
|
||||||
|
|
||||||
|
# abootimg with a 'dummy' rootfs fails with root=/dev/nfs
|
||||||
|
CONFIG_BLK_DEV_INITRD=n
|
||||||
|
|
||||||
|
CONFIG_DEVFREQ_GOV_PERFORMANCE=y
|
||||||
|
CONFIG_DEVFREQ_GOV_POWERSAVE=y
|
||||||
|
CONFIG_DEVFREQ_GOV_USERSPACE=y
|
||||||
|
CONFIG_DEVFREQ_GOV_PASSIVE=y
|
||||||
|
CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y
|
||||||
|
|
||||||
|
CONFIG_DRM=y
|
||||||
|
CONFIG_DRM_ETNAVIV=y
|
||||||
|
CONFIG_DRM_ROCKCHIP=y
|
||||||
|
CONFIG_DRM_PANFROST=y
|
||||||
|
CONFIG_DRM_LIMA=y
|
||||||
|
CONFIG_DRM_PANEL_SIMPLE=y
|
||||||
|
CONFIG_PWM_CROS_EC=y
|
||||||
|
CONFIG_BACKLIGHT_PWM=y
|
||||||
|
|
||||||
|
CONFIG_ROCKCHIP_CDN_DP=n
|
||||||
|
|
||||||
|
CONFIG_SPI_ROCKCHIP=y
|
||||||
|
CONFIG_PWM_ROCKCHIP=y
|
||||||
|
CONFIG_PHY_ROCKCHIP_DP=y
|
||||||
|
CONFIG_DWMAC_ROCKCHIP=y
|
||||||
|
|
||||||
|
CONFIG_MFD_RK808=y
|
||||||
|
CONFIG_REGULATOR_RK808=y
|
||||||
|
CONFIG_RTC_DRV_RK808=y
|
||||||
|
CONFIG_COMMON_CLK_RK808=y
|
||||||
|
|
||||||
|
CONFIG_REGULATOR_FAN53555=y
|
||||||
|
CONFIG_REGULATOR=y
|
||||||
|
|
||||||
|
CONFIG_REGULATOR_VCTRL=y
|
||||||
|
|
||||||
|
CONFIG_KASAN=n
|
||||||
|
CONFIG_KASAN_INLINE=n
|
||||||
|
CONFIG_STACKTRACE=n
|
||||||
|
|
||||||
|
CONFIG_TMPFS=y
|
||||||
|
|
||||||
|
CONFIG_PROVE_LOCKING=n
|
||||||
|
CONFIG_DEBUG_LOCKDEP=n
|
||||||
|
CONFIG_SOFTLOCKUP_DETECTOR=n
|
||||||
|
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=n
|
||||||
|
|
||||||
|
CONFIG_FW_LOADER_COMPRESS=y
|
||||||
|
|
||||||
|
CONFIG_USB_USBNET=y
|
||||||
|
CONFIG_NETDEVICES=y
|
||||||
|
CONFIG_USB_NET_DRIVERS=y
|
||||||
|
CONFIG_USB_RTL8152=y
|
||||||
|
CONFIG_USB_NET_AX8817X=y
|
||||||
|
CONFIG_USB_NET_SMSC95XX=y
|
172
.gitlab-ci/container/arm64.config
Normal file
172
.gitlab-ci/container/arm64.config
Normal file
@@ -0,0 +1,172 @@
|
|||||||
|
CONFIG_LOCALVERSION_AUTO=y
|
||||||
|
CONFIG_DEBUG_KERNEL=y
|
||||||
|
|
||||||
|
# abootimg with a 'dummy' rootfs fails with root=/dev/nfs
|
||||||
|
CONFIG_BLK_DEV_INITRD=n
|
||||||
|
|
||||||
|
CONFIG_DEVFREQ_GOV_PERFORMANCE=y
|
||||||
|
CONFIG_DEVFREQ_GOV_POWERSAVE=y
|
||||||
|
CONFIG_DEVFREQ_GOV_USERSPACE=y
|
||||||
|
CONFIG_DEVFREQ_GOV_PASSIVE=y
|
||||||
|
|
||||||
|
CONFIG_DRM=y
|
||||||
|
CONFIG_DRM_ROCKCHIP=y
|
||||||
|
CONFIG_DRM_PANFROST=y
|
||||||
|
CONFIG_DRM_LIMA=y
|
||||||
|
CONFIG_DRM_PANEL_SIMPLE=y
|
||||||
|
CONFIG_DRM_PANEL_EDP=y
|
||||||
|
CONFIG_DRM_MSM=y
|
||||||
|
CONFIG_DRM_I2C_ADV7511=y
|
||||||
|
CONFIG_PWM_CROS_EC=y
|
||||||
|
CONFIG_BACKLIGHT_PWM=y
|
||||||
|
|
||||||
|
CONFIG_ROCKCHIP_CDN_DP=n
|
||||||
|
|
||||||
|
CONFIG_SPI_ROCKCHIP=y
|
||||||
|
CONFIG_PWM_ROCKCHIP=y
|
||||||
|
CONFIG_PHY_ROCKCHIP_DP=y
|
||||||
|
CONFIG_DWMAC_ROCKCHIP=y
|
||||||
|
CONFIG_STMMAC_ETH=y
|
||||||
|
CONFIG_TYPEC_FUSB302=y
|
||||||
|
CONFIG_TYPEC=y
|
||||||
|
CONFIG_TYPEC_TCPM=y
|
||||||
|
|
||||||
|
# MSM platform bits
|
||||||
|
|
||||||
|
# For CONFIG_QCOM_LMH
|
||||||
|
CONFIG_OF=y
|
||||||
|
|
||||||
|
CONFIG_QCOM_COMMAND_DB=y
|
||||||
|
CONFIG_QCOM_RPMHPD=y
|
||||||
|
CONFIG_QCOM_RPMPD=y
|
||||||
|
CONFIG_SDM_GPUCC_845=y
|
||||||
|
CONFIG_SDM_VIDEOCC_845=y
|
||||||
|
CONFIG_SDM_DISPCC_845=y
|
||||||
|
CONFIG_SDM_LPASSCC_845=y
|
||||||
|
CONFIG_SDM_CAMCC_845=y
|
||||||
|
CONFIG_RESET_QCOM_PDC=y
|
||||||
|
CONFIG_DRM_TI_SN65DSI86=y
|
||||||
|
CONFIG_I2C_QCOM_GENI=y
|
||||||
|
CONFIG_SPI_QCOM_GENI=y
|
||||||
|
CONFIG_PHY_QCOM_QUSB2=y
|
||||||
|
CONFIG_PHY_QCOM_QMP=y
|
||||||
|
CONFIG_QCOM_CLK_APCC_MSM8996=y
|
||||||
|
CONFIG_QCOM_LLCC=y
|
||||||
|
CONFIG_QCOM_LMH=y
|
||||||
|
CONFIG_QCOM_SPMI_TEMP_ALARM=y
|
||||||
|
CONFIG_QCOM_WDT=y
|
||||||
|
CONFIG_POWER_RESET_QCOM_PON=y
|
||||||
|
CONFIG_RTC_DRV_PM8XXX=y
|
||||||
|
CONFIG_INTERCONNECT=y
|
||||||
|
CONFIG_INTERCONNECT_QCOM=y
|
||||||
|
CONFIG_INTERCONNECT_QCOM_SDM845=y
|
||||||
|
CONFIG_INTERCONNECT_QCOM_MSM8916=y
|
||||||
|
CONFIG_INTERCONNECT_QCOM_OSM_L3=y
|
||||||
|
CONFIG_INTERCONNECT_QCOM_SC7180=y
|
||||||
|
CONFIG_CRYPTO_DEV_QCOM_RNG=y
|
||||||
|
CONFIG_SC_DISPCC_7180=y
|
||||||
|
CONFIG_SC_GPUCC_7180=y
|
||||||
|
|
||||||
|
# db410c ethernet
|
||||||
|
CONFIG_USB_RTL8152=y
|
||||||
|
# db820c ethernet
|
||||||
|
CONFIG_ATL1C=y
|
||||||
|
|
||||||
|
CONFIG_ARCH_ALPINE=n
|
||||||
|
CONFIG_ARCH_BCM2835=n
|
||||||
|
CONFIG_ARCH_BCM_IPROC=n
|
||||||
|
CONFIG_ARCH_BERLIN=n
|
||||||
|
CONFIG_ARCH_BRCMSTB=n
|
||||||
|
CONFIG_ARCH_EXYNOS=n
|
||||||
|
CONFIG_ARCH_K3=n
|
||||||
|
CONFIG_ARCH_LAYERSCAPE=n
|
||||||
|
CONFIG_ARCH_LG1K=n
|
||||||
|
CONFIG_ARCH_HISI=n
|
||||||
|
CONFIG_ARCH_MVEBU=n
|
||||||
|
CONFIG_ARCH_SEATTLE=n
|
||||||
|
CONFIG_ARCH_SYNQUACER=n
|
||||||
|
CONFIG_ARCH_RENESAS=n
|
||||||
|
CONFIG_ARCH_R8A774A1=n
|
||||||
|
CONFIG_ARCH_R8A774C0=n
|
||||||
|
CONFIG_ARCH_R8A7795=n
|
||||||
|
CONFIG_ARCH_R8A7796=n
|
||||||
|
CONFIG_ARCH_R8A77965=n
|
||||||
|
CONFIG_ARCH_R8A77970=n
|
||||||
|
CONFIG_ARCH_R8A77980=n
|
||||||
|
CONFIG_ARCH_R8A77990=n
|
||||||
|
CONFIG_ARCH_R8A77995=n
|
||||||
|
CONFIG_ARCH_STRATIX10=n
|
||||||
|
CONFIG_ARCH_TEGRA=n
|
||||||
|
CONFIG_ARCH_SPRD=n
|
||||||
|
CONFIG_ARCH_THUNDER=n
|
||||||
|
CONFIG_ARCH_THUNDER2=n
|
||||||
|
CONFIG_ARCH_UNIPHIER=n
|
||||||
|
CONFIG_ARCH_VEXPRESS=n
|
||||||
|
CONFIG_ARCH_XGENE=n
|
||||||
|
CONFIG_ARCH_ZX=n
|
||||||
|
CONFIG_ARCH_ZYNQMP=n
|
||||||
|
|
||||||
|
# Strip out some stuff we don't need for graphics testing, to reduce
|
||||||
|
# the build.
|
||||||
|
CONFIG_CAN=n
|
||||||
|
CONFIG_WIRELESS=n
|
||||||
|
CONFIG_RFKILL=n
|
||||||
|
CONFIG_WLAN=n
|
||||||
|
|
||||||
|
CONFIG_REGULATOR_FAN53555=y
|
||||||
|
CONFIG_REGULATOR=y
|
||||||
|
|
||||||
|
CONFIG_REGULATOR_VCTRL=y
|
||||||
|
|
||||||
|
CONFIG_KASAN=n
|
||||||
|
CONFIG_KASAN_INLINE=n
|
||||||
|
CONFIG_STACKTRACE=n
|
||||||
|
|
||||||
|
CONFIG_TMPFS=y
|
||||||
|
|
||||||
|
CONFIG_PROVE_LOCKING=n
|
||||||
|
CONFIG_DEBUG_LOCKDEP=n
|
||||||
|
CONFIG_SOFTLOCKUP_DETECTOR=y
|
||||||
|
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=y
|
||||||
|
|
||||||
|
CONFIG_DETECT_HUNG_TASK=y
|
||||||
|
|
||||||
|
CONFIG_FW_LOADER_COMPRESS=y
|
||||||
|
CONFIG_FW_LOADER_USER_HELPER=n
|
||||||
|
|
||||||
|
CONFIG_USB_USBNET=y
|
||||||
|
CONFIG_NETDEVICES=y
|
||||||
|
CONFIG_USB_NET_DRIVERS=y
|
||||||
|
CONFIG_USB_RTL8152=y
|
||||||
|
CONFIG_USB_NET_AX8817X=y
|
||||||
|
CONFIG_USB_NET_SMSC95XX=y
|
||||||
|
|
||||||
|
# For amlogic
|
||||||
|
CONFIG_MESON_GXL_PHY=y
|
||||||
|
CONFIG_MDIO_BUS_MUX_MESON_G12A=y
|
||||||
|
CONFIG_DRM_MESON=y
|
||||||
|
|
||||||
|
# For Mediatek
|
||||||
|
CONFIG_DRM_MEDIATEK=y
|
||||||
|
CONFIG_PWM_MEDIATEK=y
|
||||||
|
CONFIG_DRM_MEDIATEK_HDMI=y
|
||||||
|
CONFIG_GNSS=y
|
||||||
|
CONFIG_GNSS_MTK_SERIAL=y
|
||||||
|
CONFIG_HW_RANDOM=y
|
||||||
|
CONFIG_HW_RANDOM_MTK=y
|
||||||
|
CONFIG_MTK_DEVAPC=y
|
||||||
|
CONFIG_PWM_MTK_DISP=y
|
||||||
|
CONFIG_MTK_CMDQ=y
|
||||||
|
|
||||||
|
# For nouveau. Note that DRM must be a module so that it's loaded after NFS is up to provide the firmware.
|
||||||
|
CONFIG_ARCH_TEGRA=y
|
||||||
|
CONFIG_DRM_NOUVEAU=m
|
||||||
|
CONFIG_DRM_TEGRA=m
|
||||||
|
CONFIG_R8169=y
|
||||||
|
CONFIG_STAGING=y
|
||||||
|
CONFIG_DRM_TEGRA_STAGING=y
|
||||||
|
CONFIG_TEGRA_HOST1X=y
|
||||||
|
CONFIG_ARM_TEGRA_DEVFREQ=y
|
||||||
|
CONFIG_TEGRA_SOCTHERM=y
|
||||||
|
CONFIG_DRM_TEGRA_DEBUG=y
|
||||||
|
CONFIG_PWM_TEGRA=y
|
@@ -1,44 +1,37 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
set -o xtrace
|
set -o xtrace
|
||||||
|
|
||||||
# Fetch the arm-built rootfs image and unpack it in our x86_64 container (saves
|
# Fetch the arm-built rootfs image and unpack it in our x86 container (saves
|
||||||
# network transfer, disk usage, and runtime on test jobs)
|
# network transfer, disk usage, and runtime on test jobs)
|
||||||
|
|
||||||
# shellcheck disable=SC2154 # arch is assigned in previous scripts
|
if wget -q --method=HEAD "${ARTIFACTS_PREFIX}/${FDO_UPSTREAM_REPO}/${ARTIFACTS_SUFFIX}/${arch}/done"; then
|
||||||
if curl -X HEAD -s "${ARTIFACTS_PREFIX}/${FDO_UPSTREAM_REPO}/${ARTIFACTS_SUFFIX}/${arch}/done"; then
|
|
||||||
ARTIFACTS_URL="${ARTIFACTS_PREFIX}/${FDO_UPSTREAM_REPO}/${ARTIFACTS_SUFFIX}/${arch}"
|
ARTIFACTS_URL="${ARTIFACTS_PREFIX}/${FDO_UPSTREAM_REPO}/${ARTIFACTS_SUFFIX}/${arch}"
|
||||||
else
|
else
|
||||||
ARTIFACTS_URL="${ARTIFACTS_PREFIX}/${CI_PROJECT_PATH}/${ARTIFACTS_SUFFIX}/${arch}"
|
ARTIFACTS_URL="${ARTIFACTS_PREFIX}/${CI_PROJECT_PATH}/${ARTIFACTS_SUFFIX}/${arch}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
|
wget ${ARTIFACTS_URL}/lava-rootfs.tgz -O rootfs.tgz
|
||||||
"${ARTIFACTS_URL}"/lava-rootfs.tar.zst -o rootfs.tar.zst
|
mkdir -p /rootfs-$arch
|
||||||
mkdir -p /rootfs-"$arch"
|
tar -C /rootfs-$arch '--exclude=./dev/*' -zxf rootfs.tgz
|
||||||
tar -C /rootfs-"$arch" '--exclude=./dev/*' --zstd -xf rootfs.tar.zst
|
rm rootfs.tgz
|
||||||
rm rootfs.tar.zst
|
|
||||||
|
|
||||||
if [[ $arch == "arm64" ]]; then
|
if [[ $arch == "arm64" ]]; then
|
||||||
mkdir -p /baremetal-files
|
mkdir -p /baremetal-files
|
||||||
pushd /baremetal-files
|
pushd /baremetal-files
|
||||||
|
|
||||||
curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
|
wget ${ARTIFACTS_URL}/Image
|
||||||
-O "${KERNEL_IMAGE_BASE}"/arm64/Image
|
wget ${ARTIFACTS_URL}/Image.gz
|
||||||
curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
|
wget ${ARTIFACTS_URL}/cheza-kernel
|
||||||
-O "${KERNEL_IMAGE_BASE}"/arm64/Image.gz
|
|
||||||
curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
|
|
||||||
-O "${KERNEL_IMAGE_BASE}"/arm64/cheza-kernel
|
|
||||||
|
|
||||||
DEVICE_TREES=""
|
DEVICE_TREES=""
|
||||||
DEVICE_TREES="$DEVICE_TREES apq8016-sbc.dtb"
|
DEVICE_TREES="$DEVICE_TREES apq8016-sbc.dtb"
|
||||||
DEVICE_TREES="$DEVICE_TREES apq8096-db820c.dtb"
|
DEVICE_TREES="$DEVICE_TREES apq8096-db820c.dtb"
|
||||||
DEVICE_TREES="$DEVICE_TREES tegra210-p3450-0000.dtb"
|
DEVICE_TREES="$DEVICE_TREES tegra210-p3450-0000.dtb"
|
||||||
DEVICE_TREES="$DEVICE_TREES imx8mq-nitrogen.dtb"
|
|
||||||
|
|
||||||
for DTB in $DEVICE_TREES; do
|
for DTB in $DEVICE_TREES; do
|
||||||
curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
|
wget ${ARTIFACTS_URL}/$DTB
|
||||||
-O "${KERNEL_IMAGE_BASE}/arm64/$DTB"
|
|
||||||
done
|
done
|
||||||
|
|
||||||
popd
|
popd
|
||||||
@@ -46,16 +39,12 @@ elif [[ $arch == "armhf" ]]; then
|
|||||||
mkdir -p /baremetal-files
|
mkdir -p /baremetal-files
|
||||||
pushd /baremetal-files
|
pushd /baremetal-files
|
||||||
|
|
||||||
curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
|
wget ${ARTIFACTS_URL}/zImage
|
||||||
-O "${KERNEL_IMAGE_BASE}"/armhf/zImage
|
|
||||||
|
|
||||||
DEVICE_TREES=""
|
DEVICE_TREES="imx6q-cubox-i.dtb"
|
||||||
DEVICE_TREES="$DEVICE_TREES imx6q-cubox-i.dtb"
|
|
||||||
DEVICE_TREES="$DEVICE_TREES tegra124-jetson-tk1.dtb"
|
|
||||||
|
|
||||||
for DTB in $DEVICE_TREES; do
|
for DTB in $DEVICE_TREES; do
|
||||||
curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
|
wget ${ARTIFACTS_URL}/$DTB
|
||||||
-O "${KERNEL_IMAGE_BASE}/armhf/$DTB"
|
|
||||||
done
|
done
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
@@ -1,58 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
set -ex
|
|
||||||
|
|
||||||
ANGLE_REV="0518a3ff4d4e7e5b2ce8203358f719613a31c118"
|
|
||||||
|
|
||||||
# DEPOT tools
|
|
||||||
git clone --depth 1 https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
|
||||||
PWD=$(pwd)
|
|
||||||
export PATH=$PWD/depot_tools:$PATH
|
|
||||||
export DEPOT_TOOLS_UPDATE=0
|
|
||||||
|
|
||||||
mkdir /angle-build
|
|
||||||
pushd /angle-build
|
|
||||||
git init
|
|
||||||
git remote add origin https://chromium.googlesource.com/angle/angle.git
|
|
||||||
git fetch --depth 1 origin "$ANGLE_REV"
|
|
||||||
git checkout FETCH_HEAD
|
|
||||||
|
|
||||||
# source preparation
|
|
||||||
python3 scripts/bootstrap.py
|
|
||||||
mkdir -p build/config
|
|
||||||
gclient sync
|
|
||||||
|
|
||||||
sed -i "/catapult/d" testing/BUILD.gn
|
|
||||||
|
|
||||||
mkdir -p out/Release
|
|
||||||
echo '
|
|
||||||
is_debug = false
|
|
||||||
angle_enable_swiftshader = false
|
|
||||||
angle_enable_null = false
|
|
||||||
angle_enable_gl = false
|
|
||||||
angle_enable_vulkan = true
|
|
||||||
angle_has_histograms = false
|
|
||||||
build_angle_trace_perf_tests = false
|
|
||||||
build_angle_deqp_tests = false
|
|
||||||
angle_use_custom_libvulkan = false
|
|
||||||
dcheck_always_on=true
|
|
||||||
' > out/Release/args.gn
|
|
||||||
|
|
||||||
if [[ "$DEBIAN_ARCH" = "arm64" ]]; then
|
|
||||||
build/linux/sysroot_scripts/install-sysroot.py --arch=arm64
|
|
||||||
fi
|
|
||||||
|
|
||||||
gn gen out/Release
|
|
||||||
# depot_tools overrides ninja with a version that doesn't work. We want
|
|
||||||
# ninja with FDO_CI_CONCURRENT anyway.
|
|
||||||
/usr/local/bin/ninja -C out/Release/
|
|
||||||
|
|
||||||
mkdir /angle
|
|
||||||
cp out/Release/lib*GL*.so /angle/
|
|
||||||
ln -s libEGL.so /angle/libEGL.so.1
|
|
||||||
ln -s libGLESv2.so /angle/libGLESv2.so.2
|
|
||||||
|
|
||||||
rm -rf out
|
|
||||||
|
|
||||||
popd
|
|
||||||
rm -rf ./depot_tools
|
|
@@ -1,22 +1,15 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
# shellcheck disable=SC2086 # we want word splitting
|
|
||||||
|
|
||||||
# When changing this file, you need to bump the following
|
|
||||||
# .gitlab-ci/image-tags.yml tags:
|
|
||||||
# DEBIAN_X86_64_TEST_GL_TAG
|
|
||||||
# DEBIAN_X86_64_TEST_VK_TAG
|
|
||||||
# KERNEL_ROOTFS_TAG
|
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
APITRACE_VERSION="0a6506433e1f9f7b69757b4e5730326970c4321a"
|
APITRACE_VERSION="170424754bb46002ba706e16ee5404b61988d74a"
|
||||||
|
|
||||||
git clone https://github.com/apitrace/apitrace.git --single-branch --no-checkout /apitrace
|
git clone https://github.com/apitrace/apitrace.git --single-branch --no-checkout /apitrace
|
||||||
pushd /apitrace
|
pushd /apitrace
|
||||||
git checkout "$APITRACE_VERSION"
|
git checkout "$APITRACE_VERSION"
|
||||||
git submodule update --init --depth 1 --recursive
|
git submodule update --init --depth 1 --recursive
|
||||||
cmake -S . -B _build -G Ninja -DCMAKE_BUILD_TYPE=Release -DENABLE_GUI=False -DENABLE_WAFFLE=on $EXTRA_CMAKE_ARGS
|
cmake -S . -B _build -G Ninja -DCMAKE_BUILD_TYPE=Release -DENABLE_GUI=False -DENABLE_WAFFLE=on $EXTRA_CMAKE_ARGS
|
||||||
cmake --build _build --parallel --target apitrace eglretrace
|
ninja -C _build
|
||||||
mkdir build
|
mkdir build
|
||||||
cp _build/apitrace build
|
cp _build/apitrace build
|
||||||
cp _build/eglretrace build
|
cp _build/eglretrace build
|
||||||
|
@@ -1,40 +1,37 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
# shellcheck disable=SC2086 # we want word splitting
|
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
git config --global user.email "mesa@example.com"
|
SCRIPT_DIR="$(pwd)"
|
||||||
git config --global user.name "Mesa CI"
|
|
||||||
|
|
||||||
CROSVM_VERSION=1641c55bcc922588e24de73e9cca7b5e4005bd6d
|
CROSVM_VERSION=c7cd0e0114c8363b884ba56d8e12adee718dcc93
|
||||||
git clone --single-branch -b main --no-checkout https://chromium.googlesource.com/crosvm/crosvm /platform/crosvm
|
git clone --single-branch -b main --no-checkout https://chromium.googlesource.com/chromiumos/platform/crosvm /platform/crosvm
|
||||||
pushd /platform/crosvm
|
pushd /platform/crosvm
|
||||||
git checkout "$CROSVM_VERSION"
|
git checkout "$CROSVM_VERSION"
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
|
# Apply all crosvm patches for Mesa CI
|
||||||
|
cat "$SCRIPT_DIR"/.gitlab-ci/container/build-crosvm_*.patch |
|
||||||
|
patch -p1
|
||||||
|
|
||||||
VIRGLRENDERER_VERSION=d9c002fac153b834a2c17731f2b85c36e333e102
|
VIRGLRENDERER_VERSION=0564c9a0c2f584e004a7d4864aee3b8ec9692105
|
||||||
rm -rf third_party/virglrenderer
|
rm -rf third_party/virglrenderer
|
||||||
git clone --single-branch -b main --no-checkout https://gitlab.freedesktop.org/virgl/virglrenderer.git third_party/virglrenderer
|
git clone --single-branch -b master --no-checkout https://gitlab.freedesktop.org/virgl/virglrenderer.git third_party/virglrenderer
|
||||||
pushd third_party/virglrenderer
|
pushd third_party/virglrenderer
|
||||||
git checkout "$VIRGLRENDERER_VERSION"
|
git checkout "$VIRGLRENDERER_VERSION"
|
||||||
meson setup build/ -D libdir=lib -D render-server-worker=process -D venus=true $EXTRA_MESON_ARGS
|
meson build/ $EXTRA_MESON_ARGS
|
||||||
meson install -C build
|
ninja -C build install
|
||||||
popd
|
popd
|
||||||
|
|
||||||
cargo update -p pkg-config@0.3.26 --precise 0.3.27
|
|
||||||
|
|
||||||
RUSTFLAGS='-L native=/usr/local/lib' cargo install \
|
RUSTFLAGS='-L native=/usr/local/lib' cargo install \
|
||||||
bindgen-cli \
|
bindgen \
|
||||||
--locked \
|
|
||||||
-j ${FDO_CI_CONCURRENT:-4} \
|
-j ${FDO_CI_CONCURRENT:-4} \
|
||||||
--root /usr/local \
|
--root /usr/local \
|
||||||
--version 0.65.1 \
|
|
||||||
$EXTRA_CARGO_ARGS
|
$EXTRA_CARGO_ARGS
|
||||||
|
|
||||||
CROSVM_USE_SYSTEM_MINIGBM=1 CROSVM_USE_SYSTEM_VIRGLRENDERER=1 RUSTFLAGS='-L native=/usr/local/lib' cargo install \
|
RUSTFLAGS='-L native=/usr/local/lib' cargo install \
|
||||||
-j ${FDO_CI_CONCURRENT:-4} \
|
-j ${FDO_CI_CONCURRENT:-4} \
|
||||||
--locked \
|
--locked \
|
||||||
--features 'default-no-sandbox gpu x virgl_renderer' \
|
--features 'default-no-sandbox gpu x virgl_renderer virgl_renderer_next' \
|
||||||
--path . \
|
--path . \
|
||||||
--root /usr/local \
|
--root /usr/local \
|
||||||
$EXTRA_CARGO_ARGS
|
$EXTRA_CARGO_ARGS
|
||||||
|
43
.gitlab-ci/container/build-crosvm_no-syslog.patch
Normal file
43
.gitlab-ci/container/build-crosvm_no-syslog.patch
Normal file
@@ -0,0 +1,43 @@
|
|||||||
|
From 3c57ec558bccc67fd53363c23deea20646be5c47 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Tomeu Vizoso <tomeu.vizoso@collabora.com>
|
||||||
|
Date: Wed, 17 Nov 2021 10:18:04 +0100
|
||||||
|
Subject: [PATCH] Hack syslog out
|
||||||
|
|
||||||
|
It's causing stability problems when running several Crosvm instances in
|
||||||
|
parallel.
|
||||||
|
|
||||||
|
Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
|
||||||
|
---
|
||||||
|
base/src/unix/linux/syslog.rs | 2 +-
|
||||||
|
common/sys_util/src/linux/syslog.rs | 2 +-
|
||||||
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/base/src/unix/linux/syslog.rs b/base/src/unix/linux/syslog.rs
|
||||||
|
index 05972a3a..f0db3781 100644
|
||||||
|
--- a/base/src/unix/linux/syslog.rs
|
||||||
|
+++ b/base/src/unix/linux/syslog.rs
|
||||||
|
@@ -35,7 +35,7 @@ pub struct PlatformSyslog {
|
||||||
|
impl Syslog for PlatformSyslog {
|
||||||
|
fn new() -> Result<Self, Error> {
|
||||||
|
Ok(Self {
|
||||||
|
- socket: Some(openlog_and_get_socket()?),
|
||||||
|
+ socket: None,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
diff --git a/common/sys_util/src/linux/syslog.rs b/common/sys_util/src/linux/syslog.rs
|
||||||
|
index 05972a3a..f0db3781 100644
|
||||||
|
--- a/common/sys_util/src/linux/syslog.rs
|
||||||
|
+++ b/common/sys_util/src/linux/syslog.rs
|
||||||
|
@@ -35,7 +35,7 @@ pub struct PlatformSyslog {
|
||||||
|
impl Syslog for PlatformSyslog {
|
||||||
|
fn new() -> Result<Self, Error> {
|
||||||
|
Ok(Self {
|
||||||
|
- socket: Some(openlog_and_get_socket()?),
|
||||||
|
+ socket: None,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
--
|
||||||
|
2.25.1
|
||||||
|
|
@@ -1,70 +1,24 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/sh
|
||||||
# shellcheck disable=SC2086 # we want word splitting
|
|
||||||
|
|
||||||
# When changing this file, you need to bump the following
|
|
||||||
# .gitlab-ci/image-tags.yml tags:
|
|
||||||
# DEBIAN_X86_64_TEST_ANDROID_TAG
|
|
||||||
# DEBIAN_X86_64_TEST_GL_TAG
|
|
||||||
# DEBIAN_X86_64_TEST_VK_TAG
|
|
||||||
# KERNEL_ROOTFS_TAG
|
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
DEQP_RUNNER_VERSION=0.18.0
|
|
||||||
|
|
||||||
DEQP_RUNNER_GIT_URL="${DEQP_RUNNER_GIT_URL:-https://gitlab.freedesktop.org/mesa/deqp-runner.git}"
|
|
||||||
|
|
||||||
if [ -n "${DEQP_RUNNER_GIT_TAG}${DEQP_RUNNER_GIT_REV}" ]; then
|
if [ -n "${DEQP_RUNNER_GIT_TAG}${DEQP_RUNNER_GIT_REV}" ]; then
|
||||||
# Build and install from source
|
# Build and install from source
|
||||||
DEQP_RUNNER_CARGO_ARGS="--git $DEQP_RUNNER_GIT_URL"
|
DEQP_RUNNER_CARGO_ARGS="--git ${DEQP_RUNNER_GIT_URL:-https://gitlab.freedesktop.org/anholt/deqp-runner.git}"
|
||||||
|
|
||||||
if [ -n "${DEQP_RUNNER_GIT_TAG}" ]; then
|
if [ -n "${DEQP_RUNNER_GIT_TAG}" ]; then
|
||||||
DEQP_RUNNER_CARGO_ARGS="--tag ${DEQP_RUNNER_GIT_TAG} ${DEQP_RUNNER_CARGO_ARGS}"
|
DEQP_RUNNER_CARGO_ARGS="--tag ${DEQP_RUNNER_GIT_TAG} ${DEQP_RUNNER_CARGO_ARGS}"
|
||||||
DEQP_RUNNER_GIT_CHECKOUT="$DEQP_RUNNER_GIT_TAG"
|
|
||||||
else
|
else
|
||||||
DEQP_RUNNER_CARGO_ARGS="--rev ${DEQP_RUNNER_GIT_REV} ${DEQP_RUNNER_CARGO_ARGS}"
|
DEQP_RUNNER_CARGO_ARGS="--rev ${DEQP_RUNNER_GIT_REV} ${DEQP_RUNNER_CARGO_ARGS}"
|
||||||
DEQP_RUNNER_GIT_CHECKOUT="$DEQP_RUNNER_GIT_REV"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
DEQP_RUNNER_CARGO_ARGS="${DEQP_RUNNER_CARGO_ARGS} ${EXTRA_CARGO_ARGS}"
|
DEQP_RUNNER_CARGO_ARGS="${DEQP_RUNNER_CARGO_ARGS} ${EXTRA_CARGO_ARGS}"
|
||||||
else
|
else
|
||||||
# Install from package registry
|
# Install from package registry
|
||||||
DEQP_RUNNER_CARGO_ARGS="--version ${DEQP_RUNNER_VERSION} ${EXTRA_CARGO_ARGS} -- deqp-runner"
|
DEQP_RUNNER_CARGO_ARGS="--version 0.13.1 ${EXTRA_CARGO_ARGS} -- deqp-runner"
|
||||||
DEQP_RUNNER_GIT_CHECKOUT="v$DEQP_RUNNER_VERSION"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$RUST_TARGET" != *-android ]]; then
|
cargo install --locked \
|
||||||
cargo install --locked \
|
-j ${FDO_CI_CONCURRENT:-4} \
|
||||||
-j ${FDO_CI_CONCURRENT:-4} \
|
--root /usr/local \
|
||||||
--root /usr/local \
|
${DEQP_RUNNER_CARGO_ARGS}
|
||||||
${DEQP_RUNNER_CARGO_ARGS}
|
|
||||||
else
|
|
||||||
mkdir -p /deqp-runner
|
|
||||||
pushd /deqp-runner
|
|
||||||
git clone --branch "$DEQP_RUNNER_GIT_CHECKOUT" --depth 1 "$DEQP_RUNNER_GIT_URL" deqp-runner-git
|
|
||||||
pushd deqp-runner-git
|
|
||||||
|
|
||||||
cargo install --locked \
|
|
||||||
-j ${FDO_CI_CONCURRENT:-4} \
|
|
||||||
--root /usr/local --version 2.10.0 \
|
|
||||||
cargo-ndk
|
|
||||||
|
|
||||||
rustup target add $RUST_TARGET
|
|
||||||
RUSTFLAGS='-C target-feature=+crt-static' cargo ndk --target $RUST_TARGET build --release
|
|
||||||
|
|
||||||
mv target/$RUST_TARGET/release/deqp-runner /deqp-runner
|
|
||||||
|
|
||||||
cargo uninstall --locked \
|
|
||||||
--root /usr/local \
|
|
||||||
cargo-ndk
|
|
||||||
|
|
||||||
popd
|
|
||||||
rm -rf deqp-runner-git
|
|
||||||
popd
|
|
||||||
fi
|
|
||||||
|
|
||||||
# remove unused test runners to shrink images for the Mesa CI build (not kernel,
|
|
||||||
# which chooses its own deqp branch)
|
|
||||||
if [ -z "${DEQP_RUNNER_GIT_TAG}${DEQP_RUNNER_GIT_REV}" ]; then
|
|
||||||
rm -f /usr/local/bin/igt-runner
|
|
||||||
fi
|
|
||||||
|
@@ -1,258 +1,79 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
# shellcheck disable=SC2086 # we want word splitting
|
|
||||||
|
|
||||||
# When changing this file, you need to bump the following
|
|
||||||
# .gitlab-ci/image-tags.yml tags:
|
|
||||||
# DEBIAN_X86_64_TEST_ANDROID_TAG
|
|
||||||
# DEBIAN_X86_64_TEST_GL_TAG
|
|
||||||
# DEBIAN_X86_64_TEST_VK_TAG
|
|
||||||
# KERNEL_ROOTFS_TAG
|
|
||||||
|
|
||||||
set -ex -o pipefail
|
|
||||||
|
|
||||||
# See `deqp_build_targets` below for which release is used to produce which
|
|
||||||
# binary. Unless this comment has bitrotten:
|
|
||||||
# - the VK release produces `deqp-vk`,
|
|
||||||
# - the GL release produces `glcts`, and
|
|
||||||
# - the GLES release produces `deqp-gles*` and `deqp-egl`
|
|
||||||
|
|
||||||
DEQP_VK_VERSION=1.3.7.0
|
|
||||||
DEQP_GL_VERSION=4.6.4.0
|
|
||||||
DEQP_GLES_VERSION=3.2.10.0
|
|
||||||
|
|
||||||
# Patches to VulkanCTS may come from commits in their repo (listed in
|
|
||||||
# cts_commits_to_backport) or patch files stored in our repo (in the patch
|
|
||||||
# directory `$OLDPWD/.gitlab-ci/container/patches/` listed in cts_patch_files).
|
|
||||||
# Both list variables would have comments explaining the reasons behind the
|
|
||||||
# patches.
|
|
||||||
|
|
||||||
# shellcheck disable=SC2034
|
|
||||||
vk_cts_commits_to_backport=(
|
|
||||||
# Take multiview into account for task shader inv. stats
|
|
||||||
22aa3f4c59f6e1d4daebd5a8c9c05bce6cd3b63b
|
|
||||||
|
|
||||||
# Remove illegal mesh shader query tests
|
|
||||||
2a87f7b25dc27188be0f0a003b2d7aef69d9002e
|
|
||||||
|
|
||||||
# Relax fragment shader invocations result verifications
|
|
||||||
0d8bf6a2715f95907e9cf86a86876ff1f26c66fe
|
|
||||||
|
|
||||||
# Fix several issues in dynamic rendering basic tests
|
|
||||||
c5453824b498c981c6ba42017d119f5de02a3e34
|
|
||||||
|
|
||||||
# Add setVisible for VulkanWindowDirectDrm
|
|
||||||
a8466bf6ea98f6cd6733849ad8081775318a3e3e
|
|
||||||
)
|
|
||||||
|
|
||||||
# shellcheck disable=SC2034
|
|
||||||
vk_cts_patch_files=(
|
|
||||||
# Derivate subgroup fix
|
|
||||||
# https://github.com/KhronosGroup/VK-GL-CTS/pull/442
|
|
||||||
build-deqp-vk_Use-subgroups-helper-in-derivate-tests.patch
|
|
||||||
build-deqp-vk_Add-missing-subgroup-support-checks-for-linear-derivate-tests.patch
|
|
||||||
)
|
|
||||||
|
|
||||||
if [ "${DEQP_TARGET}" = 'android' ]; then
|
|
||||||
vk_cts_patch_files+=(
|
|
||||||
build-deqp-vk_Allow-running-on-Android-from-the-command-line.patch
|
|
||||||
build-deqp-vk_Android-prints-to-stdout-instead-of-logcat.patch
|
|
||||||
)
|
|
||||||
fi
|
|
||||||
|
|
||||||
# shellcheck disable=SC2034
|
|
||||||
gl_cts_commits_to_backport=(
|
|
||||||
)
|
|
||||||
|
|
||||||
# shellcheck disable=SC2034
|
|
||||||
gl_cts_patch_files=(
|
|
||||||
)
|
|
||||||
|
|
||||||
if [ "${DEQP_TARGET}" = 'android' ]; then
|
|
||||||
gl_cts_patch_files+=(
|
|
||||||
build-deqp-gl_Allow-running-on-Android-from-the-command-line.patch
|
|
||||||
build-deqp-gl_Android-prints-to-stdout-instead-of-logcat.patch
|
|
||||||
)
|
|
||||||
fi
|
|
||||||
|
|
||||||
# shellcheck disable=SC2034
|
|
||||||
# GLES builds also EGL
|
|
||||||
gles_cts_commits_to_backport=(
|
|
||||||
# Implement support for the EGL_EXT_config_select_group extension
|
|
||||||
88ba9ac270db5be600b1ecacbc6d9db0c55d5be4
|
|
||||||
)
|
|
||||||
|
|
||||||
# shellcheck disable=SC2034
|
|
||||||
gles_cts_patch_files=(
|
|
||||||
)
|
|
||||||
|
|
||||||
if [ "${DEQP_TARGET}" = 'android' ]; then
|
|
||||||
gles_cts_patch_files+=(
|
|
||||||
build-deqp-gles_Allow-running-on-Android-from-the-command-line.patch
|
|
||||||
build-deqp-gles_Android-prints-to-stdout-instead-of-logcat.patch
|
|
||||||
)
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
### Careful editing anything below this line
|
|
||||||
|
|
||||||
|
set -ex
|
||||||
|
|
||||||
git config --global user.email "mesa@example.com"
|
git config --global user.email "mesa@example.com"
|
||||||
git config --global user.name "Mesa CI"
|
git config --global user.name "Mesa CI"
|
||||||
|
|
||||||
# shellcheck disable=SC2153
|
|
||||||
case "${DEQP_API}" in
|
|
||||||
VK) DEQP_VERSION="vulkan-cts-$DEQP_VK_VERSION";;
|
|
||||||
GL) DEQP_VERSION="opengl-cts-$DEQP_GL_VERSION";;
|
|
||||||
GLES) DEQP_VERSION="opengl-es-cts-$DEQP_GLES_VERSION";;
|
|
||||||
esac
|
|
||||||
|
|
||||||
git clone \
|
git clone \
|
||||||
https://github.com/KhronosGroup/VK-GL-CTS.git \
|
https://github.com/KhronosGroup/VK-GL-CTS.git \
|
||||||
-b $DEQP_VERSION \
|
-b vulkan-cts-1.3.1.1 \
|
||||||
--depth 1 \
|
--depth 1 \
|
||||||
/VK-GL-CTS
|
/VK-GL-CTS
|
||||||
pushd /VK-GL-CTS
|
pushd /VK-GL-CTS
|
||||||
|
|
||||||
mkdir -p /deqp
|
# Cherry-pick fix for zlib dependency
|
||||||
|
git fetch origin main
|
||||||
# shellcheck disable=SC2153
|
git cherry-pick -x ec1804831b654ac55bd2a7a5dd27a556afe05030
|
||||||
deqp_api=${DEQP_API,,}
|
|
||||||
|
|
||||||
cts_commits_to_backport="${deqp_api}_cts_commits_to_backport[@]"
|
|
||||||
for commit in "${!cts_commits_to_backport}"
|
|
||||||
do
|
|
||||||
PATCH_URL="https://github.com/KhronosGroup/VK-GL-CTS/commit/$commit.patch"
|
|
||||||
echo "Apply patch to ${DEQP_API} CTS from $PATCH_URL"
|
|
||||||
curl -L --retry 4 -f --retry-all-errors --retry-delay 60 $PATCH_URL | \
|
|
||||||
git am -
|
|
||||||
done
|
|
||||||
|
|
||||||
cts_patch_files="${deqp_api}_cts_patch_files[@]"
|
|
||||||
for patch in "${!cts_patch_files}"
|
|
||||||
do
|
|
||||||
echo "Apply patch to ${DEQP_API} CTS from $patch"
|
|
||||||
git am < $OLDPWD/.gitlab-ci/container/patches/$patch
|
|
||||||
done
|
|
||||||
|
|
||||||
{
|
|
||||||
echo "dEQP base version $DEQP_VERSION"
|
|
||||||
echo "The following local patches are applied on top:"
|
|
||||||
git log --reverse --oneline $DEQP_VERSION.. --format=%s | sed 's/^/- /'
|
|
||||||
} > /deqp/version-$deqp_api
|
|
||||||
|
|
||||||
# --insecure is due to SSL cert failures hitting sourceforge for zlib and
|
# --insecure is due to SSL cert failures hitting sourceforge for zlib and
|
||||||
# libpng (sigh). The archives get their checksums checked anyway, and git
|
# libpng (sigh). The archives get their checksums checked anyway, and git
|
||||||
# always goes through ssh or https.
|
# always goes through ssh or https.
|
||||||
python3 external/fetch_sources.py --insecure
|
python3 external/fetch_sources.py --insecure
|
||||||
|
|
||||||
|
mkdir -p /deqp
|
||||||
|
|
||||||
# Save the testlog stylesheets:
|
# Save the testlog stylesheets:
|
||||||
cp doc/testlog-stylesheet/testlog.{css,xsl} /deqp
|
cp doc/testlog-stylesheet/testlog.{css,xsl} /deqp
|
||||||
popd
|
popd
|
||||||
|
|
||||||
pushd /deqp
|
pushd /deqp
|
||||||
|
# When including EGL/X11 testing, do that build first and save off its
|
||||||
if [ "${DEQP_API}" = 'GLES' ]; then
|
# deqp-egl binary.
|
||||||
if [ "${DEQP_TARGET}" = 'android' ]; then
|
|
||||||
cmake -S /VK-GL-CTS -B . -G Ninja \
|
|
||||||
-DDEQP_TARGET=android \
|
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
|
||||||
$EXTRA_CMAKE_ARGS
|
|
||||||
mold --run ninja modules/egl/deqp-egl
|
|
||||||
mv /deqp/modules/egl/deqp-egl /deqp/modules/egl/deqp-egl-android
|
|
||||||
else
|
|
||||||
# When including EGL/X11 testing, do that build first and save off its
|
|
||||||
# deqp-egl binary.
|
|
||||||
cmake -S /VK-GL-CTS -B . -G Ninja \
|
|
||||||
-DDEQP_TARGET=x11_egl_glx \
|
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
|
||||||
$EXTRA_CMAKE_ARGS
|
|
||||||
mold --run ninja modules/egl/deqp-egl
|
|
||||||
mv /deqp/modules/egl/deqp-egl /deqp/modules/egl/deqp-egl-x11
|
|
||||||
|
|
||||||
cmake -S /VK-GL-CTS -B . -G Ninja \
|
|
||||||
-DDEQP_TARGET=wayland \
|
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
|
||||||
$EXTRA_CMAKE_ARGS
|
|
||||||
mold --run ninja modules/egl/deqp-egl
|
|
||||||
mv /deqp/modules/egl/deqp-egl /deqp/modules/egl/deqp-egl-wayland
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
cmake -S /VK-GL-CTS -B . -G Ninja \
|
cmake -S /VK-GL-CTS -B . -G Ninja \
|
||||||
-DDEQP_TARGET=${DEQP_TARGET} \
|
-DDEQP_TARGET=x11_egl_glx \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
$EXTRA_CMAKE_ARGS
|
$EXTRA_CMAKE_ARGS
|
||||||
|
ninja modules/egl/deqp-egl
|
||||||
|
cp /deqp/modules/egl/deqp-egl /deqp/modules/egl/deqp-egl-x11
|
||||||
|
|
||||||
# Make sure `default` doesn't silently stop detecting one of the platforms we care about
|
|
||||||
if [ "${DEQP_TARGET}" = 'default' ]; then
|
|
||||||
grep -q DEQP_SUPPORT_WAYLAND=1 build.ninja
|
|
||||||
grep -q DEQP_SUPPORT_X11=1 build.ninja
|
|
||||||
grep -q DEQP_SUPPORT_XCB=1 build.ninja
|
|
||||||
fi
|
|
||||||
|
|
||||||
deqp_build_targets=()
|
cmake -S /VK-GL-CTS -B . -G Ninja \
|
||||||
case "${DEQP_API}" in
|
-DDEQP_TARGET=${DEQP_TARGET:-x11_glx} \
|
||||||
VK)
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
deqp_build_targets+=(deqp-vk)
|
$EXTRA_CMAKE_ARGS
|
||||||
;;
|
ninja
|
||||||
GL)
|
|
||||||
deqp_build_targets+=(glcts)
|
|
||||||
;;
|
|
||||||
GLES)
|
|
||||||
deqp_build_targets+=(deqp-gles{2,3,31})
|
|
||||||
# deqp-egl also comes from this build, but it is handled separately above.
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
if [ "${DEQP_TARGET}" != 'android' ]; then
|
|
||||||
deqp_build_targets+=(testlog-to-xml)
|
|
||||||
deqp_build_targets+=(testlog-to-csv)
|
|
||||||
deqp_build_targets+=(testlog-to-junit)
|
|
||||||
fi
|
|
||||||
|
|
||||||
mold --run ninja "${deqp_build_targets[@]}"
|
mv /deqp/modules/egl/deqp-egl-x11 /deqp/modules/egl/deqp-egl
|
||||||
|
|
||||||
if [ "${DEQP_TARGET}" != 'android' ]; then
|
# Copy out the mustpass lists we want.
|
||||||
# Copy out the mustpass lists we want.
|
mkdir /deqp/mustpass
|
||||||
mkdir -p /deqp/mustpass
|
for mustpass in $(< /VK-GL-CTS/external/vulkancts/mustpass/master/vk-default.txt) ; do
|
||||||
|
cat /VK-GL-CTS/external/vulkancts/mustpass/master/$mustpass \
|
||||||
|
>> /deqp/mustpass/vk-master.txt
|
||||||
|
done
|
||||||
|
|
||||||
if [ "${DEQP_API}" = 'VK' ]; then
|
cp \
|
||||||
for mustpass in $(< /VK-GL-CTS/external/vulkancts/mustpass/main/vk-default.txt) ; do
|
/deqp/external/openglcts/modules/gl_cts/data/mustpass/gles/aosp_mustpass/3.2.6.x/*.txt \
|
||||||
cat /VK-GL-CTS/external/vulkancts/mustpass/main/$mustpass \
|
/deqp/mustpass/.
|
||||||
>> /deqp/mustpass/vk-master.txt
|
cp \
|
||||||
done
|
/deqp/external/openglcts/modules/gl_cts/data/mustpass/egl/aosp_mustpass/3.2.6.x/egl-master.txt \
|
||||||
fi
|
/deqp/mustpass/.
|
||||||
|
cp \
|
||||||
|
/deqp/external/openglcts/modules/gl_cts/data/mustpass/gles/khronos_mustpass/3.2.6.x/*-master.txt \
|
||||||
|
/deqp/mustpass/.
|
||||||
|
cp \
|
||||||
|
/deqp/external/openglcts/modules/gl_cts/data/mustpass/gl/khronos_mustpass/4.6.1.x/*-master.txt \
|
||||||
|
/deqp/mustpass/.
|
||||||
|
|
||||||
if [ "${DEQP_API}" = 'GL' ]; then
|
# Save *some* executor utils, but otherwise strip things down
|
||||||
cp \
|
# to reduct deqp build size:
|
||||||
/VK-GL-CTS/external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.1.x/*-main.txt \
|
mkdir /deqp/executor.save
|
||||||
/deqp/mustpass/
|
cp /deqp/executor/testlog-to-* /deqp/executor.save
|
||||||
cp \
|
rm -rf /deqp/executor
|
||||||
/VK-GL-CTS/external/openglcts/data/mustpass/gl/khronos_mustpass_single/4.6.1.x/*-single.txt \
|
mv /deqp/executor.save /deqp/executor
|
||||||
/deqp/mustpass/
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "${DEQP_API}" = 'GLES' ]; then
|
|
||||||
cp \
|
|
||||||
/VK-GL-CTS/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.6.x/*.txt \
|
|
||||||
/deqp/mustpass/
|
|
||||||
cp \
|
|
||||||
/VK-GL-CTS/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.6.x/egl-main.txt \
|
|
||||||
/deqp/mustpass/
|
|
||||||
cp \
|
|
||||||
/VK-GL-CTS/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.6.x/*-main.txt \
|
|
||||||
/deqp/mustpass/
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Save *some* executor utils, but otherwise strip things down
|
|
||||||
# to reduct deqp build size:
|
|
||||||
mkdir /deqp/executor.save
|
|
||||||
cp /deqp/executor/testlog-to-* /deqp/executor.save
|
|
||||||
rm -rf /deqp/executor
|
|
||||||
mv /deqp/executor.save /deqp/executor
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Remove other mustpass files, since we saved off the ones we wanted to conventient locations above.
|
# Remove other mustpass files, since we saved off the ones we wanted to conventient locations above.
|
||||||
rm -rf /deqp/external/**/mustpass/
|
rm -rf /deqp/external/openglcts/modules/gl_cts/data/mustpass
|
||||||
rm -rf /deqp/external/vulkancts/modules/vulkan/vk-master*
|
rm -rf /deqp/external/vulkancts/modules/vulkan/vk-master*
|
||||||
rm -rf /deqp/external/vulkancts/modules/vulkan/vk-default
|
rm -rf /deqp/external/vulkancts/modules/vulkan/vk-default
|
||||||
|
|
||||||
@@ -260,16 +81,10 @@ rm -rf /deqp/external/openglcts/modules/cts-runner
|
|||||||
rm -rf /deqp/modules/internal
|
rm -rf /deqp/modules/internal
|
||||||
rm -rf /deqp/execserver
|
rm -rf /deqp/execserver
|
||||||
rm -rf /deqp/framework
|
rm -rf /deqp/framework
|
||||||
find . -depth \( -iname '*cmake*' -o -name '*ninja*' -o -name '*.o' -o -name '*.a' \) -exec rm -rf {} \;
|
find -iname '*cmake*' -o -name '*ninja*' -o -name '*.o' -o -name '*.a' | xargs rm -rf
|
||||||
if [ "${DEQP_API}" = 'VK' ]; then
|
${STRIP_CMD:-strip} external/vulkancts/modules/vulkan/deqp-vk
|
||||||
${STRIP_CMD:-strip} external/vulkancts/modules/vulkan/deqp-vk
|
${STRIP_CMD:-strip} external/openglcts/modules/glcts
|
||||||
fi
|
${STRIP_CMD:-strip} modules/*/deqp-*
|
||||||
if [ "${DEQP_API}" = 'GL' ]; then
|
du -sh *
|
||||||
${STRIP_CMD:-strip} external/openglcts/modules/glcts
|
|
||||||
fi
|
|
||||||
if [ "${DEQP_API}" = 'GLES' ]; then
|
|
||||||
${STRIP_CMD:-strip} modules/*/deqp-*
|
|
||||||
fi
|
|
||||||
du -sh ./*
|
|
||||||
rm -rf /VK-GL-CTS
|
rm -rf /VK-GL-CTS
|
||||||
popd
|
popd
|
||||||
|
@@ -1,15 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
# shellcheck disable=SC2086 # we want word splitting
|
|
||||||
|
|
||||||
# When changing this file, you need to bump the following
|
|
||||||
# .gitlab-ci/image-tags.yml tags:
|
|
||||||
# DEBIAN_BUILD_TAG
|
|
||||||
|
|
||||||
set -ex
|
|
||||||
|
|
||||||
git clone https://github.com/microsoft/DirectX-Headers -b v1.611.0 --depth 1
|
|
||||||
pushd DirectX-Headers
|
|
||||||
meson setup build --backend=ninja --buildtype=release -Dbuild-test=false $EXTRA_MESON_ARGS
|
|
||||||
meson install -C build
|
|
||||||
popd
|
|
||||||
rm -rf DirectX-Headers
|
|
@@ -1,15 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# When changing this file, you need to bump the following
|
|
||||||
# .gitlab-ci/image-tags.yml tags:
|
|
||||||
# DEBIAN_X86_64_TEST_VK_TAG
|
|
||||||
# KERNEL_ROOTFS_TAG
|
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
git clone https://github.com/ValveSoftware/Fossilize.git
|
git clone https://github.com/ValveSoftware/Fossilize.git
|
||||||
cd Fossilize
|
cd Fossilize
|
||||||
git checkout b43ee42bbd5631ea21fe9a2dee4190d5d875c327
|
git checkout 16fba1b8b5d9310126bb02323d7bae3227338461
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
|
@@ -1,19 +1,19 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
GFXRECONSTRUCT_VERSION=761837794a1e57f918a85af7000b12e531b178ae
|
GFXRECONSTRUCT_VERSION=3738decc2f4f9ff183818e5ab213a75a79fb7ab1
|
||||||
|
|
||||||
git clone https://github.com/LunarG/gfxreconstruct.git \
|
git clone https://github.com/LunarG/gfxreconstruct.git --single-branch -b master --no-checkout /gfxreconstruct
|
||||||
--single-branch \
|
|
||||||
-b master \
|
|
||||||
--no-checkout \
|
|
||||||
/gfxreconstruct
|
|
||||||
pushd /gfxreconstruct
|
pushd /gfxreconstruct
|
||||||
git checkout "$GFXRECONSTRUCT_VERSION"
|
git checkout "$GFXRECONSTRUCT_VERSION"
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
git submodule update
|
git submodule update
|
||||||
cmake -S . -B _build -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=/gfxreconstruct/build -DBUILD_WERROR=OFF
|
cmake -S . -B _build -G Ninja -DCMAKE_BUILD_TYPE=Release
|
||||||
cmake --build _build --parallel --target tools/{replay,info}/install/strip
|
ninja -C _build gfxrecon-replay gfxrecon-info
|
||||||
|
mkdir -p build/bin
|
||||||
|
install _build/tools/replay/gfxrecon-replay build/bin
|
||||||
|
install _build/tools/info/gfxrecon-info build/bin
|
||||||
|
strip build/bin/*
|
||||||
find . -not -path './build' -not -path './build/*' -delete
|
find . -not -path './build' -not -path './build/*' -delete
|
||||||
popd
|
popd
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
PARALLEL_DEQP_RUNNER_VERSION=fe557794b5dadd8dbf0eae403296625e03bda18a
|
PARALLEL_DEQP_RUNNER_VERSION=6596b71cf37a7efb4d54acd48c770ed2d4ad6b7e
|
||||||
|
|
||||||
git clone https://gitlab.freedesktop.org/mesa/parallel-deqp-runner --single-branch -b master --no-checkout /parallel-deqp-runner
|
git clone https://gitlab.freedesktop.org/mesa/parallel-deqp-runner --single-branch -b master --no-checkout /parallel-deqp-runner
|
||||||
pushd /parallel-deqp-runner
|
pushd /parallel-deqp-runner
|
||||||
|
@@ -1,23 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
# shellcheck disable=SC1091 # the path is created by the script
|
|
||||||
|
|
||||||
set -ex
|
|
||||||
|
|
||||||
KDL_REVISION="5056f71b100a68b72b285c6fc845a66a2ed25985"
|
|
||||||
|
|
||||||
mkdir ci-kdl.git
|
|
||||||
pushd ci-kdl.git
|
|
||||||
git init
|
|
||||||
git remote add origin https://gitlab.freedesktop.org/gfx-ci/ci-kdl.git
|
|
||||||
git fetch --depth 1 origin ${KDL_REVISION}
|
|
||||||
git checkout FETCH_HEAD
|
|
||||||
popd
|
|
||||||
|
|
||||||
python3 -m venv ci-kdl.venv
|
|
||||||
source ci-kdl.venv/bin/activate
|
|
||||||
pushd ci-kdl.git
|
|
||||||
pip install -r requirements.txt
|
|
||||||
pip install .
|
|
||||||
popd
|
|
||||||
|
|
||||||
rm -rf ci-kdl.git
|
|
@@ -1,30 +1,50 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
# shellcheck disable=SC2086 # we want word splitting
|
|
||||||
# shellcheck disable=SC2153
|
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
mkdir -p kernel
|
mkdir -p kernel
|
||||||
|
wget -qO- ${KERNEL_URL} | tar -xj --strip-components=1 -C kernel
|
||||||
pushd kernel
|
pushd kernel
|
||||||
|
|
||||||
if [[ ${DEBIAN_ARCH} = "arm64" ]]; then
|
# The kernel doesn't like the gold linker (or the old lld in our debians).
|
||||||
KERNEL_IMAGE_NAME+=" cheza-kernel"
|
# Sneak in some override symlinks during kernel build until we can update
|
||||||
fi
|
# debian (they'll get blown away by the rm of the kernel dir at the end).
|
||||||
|
mkdir -p ld-links
|
||||||
|
for i in /usr/bin/*-ld /usr/bin/ld; do
|
||||||
|
i=`basename $i`
|
||||||
|
ln -sf /usr/bin/$i.bfd ld-links/$i
|
||||||
|
done
|
||||||
|
export PATH=`pwd`/ld-links:$PATH
|
||||||
|
|
||||||
|
export LOCALVERSION="`basename $KERNEL_URL`"
|
||||||
|
./scripts/kconfig/merge_config.sh ${DEFCONFIG} ../.gitlab-ci/container/${KERNEL_ARCH}.config
|
||||||
|
make ${KERNEL_IMAGE_NAME}
|
||||||
for image in ${KERNEL_IMAGE_NAME}; do
|
for image in ${KERNEL_IMAGE_NAME}; do
|
||||||
curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
|
cp arch/${KERNEL_ARCH}/boot/${image} /lava-files/.
|
||||||
-o "/lava-files/${image}" "${KERNEL_IMAGE_BASE}/${DEBIAN_ARCH}/${image}"
|
|
||||||
done
|
done
|
||||||
|
|
||||||
for dtb in ${DEVICE_TREES}; do
|
if [[ -n ${DEVICE_TREES} ]]; then
|
||||||
curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
|
make dtbs
|
||||||
-o "/lava-files/${dtb}" "${KERNEL_IMAGE_BASE}/${DEBIAN_ARCH}/${dtb}"
|
cp ${DEVICE_TREES} /lava-files/.
|
||||||
done
|
fi
|
||||||
|
|
||||||
mkdir -p "/lava-files/rootfs-${DEBIAN_ARCH}"
|
if [[ ${DEBIAN_ARCH} = "amd64" || ${DEBIAN_ARCH} = "arm64" ]]; then
|
||||||
curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
|
make modules
|
||||||
-O "${KERNEL_IMAGE_BASE}/${DEBIAN_ARCH}/modules.tar.zst"
|
INSTALL_MOD_PATH=/lava-files/rootfs-${DEBIAN_ARCH}/ make modules_install
|
||||||
tar --keep-directory-symlink --zstd -xf modules.tar.zst -C "/lava-files/rootfs-${DEBIAN_ARCH}/"
|
fi
|
||||||
|
|
||||||
|
if [[ ${DEBIAN_ARCH} = "arm64" ]]; then
|
||||||
|
make Image.lzma
|
||||||
|
mkimage \
|
||||||
|
-f auto \
|
||||||
|
-A arm \
|
||||||
|
-O linux \
|
||||||
|
-d arch/arm64/boot/Image.lzma \
|
||||||
|
-C lzma\
|
||||||
|
-b arch/arm64/boot/dts/qcom/sdm845-cheza-r3.dtb \
|
||||||
|
/lava-files/cheza-kernel
|
||||||
|
KERNEL_IMAGE_NAME+=" cheza-kernel"
|
||||||
|
fi
|
||||||
|
|
||||||
popd
|
popd
|
||||||
rm -rf kernel
|
rm -rf kernel
|
||||||
|
@@ -1,9 +1,8 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
export LLVM_CONFIG="llvm-config-${LLVM_VERSION:?"llvm unset!"}"
|
export LLVM_CONFIG="llvm-config-11"
|
||||||
LLVM_TAG="llvmorg-15.0.7"
|
|
||||||
|
|
||||||
$LLVM_CONFIG --version
|
$LLVM_CONFIG --version
|
||||||
|
|
||||||
@@ -12,12 +11,12 @@ git config --global user.name "Mesa CI"
|
|||||||
git clone \
|
git clone \
|
||||||
https://github.com/llvm/llvm-project \
|
https://github.com/llvm/llvm-project \
|
||||||
--depth 1 \
|
--depth 1 \
|
||||||
-b "${LLVM_TAG}" \
|
-b llvmorg-12.0.0-rc3 \
|
||||||
/llvm-project
|
/llvm-project
|
||||||
|
|
||||||
mkdir /libclc
|
mkdir /libclc
|
||||||
pushd /libclc
|
pushd /libclc
|
||||||
cmake -S /llvm-project/libclc -B . -G Ninja -DLLVM_CONFIG="$LLVM_CONFIG" -DLIBCLC_TARGETS_TO_BUILD="spirv-mesa3d-;spirv64-mesa3d-" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DLLVM_SPIRV=/usr/bin/llvm-spirv
|
cmake -S /llvm-project/libclc -B . -G Ninja -DLLVM_CONFIG=$LLVM_CONFIG -DLIBCLC_TARGETS_TO_BUILD="spirv-mesa3d-;spirv64-mesa3d-" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DLLVM_SPIRV=/usr/bin/llvm-spirv
|
||||||
ninja
|
ninja
|
||||||
ninja install
|
ninja install
|
||||||
popd
|
popd
|
||||||
@@ -27,5 +26,5 @@ mkdir -p /usr/lib/clc
|
|||||||
ln -s /usr/share/clc/spirv64-mesa3d-.spv /usr/lib/clc/
|
ln -s /usr/share/clc/spirv64-mesa3d-.spv /usr/lib/clc/
|
||||||
ln -s /usr/share/clc/spirv-mesa3d-.spv /usr/lib/clc/
|
ln -s /usr/share/clc/spirv-mesa3d-.spv /usr/lib/clc/
|
||||||
|
|
||||||
du -sh ./*
|
du -sh *
|
||||||
rm -rf /libclc /llvm-project
|
rm -rf /libclc /llvm-project
|
||||||
|
@@ -1,16 +1,14 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
# Script used for Android and Fedora builds
|
|
||||||
# shellcheck disable=SC2086 # we want word splitting
|
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
export LIBDRM_VERSION=libdrm-2.4.119
|
export LIBDRM_VERSION=libdrm-2.4.110
|
||||||
|
|
||||||
curl -L -O --retry 4 -f --retry-all-errors --retry-delay 60 \
|
wget https://dri.freedesktop.org/libdrm/$LIBDRM_VERSION.tar.xz
|
||||||
https://dri.freedesktop.org/libdrm/"$LIBDRM_VERSION".tar.xz
|
tar -xvf $LIBDRM_VERSION.tar.xz && rm $LIBDRM_VERSION.tar.xz
|
||||||
tar -xvf "$LIBDRM_VERSION".tar.xz && rm "$LIBDRM_VERSION".tar.xz
|
cd $LIBDRM_VERSION
|
||||||
cd "$LIBDRM_VERSION"
|
meson build -D vc4=false -D freedreno=false -D etnaviv=false $EXTRA_MESON_ARGS
|
||||||
meson setup build -D vc4=disabled -D freedreno=disabled -D etnaviv=disabled $EXTRA_MESON_ARGS
|
ninja -C build install
|
||||||
meson install -C build
|
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf "$LIBDRM_VERSION"
|
rm -rf $LIBDRM_VERSION
|
||||||
|
|
||||||
|
@@ -1,22 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
set -ex
|
|
||||||
|
|
||||||
VER="${LLVM_VERSION:?llvm not set}.0.0"
|
|
||||||
|
|
||||||
curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
|
|
||||||
-O "https://github.com/KhronosGroup/SPIRV-LLVM-Translator/archive/refs/tags/v${VER}.tar.gz"
|
|
||||||
tar -xvf "v${VER}.tar.gz" && rm "v${VER}.tar.gz"
|
|
||||||
|
|
||||||
mkdir "SPIRV-LLVM-Translator-${VER}/build"
|
|
||||||
pushd "SPIRV-LLVM-Translator-${VER}/build"
|
|
||||||
cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
|
|
||||||
ninja
|
|
||||||
ninja install
|
|
||||||
# For some reason llvm-spirv is not installed by default
|
|
||||||
ninja llvm-spirv
|
|
||||||
cp tools/llvm-spirv/llvm-spirv /usr/bin/
|
|
||||||
popd
|
|
||||||
|
|
||||||
du -sh "SPIRV-LLVM-Translator-${VER}"
|
|
||||||
rm -rf "SPIRV-LLVM-Translator-${VER}"
|
|
@@ -1,22 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
set -ex
|
|
||||||
|
|
||||||
# When changing this file, you need to bump the following
|
|
||||||
# .gitlab-ci/image-tags.yml tags:
|
|
||||||
# DEBIAN_BASE_TAG
|
|
||||||
# DEBIAN_BUILD_TAG
|
|
||||||
# FEDORA_X86_64_BUILD_TAG
|
|
||||||
# KERNEL_ROOTFS_TAG
|
|
||||||
|
|
||||||
MOLD_VERSION="2.4.1"
|
|
||||||
|
|
||||||
git clone -b v"$MOLD_VERSION" --single-branch --depth 1 https://github.com/rui314/mold.git
|
|
||||||
pushd mold
|
|
||||||
|
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release -D BUILD_TESTING=OFF -D MOLD_LTO=ON
|
|
||||||
cmake --build . --parallel
|
|
||||||
cmake --install .
|
|
||||||
|
|
||||||
popd
|
|
||||||
rm -rf mold
|
|
@@ -1,25 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
# When changing this file, you need to bump the following
|
|
||||||
# .gitlab-ci/image-tags.yml tags:
|
|
||||||
# DEBIAN_X86_64_TEST_GL_TAG
|
|
||||||
|
|
||||||
set -ex -o pipefail
|
|
||||||
|
|
||||||
### Careful editing anything below this line
|
|
||||||
|
|
||||||
git config --global user.email "mesa@example.com"
|
|
||||||
git config --global user.name "Mesa CI"
|
|
||||||
git clone https://github.com/axeldavy/Xnine.git /Xnine
|
|
||||||
mkdir /Xnine/build
|
|
||||||
pushd /Xnine/build
|
|
||||||
git checkout c64753d224c08006bcdcfa7880ada826f27164b1
|
|
||||||
|
|
||||||
cmake .. -DBUILD_TESTS=1 -DWITH_DRI3=1 -DD3DADAPTER9_LOCATION=/install/lib/d3d/d3dadapter9.so
|
|
||||||
make
|
|
||||||
|
|
||||||
mkdir -p /NineTests/
|
|
||||||
mv NineTests/NineTests /NineTests/
|
|
||||||
|
|
||||||
popd
|
|
||||||
rm -rf /Xnine
|
|
@@ -1,33 +1,23 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# shellcheck disable=SC2086 # we want word splitting
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
# When changing this file, you need to bump the following
|
|
||||||
# .gitlab-ci/image-tags.yml tags:
|
|
||||||
# DEBIAN_X86_64_TEST_GL_TAG
|
|
||||||
# DEBIAN_X86_64_TEST_VK_TAG
|
|
||||||
# KERNEL_ROOTFS_TAG
|
|
||||||
|
|
||||||
REV="1e631479c0b477006dd7561c55e06269d2878d8d"
|
|
||||||
|
|
||||||
git clone https://gitlab.freedesktop.org/mesa/piglit.git --single-branch --no-checkout /piglit
|
git clone https://gitlab.freedesktop.org/mesa/piglit.git --single-branch --no-checkout /piglit
|
||||||
pushd /piglit
|
pushd /piglit
|
||||||
git checkout "$REV"
|
git checkout 445711587d461539a4d8f9d35a7fe996a86d3c8d
|
||||||
patch -p1 <$OLDPWD/.gitlab-ci/piglit/disable-vs_in.diff
|
patch -p1 <$OLDPWD/.gitlab-ci/piglit/disable-vs_in.diff
|
||||||
cmake -S . -B . -G Ninja -DCMAKE_BUILD_TYPE=Release $PIGLIT_OPTS $EXTRA_CMAKE_ARGS
|
cmake -S . -B . -G Ninja -DCMAKE_BUILD_TYPE=Release $PIGLIT_OPTS $EXTRA_CMAKE_ARGS
|
||||||
ninja $PIGLIT_BUILD_TARGETS
|
ninja $PIGLIT_BUILD_TARGETS
|
||||||
find . -depth \( -name .git -o -name '*ninja*' -o -iname '*cmake*' -o -name '*.[chao]' \) -exec rm -rf {} \;
|
find -name .git -o -name '*ninja*' -o -iname '*cmake*' -o -name '*.[chao]' | xargs rm -rf
|
||||||
rm -rf target_api
|
rm -rf target_api
|
||||||
if [ "$PIGLIT_BUILD_TARGETS" = "piglit_replayer" ]; then
|
if [ "x$PIGLIT_BUILD_TARGETS" = "xpiglit_replayer" ]; then
|
||||||
find . -depth \
|
find ! -regex "^\.$" \
|
||||||
! -regex "^\.$" \
|
|
||||||
! -regex "^\.\/piglit.*" \
|
! -regex "^\.\/piglit.*" \
|
||||||
! -regex "^\.\/framework.*" \
|
! -regex "^\.\/framework.*" \
|
||||||
! -regex "^\.\/bin$" \
|
! -regex "^\.\/bin$" \
|
||||||
! -regex "^\.\/bin\/replayer\.py" \
|
! -regex "^\.\/bin\/replayer\.py" \
|
||||||
! -regex "^\.\/templates.*" \
|
! -regex "^\.\/templates.*" \
|
||||||
! -regex "^\.\/tests$" \
|
! -regex "^\.\/tests$" \
|
||||||
! -regex "^\.\/tests\/replay\.py" \
|
! -regex "^\.\/tests\/replay\.py" 2>/dev/null | xargs rm -rf
|
||||||
-exec rm -rf {} \; 2>/dev/null
|
|
||||||
fi
|
fi
|
||||||
popd
|
popd
|
||||||
|
@@ -8,25 +8,17 @@ set -ex
|
|||||||
# cargo (and rustup) wants to store stuff in $HOME/.cargo, and binaries in
|
# cargo (and rustup) wants to store stuff in $HOME/.cargo, and binaries in
|
||||||
# $HOME/.cargo/bin. Make bin a link to a public bin directory so the commands
|
# $HOME/.cargo/bin. Make bin a link to a public bin directory so the commands
|
||||||
# are just available to all build jobs.
|
# are just available to all build jobs.
|
||||||
mkdir -p "$HOME"/.cargo
|
mkdir -p $HOME/.cargo
|
||||||
ln -s /usr/local/bin "$HOME"/.cargo/bin
|
ln -s /usr/local/bin $HOME/.cargo/bin
|
||||||
|
|
||||||
# Rusticl requires at least Rust 1.66.0 and NAK requires 1.73.0
|
|
||||||
#
|
|
||||||
# Also, pick a specific snapshot from rustup so the compiler doesn't drift on
|
|
||||||
# us.
|
|
||||||
RUST_VERSION=1.73.0-2023-10-05
|
|
||||||
|
|
||||||
# For rust in Mesa, we use rustup to install. This lets us pick an arbitrary
|
# For rust in Mesa, we use rustup to install. This lets us pick an arbitrary
|
||||||
# version of the compiler, rather than whatever the container's Debian comes
|
# version of the compiler, rather than whatever the container's Debian comes
|
||||||
# with.
|
# with.
|
||||||
curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
|
#
|
||||||
--proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- \
|
# Pick the rust compiler (1.48) available in Debian stable, and pick a specific
|
||||||
--default-toolchain $RUST_VERSION \
|
# snapshot from rustup so the compiler doesn't drift on us.
|
||||||
--profile minimal \
|
wget https://sh.rustup.rs -O - | \
|
||||||
-y
|
sh -s -- -y --default-toolchain 1.49.0-2020-12-31
|
||||||
|
|
||||||
rustup component add clippy rustfmt
|
|
||||||
|
|
||||||
# Set up a config script for cross compiling -- cargo needs your system cc for
|
# Set up a config script for cross compiling -- cargo needs your system cc for
|
||||||
# linking in cross builds, but doesn't know what you want to use for system cc.
|
# linking in cross builds, but doesn't know what you want to use for system cc.
|
||||||
|
@@ -1,14 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
# When changing this file, you need to bump the following
|
|
||||||
# .gitlab-ci/image-tags.yml tags:
|
|
||||||
# DEBIAN_BUILD_TAG
|
|
||||||
|
|
||||||
set -ex
|
|
||||||
|
|
||||||
pushd /usr/local
|
|
||||||
git clone https://gitlab.freedesktop.org/mesa/shader-db.git --depth 1
|
|
||||||
rm -rf shader-db/.git
|
|
||||||
cd shader-db
|
|
||||||
make
|
|
||||||
popd
|
|
@@ -1,20 +1,27 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
# SPDX-License-Identifier: MIT
|
|
||||||
#
|
#
|
||||||
# Copyright © 2022 Collabora Limited
|
# Copyright (C) 2022 Collabora Limited
|
||||||
# Author: Guilherme Gallo <guilherme.gallo@collabora.com>
|
# Author: Guilherme Gallo <guilherme.gallo@collabora.com>
|
||||||
#
|
#
|
||||||
# When changing this file, you need to bump the following
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# .gitlab-ci/image-tags.yml tags:
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# KERNEL_ROOTFS_TAG
|
# to deal in the Software without restriction, including without limitation
|
||||||
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice (including the next
|
||||||
|
# paragraph) shall be included in all copies or substantial portions of the
|
||||||
|
# Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
# SOFTWARE.
|
||||||
|
|
||||||
SKQP_BRANCH=android-cts-12.1_r5
|
|
||||||
|
|
||||||
# hack for skqp see the clang
|
|
||||||
pushd /usr/bin/
|
|
||||||
ln -s ../lib/llvm-15/bin/clang clang
|
|
||||||
ln -s ../lib/llvm-15/bin/clang++ clang++
|
|
||||||
popd
|
|
||||||
|
|
||||||
create_gn_args() {
|
create_gn_args() {
|
||||||
# gn can be configured to cross-compile skia and its tools
|
# gn can be configured to cross-compile skia and its tools
|
||||||
@@ -34,6 +41,7 @@ download_skia_source() {
|
|||||||
# Skia cloned from https://android.googlesource.com/platform/external/skqp
|
# Skia cloned from https://android.googlesource.com/platform/external/skqp
|
||||||
# has all needed assets tracked on git-fs
|
# has all needed assets tracked on git-fs
|
||||||
SKQP_REPO=https://android.googlesource.com/platform/external/skqp
|
SKQP_REPO=https://android.googlesource.com/platform/external/skqp
|
||||||
|
SKQP_BRANCH=android-cts-10.0_r11
|
||||||
|
|
||||||
git clone --branch "${SKQP_BRANCH}" --depth 1 "${SKQP_REPO}" "${SKIA_DIR}"
|
git clone --branch "${SKQP_BRANCH}" --depth 1 "${SKQP_REPO}" "${SKIA_DIR}"
|
||||||
}
|
}
|
||||||
@@ -41,15 +49,15 @@ download_skia_source() {
|
|||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
SCRIPT_DIR=$(realpath "$(dirname "$0")")
|
SCRIPT_DIR=$(realpath "$(dirname "$0")")
|
||||||
SKQP_PATCH_DIR="${SCRIPT_DIR}/patches"
|
SKQP_PATCH_DIR="${SCRIPT_DIR}"
|
||||||
BASE_ARGS_GN_FILE="${SCRIPT_DIR}/build-skqp_base.gn"
|
BASE_ARGS_GN_FILE="${SCRIPT_DIR}/build-skqp_base.gn"
|
||||||
|
|
||||||
SKQP_ARCH=${SKQP_ARCH:-x64}
|
SKQP_ARCH=${SKQP_ARCH:-x64}
|
||||||
SKIA_DIR=${SKIA_DIR:-$(mktemp -d)}
|
SKIA_DIR=${SKIA_DIR:-$(mktemp -d)}
|
||||||
SKQP_OUT_DIR=${SKIA_DIR}/out/${SKQP_ARCH}
|
SKQP_OUT_DIR=${SKIA_DIR}/out/${SKQP_ARCH}
|
||||||
SKQP_INSTALL_DIR=${SKQP_INSTALL_DIR:-/skqp}
|
SKQP_INSTALL_DIR=/skqp
|
||||||
SKQP_ASSETS_DIR="${SKQP_INSTALL_DIR}/assets"
|
SKQP_ASSETS_DIR="${SKQP_INSTALL_DIR}/assets"
|
||||||
SKQP_BINARIES=(skqp list_gpu_unit_tests list_gms)
|
SKQP_BINARIES=(skqp)
|
||||||
|
|
||||||
download_skia_source
|
download_skia_source
|
||||||
|
|
||||||
|
@@ -1,12 +1,7 @@
|
|||||||
cc = "clang"
|
cc = "clang"
|
||||||
cxx = "clang++"
|
cxx = "clang++"
|
||||||
|
|
||||||
extra_cflags = [
|
extra_cflags = [ "-DSK_ENABLE_DUMP_GPU", "-DSK_BUILD_FOR_SKQP" ]
|
||||||
"-Wno-error",
|
|
||||||
|
|
||||||
"-DSK_ENABLE_DUMP_GPU",
|
|
||||||
"-DSK_BUILD_FOR_SKQP"
|
|
||||||
]
|
|
||||||
extra_cflags_cc = [
|
extra_cflags_cc = [
|
||||||
"-Wno-error",
|
"-Wno-error",
|
||||||
|
|
||||||
@@ -27,13 +22,6 @@ extra_cflags_cc = [
|
|||||||
"-Wno-suggest-destructor-override",
|
"-Wno-suggest-destructor-override",
|
||||||
"-Wno-return-std-move-in-c++11",
|
"-Wno-return-std-move-in-c++11",
|
||||||
"-Wno-extra-semi-stmt",
|
"-Wno-extra-semi-stmt",
|
||||||
"-Wno-reserved-identifier",
|
|
||||||
"-Wno-bitwise-instead-of-logical",
|
|
||||||
"-Wno-reserved-identifier",
|
|
||||||
"-Wno-psabi",
|
|
||||||
"-Wno-unused-but-set-variable",
|
|
||||||
"-Wno-sizeof-array-div",
|
|
||||||
"-Wno-string-concatenation",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
cc_wrapper = "ccache"
|
cc_wrapper = "ccache"
|
||||||
|
@@ -1,25 +1,17 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
# shellcheck disable=SC2086 # we want word splitting
|
|
||||||
# When changing this file, you need to bump the following
|
|
||||||
# .gitlab-ci/image-tags.yml tags:
|
|
||||||
# KERNEL_ROOTFS_TAG
|
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
git config --global user.email "mesa@example.com"
|
git config --global user.email "mesa@example.com"
|
||||||
git config --global user.name "Mesa CI"
|
git config --global user.name "Mesa CI"
|
||||||
|
|
||||||
git clone \
|
git clone \
|
||||||
https://github.com/intel/libva-utils.git \
|
https://github.com/intel/libva-utils.git \
|
||||||
-b 2.18.1 \
|
-b 2.13.0 \
|
||||||
--depth 1 \
|
--depth 1 \
|
||||||
/va-utils
|
/va-utils
|
||||||
|
|
||||||
pushd /va-utils
|
pushd /va-utils
|
||||||
# Too old libva in Debian 11. TODO: when this PR gets in, refer to the patch.
|
meson build -D tests=true -Dprefix=/va $EXTRA_MESON_ARGS
|
||||||
curl -L https://github.com/intel/libva-utils/pull/329.patch | git am
|
ninja -C build install
|
||||||
|
|
||||||
meson setup build -D tests=true -Dprefix=/va $EXTRA_MESON_ARGS
|
|
||||||
meson install -C build
|
|
||||||
popd
|
popd
|
||||||
rm -rf /va-utils
|
rm -rf /va-utils
|
||||||
|
@@ -1,12 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# When changing this file, you need to bump the following
|
|
||||||
# .gitlab-ci/image-tags.yml tags:
|
|
||||||
# DEBIAN_X86_64_TEST_VK_TAG
|
|
||||||
# KERNEL_ROOTFS_TAG
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
VKD3D_PROTON_COMMIT="a0ccc383937903f4ca0997ce53e41ccce7f2f2ec"
|
VKD3D_PROTON_VERSION="2.6"
|
||||||
|
VKD3D_PROTON_COMMIT="3e5aab6fb3e18f81a71b339be4cb5cdf55140980"
|
||||||
|
|
||||||
VKD3D_PROTON_DST_DIR="/vkd3d-proton-tests"
|
VKD3D_PROTON_DST_DIR="/vkd3d-proton-tests"
|
||||||
VKD3D_PROTON_SRC_DIR="/vkd3d-proton-src"
|
VKD3D_PROTON_SRC_DIR="/vkd3d-proton-src"
|
||||||
@@ -19,7 +16,7 @@ function build_arch {
|
|||||||
meson "$@" \
|
meson "$@" \
|
||||||
-Denable_tests=true \
|
-Denable_tests=true \
|
||||||
--buildtype release \
|
--buildtype release \
|
||||||
--prefix "$VKD3D_PROTON_DST_DIR" \
|
--prefix "$VKD3D_PROTON_BUILD_DIR" \
|
||||||
--strip \
|
--strip \
|
||||||
--bindir "x${arch}" \
|
--bindir "x${arch}" \
|
||||||
--libdir "x${arch}" \
|
--libdir "x${arch}" \
|
||||||
@@ -27,17 +24,20 @@ function build_arch {
|
|||||||
|
|
||||||
ninja -C "$VKD3D_PROTON_BUILD_DIR/build.${arch}" install
|
ninja -C "$VKD3D_PROTON_BUILD_DIR/build.${arch}" install
|
||||||
|
|
||||||
install -D -m755 -t "${VKD3D_PROTON_DST_DIR}/x${arch}/bin" "$VKD3D_PROTON_BUILD_DIR/build.${arch}/tests/d3d12"
|
install -D -m755 -t "${VKD3D_PROTON_DST_DIR}/x${arch}/bin" "$VKD3D_PROTON_BUILD_DIR/build.${arch}/tests/"*.exe
|
||||||
}
|
}
|
||||||
|
|
||||||
git clone https://github.com/HansKristian-Work/vkd3d-proton.git --single-branch -b master --no-checkout "$VKD3D_PROTON_SRC_DIR"
|
git clone https://github.com/HansKristian-Work/vkd3d-proton.git --single-branch -b "v$VKD3D_PROTON_VERSION" --no-checkout "$VKD3D_PROTON_SRC_DIR"
|
||||||
pushd "$VKD3D_PROTON_SRC_DIR"
|
pushd "$VKD3D_PROTON_SRC_DIR"
|
||||||
git checkout "$VKD3D_PROTON_COMMIT"
|
git checkout "$VKD3D_PROTON_COMMIT"
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
git submodule update --recursive
|
git submodule update --recursive
|
||||||
build_arch 64
|
build_arch 64 --cross-file build-win64.txt
|
||||||
build_arch 86
|
build_arch 86 --cross-file build-win32.txt
|
||||||
|
cp "setup_vkd3d_proton.sh" "$VKD3D_PROTON_BUILD_DIR/setup_vkd3d_proton.sh"
|
||||||
|
chmod +x "$VKD3D_PROTON_BUILD_DIR/setup_vkd3d_proton.sh"
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
"$VKD3D_PROTON_BUILD_DIR"/setup_vkd3d_proton.sh install
|
||||||
rm -rf "$VKD3D_PROTON_BUILD_DIR"
|
rm -rf "$VKD3D_PROTON_BUILD_DIR"
|
||||||
rm -rf "$VKD3D_PROTON_SRC_DIR"
|
rm -rf "$VKD3D_PROTON_SRC_DIR"
|
||||||
|
@@ -1,18 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
# When changing this file, you need to bump the following
|
|
||||||
# .gitlab-ci/image-tags.yml tags:
|
|
||||||
# DEBIAN_X86_64_TEST_GL_TAG
|
|
||||||
# KERNEL_ROOTFS_TAG:
|
|
||||||
|
|
||||||
set -ex
|
|
||||||
|
|
||||||
VALIDATION_TAG="snapshot-2024wk06"
|
|
||||||
|
|
||||||
git clone -b "$VALIDATION_TAG" --single-branch --depth 1 https://github.com/KhronosGroup/Vulkan-ValidationLayers.git
|
|
||||||
pushd Vulkan-ValidationLayers
|
|
||||||
python3 scripts/update_deps.py --dir external --config debug
|
|
||||||
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_TESTS=OFF -DBUILD_WERROR=OFF -C external/helper.cmake -S . -B build
|
|
||||||
ninja -C build install
|
|
||||||
popd
|
|
||||||
rm -rf Vulkan-ValidationLayers
|
|
@@ -1,23 +1,22 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
# shellcheck disable=SC2086 # we want word splitting
|
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
export LIBWAYLAND_VERSION="1.21.0"
|
export LIBWAYLAND_VERSION="1.18.0"
|
||||||
export WAYLAND_PROTOCOLS_VERSION="1.31"
|
export WAYLAND_PROTOCOLS_VERSION="1.24"
|
||||||
|
|
||||||
git clone https://gitlab.freedesktop.org/wayland/wayland
|
git clone https://gitlab.freedesktop.org/wayland/wayland
|
||||||
cd wayland
|
cd wayland
|
||||||
git checkout "$LIBWAYLAND_VERSION"
|
git checkout "$LIBWAYLAND_VERSION"
|
||||||
meson setup -Ddocumentation=false -Ddtd_validation=false -Dlibraries=true _build $EXTRA_MESON_ARGS
|
meson -Ddocumentation=false -Ddtd_validation=false -Dlibraries=true _build
|
||||||
meson install -C _build
|
ninja -C _build install
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf wayland
|
rm -rf wayland
|
||||||
|
|
||||||
git clone https://gitlab.freedesktop.org/wayland/wayland-protocols
|
git clone https://gitlab.freedesktop.org/wayland/wayland-protocols
|
||||||
cd wayland-protocols
|
cd wayland-protocols
|
||||||
git checkout "$WAYLAND_PROTOCOLS_VERSION"
|
git checkout "$WAYLAND_PROTOCOLS_VERSION"
|
||||||
meson setup _build $EXTRA_MESON_ARGS
|
meson _build
|
||||||
meson install -C _build
|
ninja -C _build install
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf wayland-protocols
|
rm -rf wayland-protocols
|
||||||
|
@@ -1,14 +1,10 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/sh
|
||||||
|
|
||||||
if test -f /etc/debian_version; then
|
if test -f /etc/debian_version; then
|
||||||
apt-get autoremove -y --purge
|
apt-get autoremove -y --purge
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Clean up any build cache
|
# Clean up any build cache for rust.
|
||||||
rm -rf /root/.cache
|
|
||||||
rm -rf /root/.cargo
|
|
||||||
rm -rf /.cargo
|
rm -rf /.cargo
|
||||||
|
|
||||||
if test -x /usr/bin/ccache; then
|
ccache --show-stats
|
||||||
ccache --show-stats
|
|
||||||
fi
|
|
||||||
|
@@ -1,52 +1,36 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
if test -x /usr/bin/ccache; then
|
if test -f /etc/debian_version; then
|
||||||
if test -f /etc/debian_version; then
|
CCACHE_PATH=/usr/lib/ccache
|
||||||
CCACHE_PATH=/usr/lib/ccache
|
else
|
||||||
elif test -f /etc/alpine-release; then
|
CCACHE_PATH=/usr/lib64/ccache
|
||||||
CCACHE_PATH=/usr/lib/ccache/bin
|
|
||||||
else
|
|
||||||
CCACHE_PATH=/usr/lib64/ccache
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Common setup among container builds before we get to building code.
|
|
||||||
|
|
||||||
export CCACHE_COMPILERCHECK=content
|
|
||||||
export CCACHE_COMPRESS=true
|
|
||||||
export CCACHE_DIR=/cache/$CI_PROJECT_NAME/ccache
|
|
||||||
export PATH=$CCACHE_PATH:$PATH
|
|
||||||
|
|
||||||
# CMake ignores $PATH, so we have to force CC/GCC to the ccache versions.
|
|
||||||
export CC="${CCACHE_PATH}/gcc"
|
|
||||||
export CXX="${CCACHE_PATH}/g++"
|
|
||||||
|
|
||||||
ccache --show-stats
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# When not using the mold linker (e.g. unsupported architecture), force
|
# Common setup among container builds before we get to building code.
|
||||||
# linkers to gold, since it's so much faster for building. We can't use
|
|
||||||
# lld because we're on old debian and it's buggy. mingw fails meson builds
|
export CCACHE_COMPILERCHECK=content
|
||||||
|
export CCACHE_COMPRESS=true
|
||||||
|
export CCACHE_DIR=/cache/$CI_PROJECT_NAME/ccache
|
||||||
|
export PATH=$CCACHE_PATH:$PATH
|
||||||
|
|
||||||
|
# CMake ignores $PATH, so we have to force CC/GCC to the ccache versions.
|
||||||
|
export CC="${CCACHE_PATH}/gcc"
|
||||||
|
export CXX="${CCACHE_PATH}/g++"
|
||||||
|
|
||||||
|
# Force linkers to gold, since it's so much faster for building. We can't use
|
||||||
|
# lld because we're on old debian and it's buggy. ming fails meson builds
|
||||||
# with it with "meson.build:21:0: ERROR: Unable to determine dynamic linker"
|
# with it with "meson.build:21:0: ERROR: Unable to determine dynamic linker"
|
||||||
find /usr/bin -name \*-ld -o -name ld | \
|
find /usr/bin -name \*-ld -o -name ld | \
|
||||||
grep -v mingw | \
|
grep -v mingw | \
|
||||||
xargs -n 1 -I '{}' ln -sf '{}.gold' '{}'
|
xargs -n 1 -I '{}' ln -sf '{}.gold' '{}'
|
||||||
|
|
||||||
|
ccache --show-stats
|
||||||
|
|
||||||
# Make a wrapper script for ninja to always include the -j flags
|
# Make a wrapper script for ninja to always include the -j flags
|
||||||
{
|
echo '#!/bin/sh -x' > /usr/local/bin/ninja
|
||||||
echo '#!/bin/sh -x'
|
echo '/usr/bin/ninja -j${FDO_CI_CONCURRENT:-4} "$@"' >> /usr/local/bin/ninja
|
||||||
# shellcheck disable=SC2016
|
|
||||||
echo '/usr/bin/ninja -j${FDO_CI_CONCURRENT:-4} "$@"'
|
|
||||||
} > /usr/local/bin/ninja
|
|
||||||
chmod +x /usr/local/bin/ninja
|
chmod +x /usr/local/bin/ninja
|
||||||
|
|
||||||
# Set MAKEFLAGS so that all make invocations in container builds include the
|
# Set MAKEFLAGS so that all make invocations in container builds include the
|
||||||
# flags (doesn't apply to non-container builds, but we don't run make there)
|
# flags (doesn't apply to non-container builds, but we don't run make there)
|
||||||
export MAKEFLAGS="-j${FDO_CI_CONCURRENT:-4}"
|
export MAKEFLAGS="-j${FDO_CI_CONCURRENT:-4}"
|
||||||
|
|
||||||
# make wget to try more than once, when download fails or timeout
|
|
||||||
echo -e "retry_connrefused = on\n" \
|
|
||||||
"read_timeout = 300\n" \
|
|
||||||
"tries = 4\n" \
|
|
||||||
"retry_on_host_error = on\n" \
|
|
||||||
"retry_on_http_error = 429,500,502,503,504\n" \
|
|
||||||
"wait_retry = 32" >> /etc/wgetrc
|
|
||||||
|
@@ -5,33 +5,31 @@ arch=$2
|
|||||||
cpu_family=$3
|
cpu_family=$3
|
||||||
cpu=$4
|
cpu=$4
|
||||||
cross_file="/cross_file-$arch.txt"
|
cross_file="/cross_file-$arch.txt"
|
||||||
sdk_version=$5
|
|
||||||
|
|
||||||
# armv7 has the toolchain split between two names.
|
# armv7 has the toolchain split between two names.
|
||||||
arch2=${6:-$2}
|
arch2=${5:-$2}
|
||||||
|
|
||||||
# Note that we disable C++ exceptions, because Mesa doesn't use exceptions,
|
# Note that we disable C++ exceptions, because Mesa doesn't use exceptions,
|
||||||
# and allowing it in code generation means we get unwind symbols that break
|
# and allowing it in code generation means we get unwind symbols that break
|
||||||
# the libEGL and driver symbol tests.
|
# the libEGL and driver symbol tests.
|
||||||
|
|
||||||
cat > "$cross_file" <<EOF
|
cat >$cross_file <<EOF
|
||||||
[binaries]
|
[binaries]
|
||||||
ar = '$ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ar'
|
ar = '$ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/$arch-ar'
|
||||||
c = ['ccache', '$ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/${arch2}${sdk_version}-clang', '-fno-exceptions', '-fno-unwind-tables', '-fno-asynchronous-unwind-tables']
|
c = ['ccache', '$ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/${arch2}29-clang', '-fno-exceptions', '-fno-unwind-tables', '-fno-asynchronous-unwind-tables']
|
||||||
cpp = ['ccache', '$ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/${arch2}${sdk_version}-clang++', '-fno-exceptions', '-fno-unwind-tables', '-fno-asynchronous-unwind-tables', '-static-libstdc++']
|
cpp = ['ccache', '$ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/${arch2}29-clang++', '-fno-exceptions', '-fno-unwind-tables', '-fno-asynchronous-unwind-tables']
|
||||||
c_ld = 'lld'
|
c_ld = 'lld'
|
||||||
cpp_ld = 'lld'
|
cpp_ld = 'lld'
|
||||||
strip = '$ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-strip'
|
strip = '$ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/$arch-strip'
|
||||||
pkgconfig = ['/usr/bin/pkgconf']
|
pkgconfig = ['/usr/bin/pkg-config']
|
||||||
|
|
||||||
[host_machine]
|
[host_machine]
|
||||||
system = 'android'
|
system = 'linux'
|
||||||
cpu_family = '$cpu_family'
|
cpu_family = '$cpu_family'
|
||||||
cpu = '$cpu'
|
cpu = '$cpu'
|
||||||
endian = 'little'
|
endian = 'little'
|
||||||
|
|
||||||
[properties]
|
[properties]
|
||||||
needs_exe_wrapper = true
|
needs_exe_wrapper = true
|
||||||
pkg_config_libdir = '/usr/local/lib/${arch2}/pkgconfig/:/${ndk}/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/${arch2}/pkgconfig/'
|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# shellcheck disable=SC2086 # we want word splitting
|
|
||||||
|
|
||||||
# Makes a .pc file in the Android NDK for meson to find its libraries.
|
# Makes a .pc file in the Android NDK for meson to find its libraries.
|
||||||
|
|
||||||
@@ -10,7 +9,6 @@ pc="$2"
|
|||||||
cflags="$3"
|
cflags="$3"
|
||||||
libs="$4"
|
libs="$4"
|
||||||
version="$5"
|
version="$5"
|
||||||
sdk_version="$6"
|
|
||||||
|
|
||||||
sysroot=$ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot
|
sysroot=$ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot
|
||||||
|
|
||||||
@@ -25,7 +23,7 @@ for arch in \
|
|||||||
cat >$pcdir/$pc <<EOF
|
cat >$pcdir/$pc <<EOF
|
||||||
prefix=$sysroot
|
prefix=$sysroot
|
||||||
exec_prefix=$sysroot
|
exec_prefix=$sysroot
|
||||||
libdir=$sysroot/usr/lib/$arch/$sdk_version
|
libdir=$sysroot/usr/lib/$arch/29
|
||||||
sharedlibdir=$sysroot/usr/lib/$arch
|
sharedlibdir=$sysroot/usr/lib/$arch
|
||||||
includedir=$sysroot/usr/include
|
includedir=$sysroot/usr/include
|
||||||
|
|
||||||
@@ -34,7 +32,7 @@ Description: zlib compression library
|
|||||||
Version: $version
|
Version: $version
|
||||||
|
|
||||||
Requires:
|
Requires:
|
||||||
Libs: -L$sysroot/usr/lib/$arch/$sdk_version $libs
|
Libs: -L$sysroot/usr/lib/$arch/29 $libs
|
||||||
Cflags: -I$sysroot/usr/include $cflags
|
Cflags: -I$sysroot/usr/include $cflags
|
||||||
EOF
|
EOF
|
||||||
done
|
done
|
||||||
|
@@ -2,18 +2,18 @@
|
|||||||
|
|
||||||
arch=$1
|
arch=$1
|
||||||
cross_file="/cross_file-$arch.txt"
|
cross_file="/cross_file-$arch.txt"
|
||||||
meson env2mfile --cross --debarch "$arch" -o "$cross_file"
|
/usr/share/meson/debcrossgen --arch $arch -o "$cross_file"
|
||||||
|
|
||||||
# Explicitly set ccache path for cross compilers
|
# Explicitly set ccache path for cross compilers
|
||||||
sed -i "s|/usr/bin/\([^-]*\)-linux-gnu\([^-]*\)-g|/usr/lib/ccache/\\1-linux-gnu\\2-g|g" "$cross_file"
|
sed -i "s|/usr/bin/\([^-]*\)-linux-gnu\([^-]*\)-g|/usr/lib/ccache/\\1-linux-gnu\\2-g|g" "$cross_file"
|
||||||
|
if [ "$arch" = "i386" ]; then
|
||||||
|
# Work around a bug in debcrossgen that should be fixed in the next release
|
||||||
|
sed -i "s|cpu_family = 'i686'|cpu_family = 'x86'|g" "$cross_file"
|
||||||
|
fi
|
||||||
# Rely on qemu-user being configured in binfmt_misc on the host
|
# Rely on qemu-user being configured in binfmt_misc on the host
|
||||||
# shellcheck disable=SC1003 # how this sed doesn't seems to work for me locally
|
|
||||||
sed -i -e '/\[properties\]/a\' -e "needs_exe_wrapper = False" "$cross_file"
|
sed -i -e '/\[properties\]/a\' -e "needs_exe_wrapper = False" "$cross_file"
|
||||||
|
|
||||||
# Add a line for rustc, which meson env2mfile is missing.
|
# Add a line for rustc, which debcrossgen is missing.
|
||||||
cc=$(sed -n "s|^c\s*=\s*\[?'\(.*\)'\]?|\1|p" < "$cross_file")
|
cc=`sed -n 's|c = .\(.*\).|\1|p' < $cross_file`
|
||||||
|
|
||||||
if [[ "$arch" = "arm64" ]]; then
|
if [[ "$arch" = "arm64" ]]; then
|
||||||
rust_target=aarch64-unknown-linux-gnu
|
rust_target=aarch64-unknown-linux-gnu
|
||||||
elif [[ "$arch" = "armhf" ]]; then
|
elif [[ "$arch" = "armhf" ]]; then
|
||||||
@@ -27,8 +27,6 @@ elif [[ "$arch" = "s390x" ]]; then
|
|||||||
else
|
else
|
||||||
echo "Needs rustc target mapping"
|
echo "Needs rustc target mapping"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# shellcheck disable=SC1003 # how this sed doesn't seems to work for me locally
|
|
||||||
sed -i -e '/\[binaries\]/a\' -e "rust = ['rustc', '--target=$rust_target', '-C', 'linker=$cc']" "$cross_file"
|
sed -i -e '/\[binaries\]/a\' -e "rust = ['rustc', '--target=$rust_target', '-C', 'linker=$cc']" "$cross_file"
|
||||||
|
|
||||||
# Set up cmake cross compile toolchain file for dEQP builds
|
# Set up cmake cross compile toolchain file for dEQP builds
|
||||||
@@ -36,19 +34,18 @@ toolchain_file="/toolchain-$arch.cmake"
|
|||||||
if [[ "$arch" = "arm64" ]]; then
|
if [[ "$arch" = "arm64" ]]; then
|
||||||
GCC_ARCH="aarch64-linux-gnu"
|
GCC_ARCH="aarch64-linux-gnu"
|
||||||
DE_CPU="DE_CPU_ARM_64"
|
DE_CPU="DE_CPU_ARM_64"
|
||||||
|
CMAKE_ARCH=arm
|
||||||
elif [[ "$arch" = "armhf" ]]; then
|
elif [[ "$arch" = "armhf" ]]; then
|
||||||
GCC_ARCH="arm-linux-gnueabihf"
|
GCC_ARCH="arm-linux-gnueabihf"
|
||||||
DE_CPU="DE_CPU_ARM"
|
DE_CPU="DE_CPU_ARM"
|
||||||
|
CMAKE_ARCH=arm
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -n "$GCC_ARCH" ]]; then
|
if [[ -n "$GCC_ARCH" ]]; then
|
||||||
{
|
echo "set(CMAKE_SYSTEM_NAME Linux)" > "$toolchain_file"
|
||||||
echo "set(CMAKE_SYSTEM_NAME Linux)";
|
echo "set(CMAKE_SYSTEM_PROCESSOR arm)" >> "$toolchain_file"
|
||||||
echo "set(CMAKE_SYSTEM_PROCESSOR arm)";
|
echo "set(CMAKE_C_COMPILER /usr/lib/ccache/$GCC_ARCH-gcc)" >> "$toolchain_file"
|
||||||
echo "set(CMAKE_C_COMPILER /usr/lib/ccache/$GCC_ARCH-gcc)";
|
echo "set(CMAKE_CXX_COMPILER /usr/lib/ccache/$GCC_ARCH-g++)" >> "$toolchain_file"
|
||||||
echo "set(CMAKE_CXX_COMPILER /usr/lib/ccache/$GCC_ARCH-g++)";
|
echo "set(ENV{PKG_CONFIG} \"/usr/bin/$GCC_ARCH-pkg-config\")" >> "$toolchain_file"
|
||||||
echo "set(CMAKE_CXX_FLAGS_INIT \"-Wno-psabi\")"; # makes ABI warnings quiet for ARMv7
|
echo "set(DE_CPU $DE_CPU)" >> "$toolchain_file"
|
||||||
echo "set(ENV{PKG_CONFIG} \"/usr/bin/$GCC_ARCH-pkgconf\")";
|
|
||||||
echo "set(DE_CPU $DE_CPU)";
|
|
||||||
} > "$toolchain_file"
|
|
||||||
fi
|
fi
|
||||||
|
280
.gitlab-ci/container/create-rootfs.sh
Normal file
280
.gitlab-ci/container/create-rootfs.sh
Normal file
@@ -0,0 +1,280 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -ex
|
||||||
|
|
||||||
|
if [ $DEBIAN_ARCH = arm64 ]; then
|
||||||
|
ARCH_PACKAGES="firmware-qcom-media
|
||||||
|
firmware-linux-nonfree
|
||||||
|
libfontconfig1
|
||||||
|
libgl1
|
||||||
|
libglu1-mesa
|
||||||
|
libvulkan-dev
|
||||||
|
"
|
||||||
|
elif [ $DEBIAN_ARCH = amd64 ]; then
|
||||||
|
ARCH_PACKAGES="firmware-amd-graphics
|
||||||
|
inetutils-syslogd
|
||||||
|
iptables
|
||||||
|
libcap2
|
||||||
|
libelf1
|
||||||
|
libfdt1
|
||||||
|
libllvm11
|
||||||
|
libva2
|
||||||
|
libva-drm2
|
||||||
|
socat
|
||||||
|
spirv-tools
|
||||||
|
sysvinit-core
|
||||||
|
"
|
||||||
|
fi
|
||||||
|
|
||||||
|
INSTALL_CI_FAIRY_PACKAGES="git
|
||||||
|
python3-dev
|
||||||
|
python3-pip
|
||||||
|
python3-setuptools
|
||||||
|
python3-wheel
|
||||||
|
"
|
||||||
|
|
||||||
|
apt-get -y install --no-install-recommends \
|
||||||
|
$ARCH_PACKAGES \
|
||||||
|
$INSTALL_CI_FAIRY_PACKAGES \
|
||||||
|
$EXTRA_LOCAL_PACKAGES \
|
||||||
|
bash \
|
||||||
|
ca-certificates \
|
||||||
|
firmware-realtek \
|
||||||
|
initramfs-tools \
|
||||||
|
libasan6 \
|
||||||
|
libexpat1 \
|
||||||
|
libpng16-16 \
|
||||||
|
libpython3.9 \
|
||||||
|
libsensors5 \
|
||||||
|
libvulkan1 \
|
||||||
|
libwaffle-1-0 \
|
||||||
|
libx11-6 \
|
||||||
|
libx11-xcb1 \
|
||||||
|
libxcb-dri2-0 \
|
||||||
|
libxcb-dri3-0 \
|
||||||
|
libxcb-glx0 \
|
||||||
|
libxcb-present0 \
|
||||||
|
libxcb-randr0 \
|
||||||
|
libxcb-shm0 \
|
||||||
|
libxcb-sync1 \
|
||||||
|
libxcb-xfixes0 \
|
||||||
|
libxdamage1 \
|
||||||
|
libxext6 \
|
||||||
|
libxfixes3 \
|
||||||
|
libxkbcommon0 \
|
||||||
|
libxrender1 \
|
||||||
|
libxshmfence1 \
|
||||||
|
libxxf86vm1 \
|
||||||
|
netcat-openbsd \
|
||||||
|
python3 \
|
||||||
|
python3-lxml \
|
||||||
|
python3-mako \
|
||||||
|
python3-numpy \
|
||||||
|
python3-packaging \
|
||||||
|
python3-pil \
|
||||||
|
python3-renderdoc \
|
||||||
|
python3-requests \
|
||||||
|
python3-simplejson \
|
||||||
|
python3-yaml \
|
||||||
|
sntp \
|
||||||
|
strace \
|
||||||
|
waffle-utils \
|
||||||
|
wget \
|
||||||
|
xinit \
|
||||||
|
xserver-xorg-core
|
||||||
|
|
||||||
|
# Needed for ci-fairy, this revision is able to upload files to
|
||||||
|
# MinIO and doesn't depend on git
|
||||||
|
pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates@34f4ade99434043f88e164933f570301fd18b125
|
||||||
|
|
||||||
|
apt-get purge -y \
|
||||||
|
$INSTALL_CI_FAIRY_PACKAGES
|
||||||
|
|
||||||
|
passwd root -d
|
||||||
|
chsh -s /bin/sh
|
||||||
|
|
||||||
|
cat > /init <<EOF
|
||||||
|
#!/bin/sh
|
||||||
|
export PS1=lava-shell:
|
||||||
|
exec sh
|
||||||
|
EOF
|
||||||
|
chmod +x /init
|
||||||
|
|
||||||
|
#######################################################################
|
||||||
|
# Strip the image to a small minimal system without removing the debian
|
||||||
|
# toolchain.
|
||||||
|
|
||||||
|
# Copy timezone file and remove tzdata package
|
||||||
|
rm -rf /etc/localtime
|
||||||
|
cp /usr/share/zoneinfo/Etc/UTC /etc/localtime
|
||||||
|
|
||||||
|
UNNEEDED_PACKAGES="
|
||||||
|
libfdisk1
|
||||||
|
"
|
||||||
|
|
||||||
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
# Removing unused packages
|
||||||
|
for PACKAGE in ${UNNEEDED_PACKAGES}
|
||||||
|
do
|
||||||
|
echo ${PACKAGE}
|
||||||
|
if ! apt-get remove --purge --yes "${PACKAGE}"
|
||||||
|
then
|
||||||
|
echo "WARNING: ${PACKAGE} isn't installed"
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
|
apt-get autoremove --yes || true
|
||||||
|
|
||||||
|
# Dropping logs
|
||||||
|
rm -rf /var/log/*
|
||||||
|
|
||||||
|
# Dropping documentation, localization, i18n files, etc
|
||||||
|
rm -rf /usr/share/doc/*
|
||||||
|
rm -rf /usr/share/locale/*
|
||||||
|
rm -rf /usr/share/X11/locale/*
|
||||||
|
rm -rf /usr/share/man
|
||||||
|
rm -rf /usr/share/i18n/*
|
||||||
|
rm -rf /usr/share/info/*
|
||||||
|
rm -rf /usr/share/lintian/*
|
||||||
|
rm -rf /usr/share/common-licenses/*
|
||||||
|
rm -rf /usr/share/mime/*
|
||||||
|
|
||||||
|
# Dropping reportbug scripts
|
||||||
|
rm -rf /usr/share/bug
|
||||||
|
|
||||||
|
# Drop udev hwdb not required on a stripped system
|
||||||
|
rm -rf /lib/udev/hwdb.bin /lib/udev/hwdb.d/*
|
||||||
|
|
||||||
|
# Drop all gconv conversions && binaries
|
||||||
|
rm -rf usr/bin/iconv
|
||||||
|
rm -rf usr/sbin/iconvconfig
|
||||||
|
rm -rf usr/lib/*/gconv/
|
||||||
|
|
||||||
|
# Remove libusb database
|
||||||
|
rm -rf usr/sbin/update-usbids
|
||||||
|
rm -rf var/lib/usbutils/usb.ids
|
||||||
|
rm -rf usr/share/misc/usb.ids
|
||||||
|
|
||||||
|
rm -rf /root/.pip
|
||||||
|
|
||||||
|
#######################################################################
|
||||||
|
# Crush into a minimal production image to be deployed via some type of image
|
||||||
|
# updating system.
|
||||||
|
# IMPORTANT: The Debian system is not longer functional at this point,
|
||||||
|
# for example, apt and dpkg will stop working
|
||||||
|
|
||||||
|
UNNEEDED_PACKAGES="apt libapt-pkg6.0 "\
|
||||||
|
"ncurses-bin ncurses-base libncursesw6 libncurses6 "\
|
||||||
|
"perl-base "\
|
||||||
|
"debconf libdebconfclient0 "\
|
||||||
|
"e2fsprogs e2fslibs libfdisk1 "\
|
||||||
|
"insserv "\
|
||||||
|
"udev "\
|
||||||
|
"init-system-helpers "\
|
||||||
|
"cpio "\
|
||||||
|
"passwd "\
|
||||||
|
"libsemanage1 libsemanage-common "\
|
||||||
|
"libsepol1 "\
|
||||||
|
"gpgv "\
|
||||||
|
"hostname "\
|
||||||
|
"adduser "\
|
||||||
|
"debian-archive-keyring "\
|
||||||
|
"libegl1-mesa-dev "\
|
||||||
|
"libegl-mesa0 "\
|
||||||
|
"libgl1-mesa-dev "\
|
||||||
|
"libgl1-mesa-dri "\
|
||||||
|
"libglapi-mesa "\
|
||||||
|
"libgles2-mesa-dev "\
|
||||||
|
"libglx-mesa0 "\
|
||||||
|
"mesa-common-dev "\
|
||||||
|
|
||||||
|
# Removing unneeded packages
|
||||||
|
for PACKAGE in ${UNNEEDED_PACKAGES}
|
||||||
|
do
|
||||||
|
echo "Forcing removal of ${PACKAGE}"
|
||||||
|
if ! dpkg --purge --force-remove-essential --force-depends "${PACKAGE}"
|
||||||
|
then
|
||||||
|
echo "WARNING: ${PACKAGE} isn't installed"
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
|
# Show what's left package-wise before dropping dpkg itself
|
||||||
|
COLUMNS=300 dpkg-query -W --showformat='${Installed-Size;10}\t${Package}\n' | sort -k1,1n
|
||||||
|
|
||||||
|
# Drop dpkg
|
||||||
|
dpkg --purge --force-remove-essential --force-depends dpkg
|
||||||
|
|
||||||
|
# No apt or dpkg, no need for its configuration archives
|
||||||
|
rm -rf etc/apt
|
||||||
|
rm -rf etc/dpkg
|
||||||
|
|
||||||
|
# Drop directories not part of ostree
|
||||||
|
# Note that /var needs to exist as ostree bind mounts the deployment /var over
|
||||||
|
# it
|
||||||
|
rm -rf var/* opt srv share
|
||||||
|
|
||||||
|
# ca-certificates are in /etc drop the source
|
||||||
|
rm -rf usr/share/ca-certificates
|
||||||
|
|
||||||
|
# No need for completions
|
||||||
|
rm -rf usr/share/bash-completion
|
||||||
|
|
||||||
|
# No zsh, no need for comletions
|
||||||
|
rm -rf usr/share/zsh/vendor-completions
|
||||||
|
|
||||||
|
# drop gcc python helpers
|
||||||
|
rm -rf usr/share/gcc
|
||||||
|
|
||||||
|
# Drop sysvinit leftovers
|
||||||
|
rm -rf etc/init.d
|
||||||
|
rm -rf etc/rc[0-6S].d
|
||||||
|
|
||||||
|
# Drop upstart helpers
|
||||||
|
rm -rf etc/init
|
||||||
|
|
||||||
|
# Various xtables helpers
|
||||||
|
rm -rf usr/lib/xtables
|
||||||
|
|
||||||
|
# Drop all locales
|
||||||
|
# TODO: only remaining locale is actually "C". Should we really remove it?
|
||||||
|
rm -rf usr/lib/locale/*
|
||||||
|
|
||||||
|
# partition helpers
|
||||||
|
rm -rf usr/sbin/*fdisk
|
||||||
|
|
||||||
|
# local compiler
|
||||||
|
rm -rf usr/bin/localedef
|
||||||
|
|
||||||
|
# Systemd dns resolver
|
||||||
|
find usr etc -name '*systemd-resolve*' -prune -exec rm -r {} \;
|
||||||
|
|
||||||
|
# Systemd network configuration
|
||||||
|
find usr etc -name '*networkd*' -prune -exec rm -r {} \;
|
||||||
|
|
||||||
|
# systemd ntp client
|
||||||
|
find usr etc -name '*timesyncd*' -prune -exec rm -r {} \;
|
||||||
|
|
||||||
|
# systemd hw database manager
|
||||||
|
find usr etc -name '*systemd-hwdb*' -prune -exec rm -r {} \;
|
||||||
|
|
||||||
|
# No need for fuse
|
||||||
|
find usr etc -name '*fuse*' -prune -exec rm -r {} \;
|
||||||
|
|
||||||
|
# lsb init function leftovers
|
||||||
|
rm -rf usr/lib/lsb
|
||||||
|
|
||||||
|
# Only needed when adding libraries
|
||||||
|
rm -rf usr/sbin/ldconfig*
|
||||||
|
|
||||||
|
# Games, unused
|
||||||
|
rmdir usr/games
|
||||||
|
|
||||||
|
# Remove pam module to authenticate against a DB
|
||||||
|
# plus libdb-5.3.so that is only used by this pam module
|
||||||
|
rm -rf usr/lib/*/security/pam_userdb.so
|
||||||
|
rm -rf usr/lib/*/libdb-5.3.so
|
||||||
|
|
||||||
|
# remove NSS support for nis, nisplus and hesiod
|
||||||
|
rm -rf usr/lib/*/libnss_hesiod*
|
||||||
|
rm -rf usr/lib/*/libnss_nis*
|
@@ -1,69 +1,58 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
# shellcheck disable=SC2086 # we want word splitting
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
set -o xtrace
|
set -o xtrace
|
||||||
|
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
export LLVM_VERSION="${LLVM_VERSION:=15}"
|
|
||||||
|
|
||||||
# Ephemeral packages (installed for this script and removed again at the end)
|
# Ephemeral packages (installed for this script and removed again at the end)
|
||||||
EPHEMERAL=(
|
STABLE_EPHEMERAL=" \
|
||||||
)
|
"
|
||||||
|
|
||||||
DEPS=(
|
|
||||||
"crossbuild-essential-$arch"
|
|
||||||
"pkgconf:$arch"
|
|
||||||
"libasan8:$arch"
|
|
||||||
"libdrm-dev:$arch"
|
|
||||||
"libelf-dev:$arch"
|
|
||||||
"libexpat1-dev:$arch"
|
|
||||||
"libffi-dev:$arch"
|
|
||||||
"libpciaccess-dev:$arch"
|
|
||||||
"libstdc++6:$arch"
|
|
||||||
"libvulkan-dev:$arch"
|
|
||||||
"libx11-dev:$arch"
|
|
||||||
"libx11-xcb-dev:$arch"
|
|
||||||
"libxcb-dri2-0-dev:$arch"
|
|
||||||
"libxcb-dri3-dev:$arch"
|
|
||||||
"libxcb-glx0-dev:$arch"
|
|
||||||
"libxcb-present-dev:$arch"
|
|
||||||
"libxcb-randr0-dev:$arch"
|
|
||||||
"libxcb-shm0-dev:$arch"
|
|
||||||
"libxcb-xfixes0-dev:$arch"
|
|
||||||
"libxdamage-dev:$arch"
|
|
||||||
"libxext-dev:$arch"
|
|
||||||
"libxrandr-dev:$arch"
|
|
||||||
"libxshmfence-dev:$arch"
|
|
||||||
"libxxf86vm-dev:$arch"
|
|
||||||
"libwayland-dev:$arch"
|
|
||||||
)
|
|
||||||
|
|
||||||
dpkg --add-architecture $arch
|
dpkg --add-architecture $arch
|
||||||
|
|
||||||
echo "deb [trusted=yes] https://gitlab.freedesktop.org/gfx-ci/ci-deb-repo/-/raw/${PKG_REPO_REV}/ ${FDO_DISTRIBUTION_VERSION%-*} main" | tee /etc/apt/sources.list.d/gfx-ci_.list
|
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
|
|
||||||
apt-get install -y --no-remove "${DEPS[@]}" "${EPHEMERAL[@]}" \
|
apt-get install -y --no-remove \
|
||||||
$EXTRA_LOCAL_PACKAGES
|
$STABLE_EPHEMERAL \
|
||||||
|
crossbuild-essential-$arch \
|
||||||
|
libelf-dev:$arch \
|
||||||
|
libexpat1-dev:$arch \
|
||||||
|
libpciaccess-dev:$arch \
|
||||||
|
libstdc++6:$arch \
|
||||||
|
libvulkan-dev:$arch \
|
||||||
|
libx11-dev:$arch \
|
||||||
|
libx11-xcb-dev:$arch \
|
||||||
|
libxcb-dri2-0-dev:$arch \
|
||||||
|
libxcb-dri3-dev:$arch \
|
||||||
|
libxcb-glx0-dev:$arch \
|
||||||
|
libxcb-present-dev:$arch \
|
||||||
|
libxcb-randr0-dev:$arch \
|
||||||
|
libxcb-shm0-dev:$arch \
|
||||||
|
libxcb-xfixes0-dev:$arch \
|
||||||
|
libxdamage-dev:$arch \
|
||||||
|
libxext-dev:$arch \
|
||||||
|
libxrandr-dev:$arch \
|
||||||
|
libxshmfence-dev:$arch \
|
||||||
|
libxxf86vm-dev:$arch \
|
||||||
|
wget
|
||||||
|
|
||||||
if [[ $arch != "armhf" ]]; then
|
if [[ $arch != "armhf" ]]; then
|
||||||
# We don't need clang-format for the crossbuilds, but the installed amd64
|
if [[ $arch == "s390x" ]]; then
|
||||||
# package will conflict with libclang. Uninstall clang-format (and its
|
LLVM=9
|
||||||
# problematic dependency) to fix.
|
else
|
||||||
apt-get remove -y "clang-format-${LLVM_VERSION}" "libclang-cpp${LLVM_VERSION}" \
|
LLVM=11
|
||||||
"llvm-${LLVM_VERSION}-runtime" "llvm-${LLVM_VERSION}-linker-tools"
|
fi
|
||||||
|
|
||||||
# llvm-*-tools:$arch conflicts with python3:amd64. Install dependencies only
|
# llvm-*-tools:$arch conflicts with python3:amd64. Install dependencies only
|
||||||
# with apt-get, then force-install llvm-*-{dev,tools}:$arch with dpkg to get
|
# with apt-get, then force-install llvm-*-{dev,tools}:$arch with dpkg to get
|
||||||
# around this.
|
# around this.
|
||||||
apt-get install -y --no-remove --no-install-recommends \
|
apt-get install -y --no-remove \
|
||||||
"libclang-cpp${LLVM_VERSION}:$arch" \
|
libclang-cpp${LLVM}:$arch \
|
||||||
"libgcc-s1:$arch" \
|
libffi-dev:$arch \
|
||||||
"libtinfo-dev:$arch" \
|
libgcc-s1:$arch \
|
||||||
"libz3-dev:$arch" \
|
libtinfo-dev:$arch \
|
||||||
"llvm-${LLVM_VERSION}:$arch" \
|
libz3-dev:$arch \
|
||||||
|
llvm-${LLVM}:$arch \
|
||||||
zlib1g
|
zlib1g
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -74,19 +63,17 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
# dependencies where we want a specific version
|
# dependencies where we want a specific version
|
||||||
MULTIARCH_PATH=$(dpkg-architecture -A $arch -qDEB_TARGET_MULTIARCH)
|
EXTRA_MESON_ARGS="--cross-file=/cross_file-${arch}.txt -D libdir=lib/$(dpkg-architecture -A $arch -qDEB_TARGET_MULTIARCH)"
|
||||||
export EXTRA_MESON_ARGS="--cross-file=/cross_file-${arch}.txt -D libdir=lib/${MULTIARCH_PATH}"
|
. .gitlab-ci/container/build-libdrm.sh
|
||||||
. .gitlab-ci/container/build-wayland.sh
|
|
||||||
|
|
||||||
. .gitlab-ci/container/build-directx-headers.sh
|
apt-get purge -y \
|
||||||
|
$STABLE_EPHEMERAL
|
||||||
apt-get purge -y "${EPHEMERAL[@]}"
|
|
||||||
|
|
||||||
. .gitlab-ci/container/container_post_build.sh
|
. .gitlab-ci/container/container_post_build.sh
|
||||||
|
|
||||||
# This needs to be done after container_post_build.sh, or apt-get breaks in there
|
# This needs to be done after container_post_build.sh, or apt-get breaks in there
|
||||||
if [[ $arch != "armhf" ]]; then
|
if [[ $arch != "armhf" ]]; then
|
||||||
apt-get download llvm-"${LLVM_VERSION}"-{dev,tools}:"$arch"
|
apt-get download llvm-${LLVM}-{dev,tools}:$arch
|
||||||
dpkg -i --force-depends llvm-"${LLVM_VERSION}"-*_"${arch}".deb
|
dpkg -i --force-depends llvm-${LLVM}-*_${arch}.deb
|
||||||
rm llvm-"${LLVM_VERSION}"-*_"${arch}".deb
|
rm llvm-${LLVM}-*_${arch}.deb
|
||||||
fi
|
fi
|
||||||
|
@@ -1,53 +1,66 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
# shellcheck disable=SC2086 # we want word splitting
|
|
||||||
|
|
||||||
# When changing this file, you need to bump the following
|
|
||||||
# .gitlab-ci/image-tags.yml tags:
|
|
||||||
# DEBIAN_BUILD_TAG
|
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
EPHEMERAL=(
|
EPHEMERAL="\
|
||||||
autoconf
|
autoconf \
|
||||||
rdfind
|
rdfind \
|
||||||
unzip
|
unzip \
|
||||||
)
|
"
|
||||||
|
|
||||||
apt-get install -y --no-remove "${EPHEMERAL[@]}"
|
apt-get install -y --no-remove $EPHEMERAL
|
||||||
|
|
||||||
# Fetch the NDK and extract just the toolchain we want.
|
# Fetch the NDK and extract just the toolchain we want.
|
||||||
ndk=$ANDROID_NDK
|
ndk=android-ndk-r21d
|
||||||
curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
|
wget -O $ndk.zip https://dl.google.com/android/repository/$ndk-linux-x86_64.zip
|
||||||
-o $ndk.zip https://dl.google.com/android/repository/$ndk-linux.zip
|
|
||||||
unzip -d / $ndk.zip "$ndk/toolchains/llvm/*"
|
unzip -d / $ndk.zip "$ndk/toolchains/llvm/*"
|
||||||
rm $ndk.zip
|
rm $ndk.zip
|
||||||
# Since it was packed as a zip file, symlinks/hardlinks got turned into
|
# Since it was packed as a zip file, symlinks/hardlinks got turned into
|
||||||
# duplicate files. Turn them into hardlinks to save on container space.
|
# duplicate files. Turn them into hardlinks to save on container space.
|
||||||
rdfind -makehardlinks true -makeresultsfile false /${ndk}/
|
rdfind -makehardlinks true -makeresultsfile false /android-ndk-r21d/
|
||||||
# Drop some large tools we won't use in this build.
|
# Drop some large tools we won't use in this build.
|
||||||
find /${ndk}/ -type f \( -iname '*clang-check*' -o -iname '*clang-tidy*' -o -iname '*lldb*' \) -exec rm -f {} \;
|
find /android-ndk-r21d/ -type f | egrep -i "clang-check|clang-tidy|lldb" | xargs rm -f
|
||||||
|
|
||||||
sh .gitlab-ci/container/create-android-ndk-pc.sh /$ndk zlib.pc "" "-lz" "1.2.3" $ANDROID_SDK_VERSION
|
sh .gitlab-ci/container/create-android-ndk-pc.sh /$ndk zlib.pc "" "-lz" "1.2.3"
|
||||||
|
|
||||||
sh .gitlab-ci/container/create-android-cross-file.sh /$ndk x86_64-linux-android x86_64 x86_64 $ANDROID_SDK_VERSION
|
sh .gitlab-ci/container/create-android-cross-file.sh /$ndk x86_64-linux-android x86_64 x86_64
|
||||||
sh .gitlab-ci/container/create-android-cross-file.sh /$ndk i686-linux-android x86 x86 $ANDROID_SDK_VERSION
|
sh .gitlab-ci/container/create-android-cross-file.sh /$ndk i686-linux-android x86 x86
|
||||||
sh .gitlab-ci/container/create-android-cross-file.sh /$ndk aarch64-linux-android aarch64 armv8 $ANDROID_SDK_VERSION
|
sh .gitlab-ci/container/create-android-cross-file.sh /$ndk aarch64-linux-android arm armv8
|
||||||
sh .gitlab-ci/container/create-android-cross-file.sh /$ndk arm-linux-androideabi arm armv7hl $ANDROID_SDK_VERSION armv7a-linux-androideabi
|
sh .gitlab-ci/container/create-android-cross-file.sh /$ndk arm-linux-androideabi arm armv7hl armv7a-linux-androideabi
|
||||||
|
|
||||||
|
# Not using build-libdrm.sh because we don't want its cleanup after building
|
||||||
|
# each arch. Fetch and extract now.
|
||||||
|
export LIBDRM_VERSION=libdrm-2.4.110
|
||||||
|
wget https://dri.freedesktop.org/libdrm/$LIBDRM_VERSION.tar.xz
|
||||||
|
tar -xf $LIBDRM_VERSION.tar.xz && rm $LIBDRM_VERSION.tar.xz
|
||||||
|
|
||||||
for arch in \
|
for arch in \
|
||||||
x86_64-linux-android \
|
x86_64-linux-android \
|
||||||
i686-linux-android \
|
i686-linux-android \
|
||||||
aarch64-linux-android \
|
aarch64-linux-android \
|
||||||
arm-linux-androideabi ; do
|
arm-linux-androideabi ; do
|
||||||
EXTRA_MESON_ARGS="--cross-file=/cross_file-$arch.txt --libdir=lib/$arch -Dnouveau=disabled -Dintel=disabled" \
|
|
||||||
. .gitlab-ci/container/build-libdrm.sh
|
cd $LIBDRM_VERSION
|
||||||
|
rm -rf build-$arch
|
||||||
|
meson build-$arch \
|
||||||
|
--cross-file=/cross_file-$arch.txt \
|
||||||
|
--libdir=lib/$arch \
|
||||||
|
-Dlibkms=false \
|
||||||
|
-Dnouveau=false \
|
||||||
|
-Dvc4=false \
|
||||||
|
-Detnaviv=false \
|
||||||
|
-Dfreedreno=false \
|
||||||
|
-Dintel=false \
|
||||||
|
-Dcairo-tests=false \
|
||||||
|
-Dvalgrind=false
|
||||||
|
ninja -C build-$arch install
|
||||||
|
cd ..
|
||||||
done
|
done
|
||||||
|
|
||||||
rm -rf $LIBDRM_VERSION
|
rm -rf $LIBDRM_VERSION
|
||||||
|
|
||||||
export LIBELF_VERSION=libelf-0.8.13
|
export LIBELF_VERSION=libelf-0.8.13
|
||||||
curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
|
wget https://fossies.org/linux/misc/old/$LIBELF_VERSION.tar.gz
|
||||||
-O https://fossies.org/linux/misc/old/$LIBELF_VERSION.tar.gz
|
|
||||||
|
|
||||||
# Not 100% sure who runs the mirror above so be extra careful
|
# Not 100% sure who runs the mirror above so be extra careful
|
||||||
if ! echo "4136d7b4c04df68b686570afa26988ac ${LIBELF_VERSION}.tar.gz" | md5sum -c -; then
|
if ! echo "4136d7b4c04df68b686570afa26988ac ${LIBELF_VERSION}.tar.gz" | md5sum -c -; then
|
||||||
@@ -73,11 +86,11 @@ for arch in \
|
|||||||
ccarch=armv7a-linux-androideabi
|
ccarch=armv7a-linux-androideabi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export CC=/${ndk}/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ar
|
export CC=/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/${arch}-ar
|
||||||
export CC=/${ndk}/toolchains/llvm/prebuilt/linux-x86_64/bin/${ccarch}${ANDROID_SDK_VERSION}-clang
|
export CC=/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/${ccarch}29-clang
|
||||||
export CXX=/${ndk}/toolchains/llvm/prebuilt/linux-x86_64/bin/${ccarch}${ANDROID_SDK_VERSION}-clang++
|
export CXX=/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/${ccarch}29-clang++
|
||||||
export LD=/${ndk}/toolchains/llvm/prebuilt/linux-x86_64/bin/${arch}-ld
|
export LD=/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/${arch}-ld
|
||||||
export RANLIB=/${ndk}/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ranlib
|
export RANLIB=/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/${arch}-ranlib
|
||||||
|
|
||||||
# The configure script doesn't know about android, but doesn't really use the host anyway it
|
# The configure script doesn't know about android, but doesn't really use the host anyway it
|
||||||
# seems
|
# seems
|
||||||
@@ -90,4 +103,4 @@ done
|
|||||||
cd ..
|
cd ..
|
||||||
rm -rf $LIBELF_VERSION
|
rm -rf $LIBELF_VERSION
|
||||||
|
|
||||||
apt-get purge -y "${EPHEMERAL[@]}"
|
apt-get purge -y $EPHEMERAL
|
||||||
|
@@ -1,5 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
arch=armhf . .gitlab-ci/container/debian/arm_test.sh
|
|
@@ -1,90 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
# shellcheck disable=SC2086 # we want word splitting
|
|
||||||
|
|
||||||
set -e
|
|
||||||
set -o xtrace
|
|
||||||
|
|
||||||
export LLVM_VERSION="${LLVM_VERSION:=15}"
|
|
||||||
|
|
||||||
apt-get -y install ca-certificates
|
|
||||||
sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list.d/*
|
|
||||||
echo "deb [trusted=yes] https://gitlab.freedesktop.org/gfx-ci/ci-deb-repo/-/raw/${PKG_REPO_REV}/ ${FDO_DISTRIBUTION_VERSION%-*} main" | tee /etc/apt/sources.list.d/gfx-ci_.list
|
|
||||||
apt-get update
|
|
||||||
|
|
||||||
# Ephemeral packages (installed for this script and removed again at the end)
|
|
||||||
EPHEMERAL=(
|
|
||||||
libssl-dev
|
|
||||||
)
|
|
||||||
|
|
||||||
DEPS=(
|
|
||||||
apt-utils
|
|
||||||
android-libext4-utils
|
|
||||||
autoconf
|
|
||||||
automake
|
|
||||||
bc
|
|
||||||
bison
|
|
||||||
ccache
|
|
||||||
cmake
|
|
||||||
curl
|
|
||||||
fastboot
|
|
||||||
flatbuffers-compiler
|
|
||||||
flex
|
|
||||||
g++
|
|
||||||
git
|
|
||||||
glslang-tools
|
|
||||||
kmod
|
|
||||||
libasan8
|
|
||||||
libdrm-dev
|
|
||||||
libelf-dev
|
|
||||||
libexpat1-dev
|
|
||||||
libflatbuffers-dev
|
|
||||||
libvulkan-dev
|
|
||||||
libx11-dev
|
|
||||||
libx11-xcb-dev
|
|
||||||
libxcb-dri2-0-dev
|
|
||||||
libxcb-dri3-dev
|
|
||||||
libxcb-glx0-dev
|
|
||||||
libxcb-present-dev
|
|
||||||
libxcb-randr0-dev
|
|
||||||
libxcb-shm0-dev
|
|
||||||
libxcb-xfixes0-dev
|
|
||||||
libxdamage-dev
|
|
||||||
libxext-dev
|
|
||||||
libxrandr-dev
|
|
||||||
libxshmfence-dev
|
|
||||||
libxtensor-dev
|
|
||||||
libxxf86vm-dev
|
|
||||||
libwayland-dev
|
|
||||||
libwayland-egl-backend-dev
|
|
||||||
"llvm-${LLVM_VERSION}-dev"
|
|
||||||
ninja-build
|
|
||||||
meson
|
|
||||||
openssh-server
|
|
||||||
pkgconf
|
|
||||||
python3-mako
|
|
||||||
python3-pil
|
|
||||||
python3-pip
|
|
||||||
python3-requests
|
|
||||||
python3-setuptools
|
|
||||||
u-boot-tools
|
|
||||||
xz-utils
|
|
||||||
zlib1g-dev
|
|
||||||
zstd
|
|
||||||
)
|
|
||||||
|
|
||||||
apt-get -y install "${DEPS[@]}" "${EPHEMERAL[@]}"
|
|
||||||
|
|
||||||
pip3 install --break-system-packages git+http://gitlab.freedesktop.org/freedesktop/ci-templates@ffe4d1b10aab7534489f0c4bbc4c5899df17d3f2
|
|
||||||
|
|
||||||
arch=armhf
|
|
||||||
. .gitlab-ci/container/cross_build.sh
|
|
||||||
|
|
||||||
. .gitlab-ci/container/container_pre_build.sh
|
|
||||||
|
|
||||||
. .gitlab-ci/container/build-mold.sh
|
|
||||||
|
|
||||||
. .gitlab-ci/container/build-wayland.sh
|
|
||||||
|
|
||||||
apt-get purge -y "${EPHEMERAL[@]}"
|
|
||||||
|
|
||||||
. .gitlab-ci/container/container_post_build.sh
|
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user