Searched full:gitlab (Results 1 – 25 of 441) sorted by relevance
12345678910>>...18
/external/mesa3d/.gitlab-ci/ |
D | prepare-artifacts.sh | 26 cp -Rp .gitlab-ci/bare-metal install/ 27 cp -Rp .gitlab-ci/deqp* install/ 28 cp -Rp .gitlab-ci/piglit install/ 29 cp -Rp .gitlab-ci/traces*.yml install/ 30 cp -Rp .gitlab-ci/tracie install/ 31 cp -Rp .gitlab-ci/tracie-runner-gl.sh install/ 32 cp -Rp .gitlab-ci/tracie-runner-vk.sh install/ 33 cp -Rp .gitlab-ci/fossils.yml install/ 34 cp -Rp .gitlab-ci/fossils install/ 35 cp -Rp .gitlab-ci/fossilize-runner.sh install/ [all …]
|
D | test-source-dep.yml | 9 - .gitlab-ci.yml 10 - .gitlab-ci/**/* 86 - .gitlab-ci.yml 87 - .gitlab-ci/**/* 116 # Note: when https://gitlab.com/gitlab-org/gitlab/-/issues/198688
|
/external/mesa3d/docs/ci/ |
D | index.rst | 4 GitLab CI 7 GitLab provides a convenient framework for running commands in response to Git pushes. 23 if the GitLab runners are overwhelmed, which happens sometimes. When it does happen, 30 If you're interested in the details, the main configuration file is ``.gitlab-ci.yml``, 31 and it references a number of other files in ``.gitlab-ci/``. 33 If the GitLab CI doesn't seem to be running on your fork (or MRs, as they run 36 empty (or set to the default ``.gitlab-ci.yml``), and that the 39 If you're having issues with the GitLab CI, your best bet is to ask 41 <https://gitlab.freedesktop.org/daniels>`__ (``daniels`` on IRC) or 42 `Eric Anholt <https://gitlab.freedesktop.org/anholt>`__ (``anholt`` on [all …]
|
D | docker.rst | 5 VK-GL-CTS, on the shared GitLab runners provided by `freedesktop 12 when DEBIAN\_TAG is changed in .gitlab-ci.yml, and 14 .gitlab-ci.yml. The resulting images are around 500MB, and are 19 gitlab-runner is a client that polls gitlab.freedesktop.org for 22 with that tag marked in the GitLab UI. 51 The Mesa gitlab-runner based test architecture is built around Docker, 57 <https://gitlab.com/gitlab-org/gitlab-runner/issues/2980#note_169233611>`_). 66 By including your device in .gitlab-ci.yml, you're effectively letting 75 ``runners.docker`` section of /etc/gitlab-runner/config.toml.
|
D | LAVA.rst | 15 The gitlab-runner will run on some host that has access to the LAVA 17 jobs for the hardware that the LAVA lab contains. The gitlab-runner 34 The device type in lava-gitlab-ci.yml is the device type you create in 47 to connect Mesa CI to it. Install gitlab-runner and register as a 48 shared runner (you'll need a GitLab admin for help with this). The 55 gitlab-runner is x86, then you'll need to install qemu-user-static and 61 ``/etc/gitlab-runner/config.toml`` so it can access localhost. Create a 62 gitlab-runner user in your LAVA instance, log in under that user on 71 username: gitlab-runner 74 ``/etc/gitlab-runner/config.toml`` so that the Docker container can [all …]
|
D | bare-metal.rst | 4 The bare-metal scripts run on a system with gitlab-runner and Docker, 18 This testing requires power control of the DUTs by the gitlab-runner 22 We require access to the console output from the gitlab-runner system, 28 gitlab-runner system, since the initramfs is what contains the Mesa 32 results to artifacts on GitLab. 40 gitlab-runner mounts the runner's tftp directory specific to the board 50 the dnsmasq.conf.d in the google farm, with the gitlab-runner host we 74 Each board will be registered in fd.o GitLab. You'll want something 79 sudo gitlab-runner register \ 80 --url https://gitlab.freedesktop.org \ [all …]
|
/external/mesa3d/.gitlab-ci/container/ |
D | x86_test-gl.sh | 50 . .gitlab-ci/container/container_pre_build.sh 55 . .gitlab-ci/build-spirv-tools.sh 59 . .gitlab-ci/build-libclc.sh 63 . .gitlab-ci/build-virglrenderer.sh 67 INCLUDE_OPENCL_TESTS=1 . .gitlab-ci/build-piglit.sh 70 . .gitlab-ci/build-rust.sh 71 . .gitlab-ci/build-deqp-runner.sh 76 DEQP_TARGET=surfaceless . .gitlab-ci/build-deqp.sh 80 . .gitlab-ci/build-apitrace.sh 84 . .gitlab-ci/build-renderdoc.sh [all …]
|
D | arm_build.sh | 42 pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates@6f5af7e5574509726c79109e3c1… 48 . .gitlab-ci/container/cross_build.sh 50 . .gitlab-ci/container/container_pre_build.sh 54 . .gitlab-ci/build-libdrm.sh 56 . .gitlab-ci/container/container_post_build.sh
|
D | x86_test-vk.sh | 108 . .gitlab-ci/container/container_pre_build.sh 111 . .gitlab-ci/build-rust.sh 112 . .gitlab-ci/build-deqp-runner.sh 117 . .gitlab-ci/build-fossilize.sh 120 . .gitlab-ci/build-deqp.sh 124 . .gitlab-ci/build-gfxreconstruct.sh 128 . .gitlab-ci/build-vulkantools.sh
|
D | lava_build.sh | 18 . .gitlab-ci/container/container_pre_build.sh 21 . .gitlab-ci/build-rust.sh 35 . .gitlab-ci/create-cross-file.sh armhf 102 . .gitlab-ci/build-deqp-runner.sh 109 DEQP_TARGET=surfaceless . .gitlab-ci/build-deqp.sh 115 . .gitlab-ci/build-apitrace.sh 127 . .gitlab-ci/build-renderdoc.sh 135 . .gitlab-ci/build-libdrm.sh 164 ./scripts/kconfig/merge_config.sh ${DEFCONFIG} ../.gitlab-ci/${KERNEL_ARCH}.config 208 cp .gitlab-ci/create-rootfs.sh /lava-files/rootfs-${DEBIAN_ARCH}/. [all …]
|
D | android_build.sh | 23 sh .gitlab-ci/create-android-ndk-pc.sh /$ndk zlib.pc "" "-lz" "1.2.3" 25 sh .gitlab-ci/create-android-cross-file.sh /$ndk x86_64-linux-android x86_64 x86_64 26 sh .gitlab-ci/create-android-cross-file.sh /$ndk i686-linux-android x86 x86 27 sh .gitlab-ci/create-android-cross-file.sh /$ndk aarch64-linux-android arm armv8 28 sh .gitlab-ci/create-android-cross-file.sh /$ndk arm-linux-androideabi arm armv7hl armv7a-linux-and…
|
D | x86_build.sh | 41 . .gitlab-ci/container/container_pre_build.sh 81 . .gitlab-ci/build-libdrm.sh 98 wget https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v$GLVND_VERSION/libglvnd-v$GLVND_VERSI… 103 . .gitlab-ci/build-spirv-tools.sh 113 git clone https://gitlab.freedesktop.org/mesa/shader-db.git --depth 1 125 . .gitlab-ci/container/container_post_build.sh
|
D | cross_build.sh | 35 . .gitlab-ci/create-cross-file.sh $arch 38 . .gitlab-ci/container/container_pre_build.sh 43 . .gitlab-ci/build-libdrm.sh 48 . .gitlab-ci/container/container_post_build.sh
|
/external/mesa3d/docs/ |
D | repository.rst | 15 repository <https://gitlab.freedesktop.org/mesa/mesa>`__ and the `Mesa 17 repository <https://gitlab.freedesktop.org/mesa/demos>`__. 31 git clone https://gitlab.freedesktop.org/mesa/mesa.git 43 git clone https://gitlab.freedesktop.org/mesa/demos.git 50 If you wish to become a Mesa developer with GitLab merge privilege, 59 - Use `GitLab <https://gitlab.freedesktop.org/>`__ to create your 70 Pushing code to your GitLab account via HTTPS 76 tokens <https://gitlab.freedesktop.org/profile/personal_access_tokens>`__ 82 … git remote set-url --push origin https://USER:TOKEN@gitlab.freedesktop.org/your~user~name/mesa.git
|
D | submittingpatches.rst | 55 - If a patch addresses an issue in GitLab, use the Closes: tag For 60 Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/1 180 `GitLab <https://gitlab.freedesktop.org/mesa/mesa>`__ Merge Request. 217 GitLab 226 To participate in code review, you can monitor the GitLab Mesa `Merge 227 Requests <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests>`__ 228 page, and/or register for notifications in your GitLab settings. 257 When providing a Reviewed-by, Acked-by, or Tested-by tag in a GitLab MR, 264 This is the markdown format for literal, and will prevent GitLab from 283 branch on GitLab. [all …]
|
/external/mesa3d/ |
D | .gitlab-ci.yml | 5 …/usr/bin/wget -q -O- ${CI_PROJECT_URL}/-/raw/${CI_COMMIT_SHA}/.gitlab-ci/download-git-cache.sh | s… 15 - local: '.gitlab-ci/lava-gitlab-ci.yml' 16 - local: '.gitlab-ci/test-source-dep.yml' 94 - .gitlab-ci.yml 132 # GitLab CI 133 - .gitlab-ci.yml 134 - .gitlab-ci/**/* 181 # https://gitlab.com/gitlab-org/gitlab-ce/commit/8788fb925706cad594adf6917a6c5f6587dd1521 211 - .gitlab-ci.yml 212 - .gitlab-ci/**/* [all …]
|
/external/OpenCL-CTS/ |
D | readme-spir-v-binaries.txt | 4 package. If you are using conformance tests from gitlab repositories then the 14 Repository: https://gitlab.khronos.org/opencl/SPIRV-LLVM 21 Repository: https://gitlab.khronos.org/opencl/clang 28 Repository: https://gitlab.khronos.org/opencl/libclcxx 35 Repository: https://gitlab.khronos.org/opencl/headers 40 Repository: https://gitlab.khronos.org/opencl/icd
|
/external/wayland/ |
D | CONTRIBUTING.md | 8 [GitLab merge requests](https://docs.gitlab.com/ce/gitlab-basics/add-merge-request.html). 10 [hosted on freedesktop.org's GitLab](https://gitlab.freedesktop.org/wayland/wayland/): 11 in order to submit code, you should create an account on this GitLab instance, 19 patches sent to the list, but please send all new patches through GitLab merge 26 Unlike many projects using GitHub and GitLab, Wayland has a 95 Once submitted to GitLab, your patches will be reviewed by the Wayland 96 development team on GitLab. Review may be entirely positive and result in your 117 GitLab. This will update the merge request and notify everyone subscribed to 121 [many GitLab CLI clients](https://about.gitlab.com/applications/#cli-clients), 251 with code comments and filed Gitlab issues for the remaining bugs. [all …]
|
/external/mesa3d/docs/relnotes/ |
D | 19.1.8.rst | 40 #121 <https://gitlab.freedesktop.org/mesa/mesa/-/issues/121>`__ - 43 #795 <https://gitlab.freedesktop.org/mesa/mesa/-/issues/795>`__ - 46 #939 <https://gitlab.freedesktop.org/mesa/mesa/-/issues/939>`__ - 49 #944 <https://gitlab.freedesktop.org/mesa/mesa/-/issues/944>`__ - 52 #1838 <https://gitlab.freedesktop.org/mesa/mesa/-/issues/1838>`__ - 55 #1844 <https://gitlab.freedesktop.org/mesa/mesa/-/issues/1844>`__ - 58 #1869 <https://gitlab.freedesktop.org/mesa/mesa/-/issues/1869>`__ - X 61 #1872 <https://gitlab.freedesktop.org/mesa/mesa/-/issues/1872>`__ - 65 #1878 <https://gitlab.freedesktop.org/mesa/mesa/-/issues/1878>`__ - 74 - docs: Update bug report URLs for the gitlab migration
|
D | 20.1.3.rst | 123 - gitlab-ci: exclude scripts that don't affect the build 181 - gitlab-ci: Use YAML anchor for llvmpipe paths in virgl rules 182 - gitlab-ci: Move down container_pre_build.sh invocation in 184 - gitlab-ci: Add Debian testing repository for x86_build image 185 - gitlab-ci: Install WINE from Debian testing 186 - gitlab-ci: Move lib{drm,pciaccess}-dev cross packages out of loop 187 - gitlab-ci: Install g++-mingw-w64-x86-64-win32 instead of mingw-w64 188 - gitlab-ci: Enable -Werror in \`meson-s390x\` job 189 - gitlab-ci: Also list arm/x86_build in needs: of test jobs
|
/external/mesa3d/.gitlab-ci/piglit/ |
D | run_cl.sh | 26 mkdir -p .gitlab-ci/piglit 27 cp $OLDPWD/install/piglit/$PIGLIT_RESULTS.txt .gitlab-ci/piglit/$PIGLIT_RESULTS.txt.baseline 28 ./piglit summary console $OLDPWD/results | head -n -1 | grep -v ": pass" >.gitlab-ci/piglit/$PIGLIT… 30 if diff -q .gitlab-ci/piglit/$PIGLIT_RESULTS.txt{.baseline,}; then 37 diff -u .gitlab-ci/piglit/$PIGLIT_RESULTS.txt{.baseline,}
|
D | run.sh | 24 mkdir -p .gitlab-ci/piglit 25 cp $OLDPWD/install/piglit/$PIGLIT_RESULTS.txt .gitlab-ci/piglit/$PIGLIT_RESULTS.txt.baseline 26 ./piglit summary console $OLDPWD/results | head -n -1 | grep -v ": pass" >.gitlab-ci/piglit/$PIGLIT… 28 if diff -q .gitlab-ci/piglit/$PIGLIT_RESULTS.txt{.baseline,}; then 35 diff -u .gitlab-ci/piglit/$PIGLIT_RESULTS.txt{.baseline,}
|
/external/igt-gpu-tools/ |
D | .gitlab-ci.yml | 222 - .gitlab-ci.yml 229 - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY 241 - .gitlab-ci.yml 248 - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY 258 - .gitlab-ci.yml 265 - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY 275 - .gitlab-ci.yml 282 - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY 292 - .gitlab-ci.yml 299 - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
|
/external/virglrenderer/docs/ |
D | CI-notes.txt | 5 In order to set-up the CI in a fork, the location of the gitlab-ci.yml file 6 needs to be provide to gitlab. 8 change `gitlab-ci.yml` to `ci/gitlab-ci.yml`.
|
/external/mesa3d/.gitlab-ci/bare-metal/ |
D | cros-servo.sh | 11 echo "Must set BM_SERIAL in your gitlab-runner config.toml [[runners]] environment" 17 echo "Must set BM_SERIAL in your gitlab-runner config.toml [[runners]] environment" 23 echo "NFS rootfs directory needs to be mounted at /nfs by the gitlab runner" 28 echo "TFTP directory for this board needs to be mounted at /tftp by the gitlab runner" 96 # Bring artifacts back from the NFS dir to the build dir where gitlab-runner
|
12345678910>>...18