sandynz commented on PR #38708:
URL: https://github.com/apache/shardingsphere/pull/38708#issuecomment-4497034756

     This PR improves the nightly E2E operation workflow by allowing 
maintainers to specify a single Docker image when triggering the workflow 
manually.
   
     Changes:
     - Add a `docker-image` input to `workflow_dispatch`.
     - Generate the E2E image matrix from either the specified image or the 
default image list.
     - Keep the scheduled workflow behavior unchanged when no image is 
specified.
     - Update matrix exclude rules and the Maven execution command to work with 
the new string-based image matrix.
   
     Verification:
     - `npx --yes [email protected] 
.github/workflows/nightly-e2e-operation.yml`
     - Ruby YAML parsing with `YAML.load_file`
     - `git diff --check -- .github/workflows/nightly-e2e-operation.yml`
     - Local shell validation for single-image output and image-family Maven 
property mapping
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to