Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
phpunit
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2024 at 08:53 UTC
Updated:
22 Feb 2024 at 13:54 UTC
Jump to comment: Most recent
Our gitlabci template makes use of the CI_MERGE_REQUEST_PROJECT_URL environment variable for fetching.
This assumes the repository is publicly available and doesn't work for private repositories.
The security team has a private fork of core on our gitlab instance for testing security issues.
Tests currently fail on the use of this variable because we can't fetch the repository over https
Use 'origin' instead of the repository URL
- The git diff in the test-only job might need to change. Do first in D10+ and then port.
None
None
None
N/A
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
fjgarlin commentedFixed based on what was done for D10+.
Comment #4
drummI've confirmed this passes in private testing.
Comment #6
poker10 commentedThank you both for working on this and also for confirmation that it fixed the private testing for D7. I have compared the MR with the D10 commit code and the changes are the same. Committed/pushed this.