ebyhr commented on code in PR #15800:
URL: https://github.com/apache/iceberg/pull/15800#discussion_r3003692175


##########
.github/workflows/recurring-jmh-benchmarks.yml:
##########
@@ -68,7 +68,7 @@ jobs:
       - run: echo -e "$(ip addr show eth0 | grep "inet\b" | awk '{print $2}' | 
cut -d/ -f1)\t$(hostname -f) $(hostname -s)" | sudo tee -a /etc/hosts
 
       - name: Run Benchmark
-        run: ./gradlew :iceberg-spark:${{ matrix.spark_version }}:jmh 
-PjmhIncludeRegex=${{ matrix.benchmark }} -PjmhOutputPath=benchmark/${{ 
matrix.benchmark }}.txt -PjmhJsonOutputPath=benchmark/${{ matrix.benchmark 
}}.json
+        run: ./gradlew -DsparkVersions=${{ matrix.spark }} -DscalaVersion=${{ 
matrix.scala }} :iceberg-spark:iceberg-spark-${{ matrix.spark }}_${{ 
matrix.scala }}:jmh -PjmhIncludeRegex=${{ matrix.benchmark }} 
-PjmhOutputPath=benchmark/${{ matrix.benchmark }}.txt 
-PjmhJsonOutputPath=benchmark/${{ matrix.benchmark }}.json

Review Comment:
   I've tested this PR at #15802. The job failed with: 
   ```
   Failed to CreateArtifact: Received non-retryable error: Failed request: 
(409) Conflict: an artifact with this name already exists on the workflow run
   ```



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