Arnaud Rebillout activity https://gitlab.com/arnaudr 2026-03-17T13:26:50Z tag:gitlab.com,2026-03-17:5212900525 Arnaud Rebillout commented on issue #584573 at GitLab.org / GitLab 2026-03-17T13:26:50Z arnaudr Arnaud Rebillout

potentially unexpected consequences of this change

@manuelgrabowski I have this kind of thing in a pipeline:

my-job:
  [...]
  parallel:
    matrix:
      - PROJECT_URL: https://salsa.debian.org/debian/grep
        SALSA_CI_DISABLE_WRAP_AND_SORT: 0
        SALSA_CI_WRAP_AND_SORT_ARGS: '--wrap-always --short-indent --trailing-comma'
        SALSA_CI_PIUPARTS_ARGS: --extra-repo="deb http://deb.debian.org/debian sid non-free"
        SALSA_CI_BLHC_ARGS: --ignore-line "some harmless line"
        SALSA_CI_SBUILD_VERBOSE: 1
        SALSA_CI_LINTIAN_SUPPRESS_TAGS: 'unreleased-changes'
        SALSA_CI_EXTRA_REPOSITORY: "deb-src http://deb.debian.org/debian unstable main"
        SALSA_CI_EXTRA_REPOSITORY_KEY: /usr/share/keyrings/debian-archive-keyring.gpg
        SALSA_CI_ENABLE_CROSSBUILD_ARM64: 1
  [...]
  rules:
    - if: $CI_SERVER_URL != "https://salsa.debian.org"
      when: never

So this job was not silently failing, it was disabled, and all was good.

Suddenly with the hard limit of 255 characters, the pipeline couldn't run at all.

Given it's a part of the pipeline that was disabled, no problem for me, I just commented out. However Debian runs this pipeline on a self-hosted GitLab instance, so when this 255 limit reach them, and if it's not configurable, they will have to adjust. Check it out at: https://salsa.debian.org/salsa-ci-team/pipeline/-/blob/master/.gitlab-ci.yml?ref_type=heads#L177

Hope that helps to give some context.

tag:gitlab.com,2026-03-17:5211393933 Arnaud Rebillout pushed to project branch master at Arnaud Rebillout / kali-cloud 2026-03-17T07:57:05Z arnaudr Arnaud Rebillout

Arnaud Rebillout (233d52ea) at 17 Mar 07:57

tests

tag:gitlab.com,2026-03-17:5211383296 Arnaud Rebillout pushed to project branch master at Arnaud Rebillout / kali-cloud 2026-03-17T07:53:41Z arnaudr Arnaud Rebillout

Arnaud Rebillout (a1bfda6d) at 17 Mar 07:53

tests

tag:gitlab.com,2026-03-17:5211366794 Arnaud Rebillout pushed to project branch master at Arnaud Rebillout / kali-cloud 2026-03-17T07:48:25Z arnaudr Arnaud Rebillout

Arnaud Rebillout (edde2da5) at 17 Mar 07:48

build: Hardcode hostname to kali

... and 401 more commits

tag:gitlab.com,2026-03-17:5211366141 Arnaud Rebillout created project Arnaud Rebillout / kali-cloud 2026-03-17T07:48:14Z arnaudr Arnaud Rebillout tag:gitlab.com,2026-03-17:5211009501 Arnaud Rebillout pushed to project branch master at Kali Linux / Tools / kali-ci-pipeline 2026-03-17T05:28:12Z arnaudr Arnaud Rebillout

Arnaud Rebillout (4b2e690d) at 17 Mar 05:28

Comment out tests with name too long

tag:gitlab.com,2026-03-17:5210619905 Arnaud Rebillout pushed to project branch master at Kali Linux / Documentation / kali-docs 2026-03-17T01:37:06Z arnaudr Arnaud Rebillout

Arnaud Rebillout (c66f62a7) at 17 Mar 01:37

Update mirror setup wrt disk size recommended

tag:gitlab.com,2026-03-12:5196139566 Arnaud Rebillout pushed to project branch kali/master at Kali Linux / Packages / kali-meta 2026-03-12T10:05:35Z arnaudr Arnaud Rebillout

Arnaud Rebillout (de95056c) at 12 Mar 10:05

Drop python3-m2crypto