Closed (fixed)
Project:
Acquia DAM
Version:
1.1.x-dev
Component:
Code
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2025 at 10:02 UTC
Updated:
23 Oct 2025 at 05:54 UTC
Jump to comment: Most recent
While any MR is created the test run takes ages to complete and hence i think we can run test parallelly to execute pipeline faster.
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 #5
rajeshreeputraAdded Drupal 9, 10, 11 in CI:
Next step:
Comment #6
rajeshreeputraAdded Drupal 9, 10, 11 in CI:
Next step:
Comment #7
rajeshreeputraStatus:
Unit
Kernel
Option --group cannot be used more than onceFunctional Javascript
Option --group cannot be used more than onceUpdate:
Comment #8
rajeshreeputraComment #9
rajeshreeputraUpdated CI template to run test in parallel, requesting review.
Comment #11
japerryCommitted the gitlab file, but marking NW to try to fix some of these underlying test failures.
Comment #13
japerryI fixed the issue with css selector not working. However there are several other issues that need to be resolved:
1) On the configuration page, there is an 'authenticate site' button. This shouldn't be here as pressing 'save' with a new domain should automatically redirect you to authenticate the site. If the key module is working correctly, then pressing save should return a "validating domain - ok!' success message.
2) They Key configuration when pressing save is incorrect and will cause a fatal issue because we don't check to see if key is the auth type before fetching the domain.
3) There is an issue with image styles.. not quite sure what yet, but looking at it.
These are blocking before we can merge in the canvas support.
Comment #15
japerry