use different template for sysbench tests (#4991)

This commit is contained in:
Maximilian Hoffman
2022-12-14 11:35:04 -08:00
committed by GitHub
parent 2b60a3d690
commit 08fbcd1c27
4 changed files with 17 additions and 8 deletions
+2 -4
View File
@@ -139,11 +139,9 @@ jobs:
with:
region: us-west-2
toAddresses: '["${{ github.event.client_payload.email_recipient }}"]'
version: ${{ steps.version.outputs.ref }}
format: '__DOLT__'
dataFile: ${{ steps.html.outputs.html }}
subject: 'Import Performance Benchmarks: ${{ github.event.client_payload.version }}'
bodyPath: ${{ steps.html.outputs.html }}
template: 'SysbenchTemplate'
category: 'Import'
- name: Read CSV
if: ${{ github.event.client_payload.issue_id }} != ""
+2 -4
View File
@@ -140,11 +140,9 @@ jobs:
with:
region: us-west-2
toAddresses: '["${{ github.event.client_payload.email_recipient }}"]'
version: ${{ github.event.client_payload.version }}
format: '__DOLT__'
dataFile: ${{ steps.html.outputs.html }}
subject: 'System Table Performance Benchmarks: ${{ github.event.client_payload.version }}'
bodyPath: ${{ steps.html.outputs.html }}
template: 'SysbenchTemplate'
category: 'Sysbench'
- name: Read CSV
if: ${{ github.event.client_payload.issue_id }} != ""