[Debian-salsa-ci] Call for testing and feedback for Salsa CI Dashboard prototype
Aayush Raj
meet44yu5h at gmail.com
Wed Aug 6 18:38:44 BST 2025
Hi everyone,
*Since the dashboard is still in active development, it’s much easier to
iterate and add new features now rather than later.* So it would be awesome
if you could share any rough ideas, expectations, or feedback you have! :D
You can leave your thoughts at either of these links:
- https://salsa.debian.org/44yu5h/ci-dashboard/-/issues/1
- https://salsa.debian.org/salsa-ci-team/pipeline/-/issues/413
Thanks so much!
On Wed, 6 Aug 2025 at 22:19, Otto Kekäläinen <otto at debian.org> wrote:
> Hi!
>
> I didn't see any responses to this email nor new comments at
> https://salsa.debian.org/salsa-ci-team/pipeline/-/issues/413 since I
> sent this, so I wanted to remind you that feedback is welcome!
>
> On Tue, 15 Jul 2025 at 06:10, Otto Kekäläinen <otto at debian.org> wrote:
> >
> > Hi all!
> >
> > Aayush has now the first live version of the dashboard prototype running
> at
> > https://44yu5h.pages.debian.net/ci-dashboard/
> >
> > Further information including link to source code can be found at
> > https://salsa.debian.org/salsa-ci-team/pipeline/-/issues/413
> >
> >
> > To help us test this and collect test data, please add this snippet to
> > some of your smaller packages in debian/salsa-ci.yml:
> >
> > # Add new "before_script" section to the very first Salsa CI job to
> submit stats
> > extract-source:
> > stage: provisioning
> > before_script:
> > - |
> > apt-get update && apt-get install -y curl
> > if [ "$CI_PROJECT_VISIBILITY" = 'public' ]; then
> > IDENTIFIERS="{\"id\":$CI_PIPELINE_ID,
> > \"project_id\":$CI_PROJECT_ID,
> > \"created_at\":\"$CI_PIPELINE_CREATED_AT\"}"
> > curl --connect-timeout 30 --max-time 90 -X PUT
> > 'https://salsa-ci-dashboard-backend.onrender.com/pipelines' -H
> > 'Content-Type: application/json' -d "$IDENTIFIERS" || true
> > fi
> >
> >
> > Example:
> https://salsa.debian.org/mariadb-team/galera-4/-/commit/3f0cd9243b3f44f2eabd1e3b71a5a1f4c12fcf62
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-salsa-ci/attachments/20250806/89dcc9af/attachment.htm>
More information about the Debian-salsa-ci
mailing list