Module: Mesa Branch: main Commit: a10bd6fcb0fedf6144e327525686dc59533fc74c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a10bd6fcb0fedf6144e327525686dc59533fc74c
Author: Eric Engestrom <[email protected]> Date: Tue Dec 12 12:58:17 2023 +0000 ci/b2c: fix indentation of comment and after_script: list Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26653> --- .gitlab-ci/test/gitlab-ci.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 468d3212dc6..e095178d55b 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -400,16 +400,15 @@ clang-format: env PYTHONUNBUFFERED=1 executorctl \ run -w b2c.yml.jinja2 -j $(slugify "$CI_JOB_NAME") -s ${JOB_FOLDER} -i "$CI_RUNNER_DESCRIPTION" - # Anything our job places in results/ will be collected by the - # Gitlab coordinator for status presentation. results/junit.xml - # will be parsed by the UI for more detailed explanations of - # test execution. - + # Anything our job places in results/ will be collected by the + # Gitlab coordinator for status presentation. results/junit.xml + # will be parsed by the UI for more detailed explanations of + # test execution. after_script: - # Keep the results path the same as baremetal and LAVA - - mkdir -p "${JOB_FOLDER}"/results - - mv "${JOB_FOLDER}"/results results/ - - !reference [default, after_script] + # Keep the results path the same as baremetal and LAVA + - mkdir -p "${JOB_FOLDER}"/results + - mv "${JOB_FOLDER}"/results results/ + - !reference [default, after_script] artifacts: when: always
