Home
last modified time | relevance | path

Searched full:gitlab (Results 1 – 25 of 528) sorted by relevance

12345678910>>...22

/third_party/mesa3d/
D.gitlab-ci.yml6 …wget -q -O download-git-cache.sh ${CI_PROJECT_URL}/-/raw/${CI_COMMIT_SHA}/.gitlab-ci/download-git-…
41 # Retry build or test jobs up to twice when the gitlab-runner itself fails somehow.
57 - local: '.gitlab-ci/image-tags.yml'
58 - local: '.gitlab-ci/lava/lava-gitlab-ci.yml'
59 - local: '.gitlab-ci/container/gitlab-ci.yml'
60 - local: '.gitlab-ci/build/gitlab-ci.yml'
61 - local: '.gitlab-ci/test/gitlab-ci.yml'
62 - local: '.gitlab-ci/test-source-dep.yml'
63 - local: 'src/amd/ci/gitlab-ci.yml'
64 - local: 'src/broadcom/ci/gitlab-ci.yml'
[all …]
/third_party/mesa3d/docs/ci/
Dindex.rst4 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 `Emma Anholt <https://gitlab.freedesktop.org/anholt>`__ (``anholt`` on
[all …]
Ddocker.rst5 VK-GL-CTS, on the shared GitLab runners provided by `freedesktop
12 .gitlab-ci/container/ when the FDO\_DISTRIBUTION\_TAG changes in
13 .gitlab-ci.yml. The resulting images are around 1 GB, and are
18 gitlab-runner is a client that polls gitlab.freedesktop.org for
21 with that tag marked in the GitLab UI.
50 The Mesa gitlab-runner based test architecture is built around Docker,
56 <https://gitlab.com/gitlab-org/gitlab-runner/issues/2980#note_169233611>`_).
65 By including your device in .gitlab-ci.yml, you're effectively letting
74 ``runners.docker`` section of /etc/gitlab-runner/config.toml.
Dbare-metal.rst4 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 Mesa often needs to update the kernel either for new
32 artifacts on GitLab, and so that we can download traces (too large for an
37 See `src/freedreno/ci/gitlab-ci.yml` for an example of fastboot on DB410c and
46 gitlab-runner mounts the runner's tftp directory specific to the board
56 the dnsmasq.conf.d in the google farm, with the gitlab-runner host we
77 See `src/freedreno/ci/gitlab-ci.yml` for an example of servo on cheza. Note
86 - x86-64 gitlab-runner machine with a mid-range CPU, and 3+ GB of SSD storage
[all …]
DLAVA.rst15 The gitlab-runner will run on some host that has access to the LAVA
18 gitlab-runner spawns a Docker container with lavacli in it, and
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
51 across ``gitlab.freedesktop.org``, and your runner isn't ready for
57 ``/etc/gitlab-runner/config.toml`` so it can access localhost. Create a
58 gitlab-runner user in your LAVA instance, log in under that user on
67 username: gitlab-runner
70 ``/etc/gitlab-runner/config.toml`` so that the Docker container can
[all …]
Dkernel.rst4 Occasionally, the Gitlab CI needs a Linux Kernel update to enable new kernel
6 Kernel uprevs in Gitlab CI are relatively simple, but prone to lots of
13 The Linux Kernel used in the Gitlab CI is stored at the following repository:
14 https://gitlab.freedesktop.org/gfx-ci/linux
21 please refer to `.gitlab-ci/container/gitlab-ci.yml` `KERNEL_URL` variable.
31 the script located at `.gitlab-ci/container/build-kernel.sh`.
47 | arm | .gitlab-ci/container/arm.config | arch/arm/configs/multi_v7_defconfig |
49 | arm64 | .gitlab-ci/container/arm64.config | arch/arm64/configs/defconfig |
51 | x86-64 | .gitlab-ci/container/x86_64.config | arch/x86/configs/x86_64_defconfig |
59 :code:`.gitlab-ci/container/gitlab-ci.yml` tag
[all …]
/third_party/mesa3d/.gitlab-ci/
Dprepare-artifacts.sh28 cp -Rp .gitlab-ci/bare-metal install/
29 cp -Rp .gitlab-ci/common install/
30 cp -Rp .gitlab-ci/piglit install/
31 cp -Rp .gitlab-ci/fossils.yml install/
32 cp -Rp .gitlab-ci/fossils install/
33 cp -Rp .gitlab-ci/fossilize-runner.sh install/
34 cp -Rp .gitlab-ci/crosvm-init.sh install/
35 cp -Rp .gitlab-ci/*.txt install/
36 cp -Rp .gitlab-ci/report-flakes.py install/
37 cp -Rp .gitlab-ci/valve install/
[all …]
/third_party/mesa3d/.gitlab-ci/container/debian/
Dx86_test-gl.sh80 . .gitlab-ci/container/container_pre_build.sh
84 . .gitlab-ci/container/build-libdrm.sh
88 . .gitlab-ci/container/build-wayland.sh
92 . .gitlab-ci/container/build-rust.sh
93 . .gitlab-ci/container/build-crosvm.sh
105 . .gitlab-ci/container/build-kernel.sh
109 . .gitlab-ci/container/build-libclc.sh
113 PIGLIT_OPTS="-DPIGLIT_BUILD_CL_TESTS=ON -DPIGLIT_BUILD_DMA_BUF_TESTS=ON" . .gitlab-ci/container/bui…
117 DEQP_TARGET=surfaceless . .gitlab-ci/container/build-deqp.sh
121 . .gitlab-ci/container/build-apitrace.sh
Dx86_test-vk.sh66 apt-key add .gitlab-ci/container/debian/winehq.gpg.key
140 . .gitlab-ci/container/install-wine-apitrace.sh
151 . .gitlab-ci/container/container_pre_build.sh
155 . .gitlab-ci/container/build-libdrm.sh
159 . .gitlab-ci/container/build-wayland.sh
163 . .gitlab-ci/container/build-hang-detection.sh
167 PIGLIT_BUILD_TARGETS="piglit_replayer" . .gitlab-ci/container/build-piglit.sh
171 . .gitlab-ci/container/build-fossilize.sh
175 . .gitlab-ci/container/build-deqp.sh
179 . .gitlab-ci/container/build-apitrace.sh
[all …]
Darm_build.sh63 pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates@ffe4d1b10aab7534489f0c4bbc4…
66 . .gitlab-ci/container/cross_build.sh
68 . .gitlab-ci/container/container_pre_build.sh
72 . .gitlab-ci/container/build-libdrm.sh
74 . .gitlab-ci/container/container_post_build.sh
Dx86_build.sh54 . .gitlab-ci/container/container_pre_build.sh
66 . .gitlab-ci/container/build-libdrm.sh
68 . .gitlab-ci/container/build-wayland.sh
71 git clone https://gitlab.freedesktop.org/mesa/shader-db.git --depth 1
93 . .gitlab-ci/container/container_post_build.sh
/third_party/libinput/doc/user/
Dcontributing.rst42 <https://gitlab.freedesktop.org/libinput/libinput/issues>`_. It's usually the
51 tag in our `issue tracker <https://gitlab.freedesktop.org/libinput/libinput/issues?label_name%5B%5D…
70 $> git clone https://gitlab.freedesktop.org/libinput/libinput
158 Any patches should be sent via a Merge Request (see the `GitLab docs
159 <https://docs.gitlab.com/ce/gitlab-basics/add-merge-request.htm>`_)
160 in the `libinput GitLab instance hosted by freedesktop.org
161 <https://gitlab.freedesktop.org/libinput/libinput>`_.
167 - `Register an account <https://gitlab.freedesktop.org/users/sign_in>`_ in
168 the freedesktop.org GitLab instance.
169 - `Fork libinput <https://gitlab.freedesktop.org/libinput/libinput/-/forks/new>`_
[all …]
/third_party/mesa3d/.gitlab-ci/piglit/
Drun_cl.sh21 # If the job is parallel at the gitlab job level, will take the corresponding
48 mkdir -p .gitlab-ci/piglit
50 | tee ".gitlab-ci/piglit/$PIGLIT_RESULTS.txt.orig" \
54 > .gitlab-ci/piglit/$PIGLIT_RESULTS.txt
59 cat .gitlab-ci/piglit/$PIGLIT_RESULTS.txt.orig | sed '/^summary:/Q' | rev \
62 > .gitlab-ci/piglit/$PIGLIT_RESULTS.txt.baseline || true
64 cp $ROOTDIR/install/$PIGLIT_RESULTS.txt .gitlab-ci/piglit/$PIGLIT_RESULTS.txt.baseline
67 if diff -q .gitlab-ci/piglit/$PIGLIT_RESULTS.txt{.baseline,}; then
74 diff -u .gitlab-ci/piglit/$PIGLIT_RESULTS.txt{.baseline,}
/third_party/mesa3d/.gitlab-ci/container/
Dlava_build.sh20 . .gitlab-ci/container/container_pre_build.sh
23 . .gitlab-ci/container/build-rust.sh
51 . .gitlab-ci/container/create-cross-file.sh armhf
140 . .gitlab-ci/container/build-apitrace.sh
147 . .gitlab-ci/container/build-deqp-runner.sh
153 DEQP_TARGET=surfaceless . .gitlab-ci/container/build-deqp.sh
161 . .gitlab-ci/container/build-skqp.sh
166 PIGLIT_OPTS="-DPIGLIT_BUILD_DMA_BUF_TESTS=ON" . .gitlab-ci/container/build-piglit.sh
171 . .gitlab-ci/container/build-va-tools.sh
177 . .gitlab-ci/container/build-crosvm.sh
[all …]
/third_party/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml55 - .gitlab-ci/meson/build.sh
64 - .gitlab-ci/meson/build.sh
89 - .gitlab-ci/lava/lava-pytest.sh
90 - .gitlab-ci/meson/build.sh
91 - .gitlab-ci/prepare-artifacts.sh
145 - .gitlab-ci/meson/build.sh
146 - .gitlab-ci/prepare-artifacts.sh
174 - .gitlab-ci/meson/build.sh
175 - .gitlab-ci/run-shader-db.sh
208 - .gitlab-ci/meson/build.sh
[all …]
/third_party/mesa3d/.gitlab-ci/bin/
Dci_run_n_monitor.py24 import gitlab
65 """Finds a specified gitlab project for given user"""
72 """await until pipeline appears in Gitlab"""
203 """Cancel GitLab job"""
210 """Cancel unwanted GitLab jobs"""
225 # GitLab's REST API doesn't offer pagination for logs, so we have to refetch it all
253 help="force GitLab token, otherwise it's read from ~/.config/gitlab-token",
266 open(os.path.expanduser("~/.config/gitlab-token"), encoding="utf-8")
280 gl = gitlab.Gitlab(url="https://gitlab.freedesktop.org", private_token=token)
/third_party/mesa3d/docs/
Drepository.rst15 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
/third_party/mesa3d/.gitlab-ci/bare-metal/
Dpoe-powered.sh12 echo "Must set BM_SERIAL in your gitlab-runner config.toml [[runners]] environment"
18 echo "Must set BM_POE_ADDRESS in your gitlab-runner config.toml [[runners]] environment"
24 echo "Must set BM_POE_INTERFACE in your gitlab-runner config.toml [[runners]] environment"
30 echo "Must set BM_POWERUP in your gitlab-runner config.toml [[runners]] environment"
36 echo "Must set BM_POWERDOWN in your gitlab-runner config.toml [[runners]] environment"
42 echo "NFS rootfs directory needs to be mounted at /nfs by the gitlab runner"
47 echo "TFTP directory for this board needs to be mounted at /tftp by the gitlab runner"
145 # Bring artifacts back from the NFS dir to the build dir where gitlab-runner
/third_party/libinput/
DREADME.md29 https://gitlab.freedesktop.org/libinput/libinput
40 Bugs can be filed on freedesktop.org GitLab:
41 https://gitlab.freedesktop.org/libinput/libinput/issues/
63 - A commandline debugging tool: https://gitlab.freedesktop.org/libinput/libinput/tree/main/tools/li…
64 - A GTK application that draws cursor/touch/tablet positions: https://gitlab.freedesktop.org/libinp…
78 See the [COPYING](https://gitlab.freedesktop.org/libinput/libinput/tree/main/COPYING)
84 Documentation generated from git commit [__GIT_VERSION__](https://gitlab.freedesktop.org/libinput/l…
/third_party/libevdev/
DREADME.md8 https://gitlab.freedesktop.org/libevdev/libevdev.git
13 File bugs in the freedesktop.org GitLab instance:
14 https://gitlab.freedesktop.org/libevdev/libevdev/issues/
16 Patches should be submitted as merge requests in the GitLab instance:
17 https://gitlab.freedesktop.org/libevdev/libevdev/merge_requests/
/third_party/mesa3d/docs/relnotes/
D19.1.8.rst40 #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
D20.1.3.rst123 - 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
/third_party/mesa3d/.gitlab-ci/container/fedora/
Dx86_build.sh73 . .gitlab-ci/container/container_pre_build.sh
86 . .gitlab-ci/container/build-libdrm.sh
88 . .gitlab-ci/container/build-wayland.sh
91 git clone https://gitlab.freedesktop.org/mesa/shader-db.git --depth 1
102 . .gitlab-ci/container/container_post_build.sh
/third_party/glib/
DCONTRIBUTING.md121 The [GLib project uses GitLab](https://gitlab.gnome.org/GNOME/glib/) for code
122 hosting and for tracking issues. More information about using GitLab can be
123 found [on the GNOME wiki](https://wiki.gnome.org/GitLab).
127 You should start by forking the GLib repository from the GitLab web UI, and
131 $ git clone https://gitlab.gnome.org/yourusername/glib.git
139 $ git clone git@gitlab.gnome.org:GNOME/glib.git
233 [GitLab syntax](https://docs.gitlab.com/ce/user/project/issues/automatic_issue_closing.html)
240 Closes: https://gitlab.gnome.org/GNOME/glib/issues/1234
/third_party/mesa3d/.gitlab-ci/vkd3d-proton/
Drun.sh77 mkdir -p .gitlab-ci/vkd3d-proton
82 ".gitlab-ci/vkd3d-proton/$VKD3D_PROTON_RESULTS.txt.baseline"
84 touch ".gitlab-ci/vkd3d-proton/$VKD3D_PROTON_RESULTS.txt.baseline"
87 if diff -q ".gitlab-ci/vkd3d-proton/$VKD3D_PROTON_RESULTS.txt.baseline" "$RESULTSFILE"; then
93 quiet diff --color=always -u ".gitlab-ci/vkd3d-proton/$VKD3D_PROTON_RESULTS.txt.baseline" "$RESULTS…

12345678910>>...22