Adjust the benchmark message argument, again.

This commit is contained in:
Crozet Sébastien
2020-10-26 16:15:22 +01:00
parent 6f3f84df62
commit d725aa4557

View File

@@ -18,14 +18,14 @@ jobs:
BENCHBOT_TARGET_COMMIT: ${{ github.event.pull_request.head.sha }} BENCHBOT_TARGET_COMMIT: ${{ github.event.pull_request.head.sha }}
BENCHBOT_SHA: ${{ github.sha }} BENCHBOT_SHA: ${{ github.sha }}
BENCHBOT_HEAD_REF: ${{github.head_ref}} BENCHBOT_HEAD_REF: ${{github.head_ref}}
BENCHBOT_OTHER_BACKENDS: 0 BENCHBOT_OTHER_BACKENDS: false
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Find commit SHA - name: Find commit SHA
if: github.ref == 'refs/heads/master' if: github.ref == 'refs/heads/master'
run: | run: |
echo "::set-env name=BENCHBOT_TARGET_COMMIT::$BENCHBOT_SHA" echo "::set-env name=BENCHBOT_TARGET_COMMIT::$BENCHBOT_SHA"
echo "::set-env name=BENCHBOT_OTHER_BACKENDS::1" echo "::set-env name=BENCHBOT_OTHER_BACKENDS::true"
- name: Send 3D bench message - name: Send 3D bench message
shell: bash shell: bash
run: curl -u $BENCHBOT_AMQP_USER:$BENCHBOT_AMQP_PASS run: curl -u $BENCHBOT_AMQP_USER:$BENCHBOT_AMQP_PASS