Skip to content

Commit

Permalink
renamed files
Browse files Browse the repository at this point in the history
  • Loading branch information
dup05 committed Mar 8, 2024
1 parent 33027c3 commit ec3274e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
File renamed without changes.
13 changes: 0 additions & 13 deletions .github/workflows/load_test_report_template.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Read test details
id: set-matrix
run: |
matrix=$(jq -c . < .github/workflows/configs/load_tests_details.json)
matrix=$(jq -c . < .github/workflows/configs/tests_config.json)
echo "matrix={\"include\":$(echo $matrix)}" >> $GITHUB_OUTPUT
run-test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scripts/publishTestReport.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sys, os
from google.cloud import bigquery

TEST_REPORT_TEMPLATE_FILE = '.github/workflows/load_test_report_template.md'
TEST_REPORT_TEMPLATE_FILE = '.github/workflows/test_report_template.md'
TABLE_NAME = "load_test_metrics"
BQ_DATASET_ID = "load_test_report"

Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/test_report_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Tests Summary
### Test uuid: {0}

### Test run details

| Test name | File Type | Job Status | Dataflow Job ID |
|-----------|-----------|--------------|-----------------|
{1}


For more details, refer : [Performance tests dashboard](https://lookerstudio.google.com/reporting/f70684fa-bb22-4b0f-825a-b5d25d87cd8d)


0 comments on commit ec3274e

Please sign in to comment.