snleee commented on a change in pull request #7296:
URL: https://github.com/apache/pinot/pull/7296#discussion_r688665121
##########
File path: .github/workflows/scripts/.pinot_compatibility_verifier.sh
##########
@@ -45,6 +45,6 @@ echo "</settings>">> ${SETTINGS_FILE}
# PINOT_MAVEN_OPTS is used to provide additional maven options to the
checkoutAndBuild.sh command
export PINOT_MAVEN_OPTS="-s $(pwd)/${SETTINGS_FILE}"
-compatibility-verifier/checkoutAndBuild.sh -w $WORKING_DIR -o $OLD_COMMIT
+compatibility-verifier/checkoutAndBuild.sh -w $WORKING_DIR -o $OLD_COMMIT -n
$NEW_COMMIT
Review comment:
If `NEW_COMMIT` is null, we pick the master's most recent PR. So, our
behavior is the same as before.`NEW_COMMIT` will be passed by the following:
```
env:
OLD_COMMIT: ${{ github.event.inputs.oldCommit }}
NEW_COMMIT: ${{ github.event.inputs.newCommit }}
```
--
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]