mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-22 09:40:40 +02:00
zink/ci: run only the relevant jobs when changing the ci expectations
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26258>
This commit is contained in:
parent
428ca69ba9
commit
5bdb42b1a2
2 changed files with 12 additions and 2 deletions
|
|
@ -132,6 +132,9 @@ if [ -n "$VK_DRIVER" ] && [ -z "$DEQP_SUITE" ]; then
|
|||
fi
|
||||
|
||||
# Set the path to VK validation layer settings (in case it ends up getting loaded)
|
||||
# Note: If you change the format of this filename, look through the rest of the
|
||||
# tree for other places that need to be kept in sync (e.g.
|
||||
# src/gallium/drivers/zink/ci/gitlab-ci-inc.yml)
|
||||
export VK_LAYER_SETTINGS_PATH=$INSTALL/$GPU_VERSION-validation-settings.txt
|
||||
|
||||
report_load() {
|
||||
|
|
@ -186,7 +189,7 @@ else
|
|||
# If you change the format of the suite toml filenames or the
|
||||
# $GPU_VERSION-{fails,flakes,skips}.txt filenames, look through the rest
|
||||
# of the tree for other places that need to be kept in sync (e.g.
|
||||
# src/amd/ci/gitlab-ci-inc.yml)
|
||||
# src/**/ci/gitlab-ci*.yml)
|
||||
deqp-runner \
|
||||
suite \
|
||||
--suite $INSTALL/deqp-$DEQP_SUITE.toml \
|
||||
|
|
|
|||
|
|
@ -5,7 +5,14 @@
|
|||
- changes: &zink_files_list
|
||||
- src/gallium/drivers/zink/*
|
||||
- src/gallium/drivers/zink/nir_to_spirv/*
|
||||
- src/gallium/drivers/zink/ci/*
|
||||
- src/gallium/drivers/zink/ci/gitlab-ci.yml
|
||||
- src/gallium/drivers/zink/ci/gitlab-ci-inc.yml
|
||||
- src/gallium/drivers/zink/ci/deqp-$DEQP_SUITE.toml
|
||||
- src/gallium/drivers/zink/ci/$GPU_VERSION-fails.txt
|
||||
- src/gallium/drivers/zink/ci/$GPU_VERSION-flakes.txt
|
||||
- src/gallium/drivers/zink/ci/$GPU_VERSION-skips.txt
|
||||
- src/gallium/drivers/zink/ci/$GPU_VERSION-validation-settings.txt
|
||||
- src/gallium/drivers/zink/ci/$PIGLIT_TRACES_FILE
|
||||
when: on_success
|
||||
|
||||
.zink-common-manual-rules:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue