Closes #3465124
1 open thread
1 open thread
Closes #3465124
Merge request reports
Activity
353 353 paths: 354 354 - core/.phpstan-baseline.php 355 355 356 '✅️ PHPStan Tests': 357 <<: [ *default-job-settings-lint ] 358 stage: 🪄 Lint 359 variables: 360 KUBERNETES_CPU_REQUEST: "2" 361 # Run if PHPStan files have changed, or manually. 362 rules: 363 - if: $CI_PIPELINE_SOURCE == "parent_pipeline" && $PERFORMANCE_TEST != "1" I would say yes, it is only going to be 'parent_pipeline' if the job is being run in a child pipeline, which was the case before, not is not now. see https://docs.gitlab.com/ee/ci/jobs/job_rules.html#ci_pipeline_source-predefined-variable
Looking at the pipeline that ran, I guess you triggered it manually? There are no changed phpstan files anyway, so the first part of this rule would not have been true.
Maybe remove
$CI_PIPELINE_SOURCE
then test it by making a dummy change to one of the files that should trigger it.Edited by Jonathan Smithchanged this line in version 5 of the diff
added 40 commits
-
b5c50a5a...694cb802 - 37 commits from branch
project:11.x
- 406a59a1 - attempt 1
- 63516d93 - Update .gitlab-ci.yml file
- bef3682d - Update file .gitlab-ci.yml
Toggle commit list-
b5c50a5a...694cb802 - 37 commits from branch
added 73 commits
-
53db1a61...2fddf325 - 71 commits from branch
project:11.x
- 33d68cb9 - Merge branch '11.x' into 3465124-move-the-
- f9f4d969 - fix rules
-
53db1a61...2fddf325 - 71 commits from branch
added 65 commits
-
f9f4d969...2832459c - 64 commits from branch
project:11.x
- ac145795 - Merge branch '11.x' into 3465124-move-the-
-
f9f4d969...2832459c - 64 commits from branch
Please register or sign in to reply