tkobayas commented on PR #3112:
URL: 
https://github.com/apache/incubator-kie-optaplanner/pull/3112#issuecomment-2249297272

   Thanks @lucamolteni 
   
   This change results in:
   ```
       mapping:
         dependencies:
           default:
             - source: development
               target: 9.x
             - source: development
               target: main
         dependant:
           default:
             - source: 9.x
               target: development
             - source: main
               target: development
   ```
   
   Does buildchain-project-dependencies.yaml accept 2 entries for the same 
source `development`? @rodrigonull  @jstastny-cz  If it's valid, it would be 
fine.
   
   Btw, if we will not maintain 9.x in apache, Can we simplify like this?
   ```
       mapping:
         dependencies:
           default:
             - source: development
               target: main
         dependant:
           default:
             - source: main
               target: development
   ```
   
   Plus, other points:
   
   
https://github.com/apache/incubator-kie-optaplanner/blob/main/.ci/jenkins/config/branch.yaml#L36
   ```
   - name: incubator-kie-optaplanner-quickstarts
     job_display_name: optaplanner-quickstarts
     branch: 8.x
   ```
   This `8.x` also needs to be `development`, I think.
   
   
https://github.com/apache/incubator-kie-optaplanner/blob/main/.ci/jenkins/project/Jenkinsfile.nightly#L91
   ```
   case 'main': quickstartsBranch = '8.x'
   ```
   This `8.x` also needs to be `development`, I think.
   
   Thanks!


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to