@@ -29,20 +29,20 @@ jobs:
29
29
with :
30
30
egress-policy : audit
31
31
32
- # # Get the `build-XXXXX' tag (latest tag) to run the performance test
33
- # # use it later as ${{ steps.tag.outputs.tag }}
34
- # - name: Get Build Tag
35
- # id: tag
36
- # run: |
37
- # if [[ "${GITHUB_REF}" == refs/tags/* ]]; then
38
- # # Triggered by tag push
39
- # tag_name="${GITHUB_REF#refs/tags/}"
40
- # else
41
- # # Triggered by workflow_dispatch
42
- # tag_name="${{ github.event.inputs.tag-to-run }}"
43
- # fi
44
- # echo "Using tag: $tag_name"
45
- # echo "tag_name=$tag_name" >> "$GITHUB_OUTPUT"
32
+ # Get the `build-XXXXX' tag (latest tag) to run the performance test
33
+ # use it later as ${{ steps.tag.outputs.tag }}
34
+ - name : Get Build Tag
35
+ id : tag
36
+ run : |
37
+ if [[ "${GITHUB_REF}" == refs/tags/* ]]; then
38
+ # Triggered by tag push
39
+ tag_name="${GITHUB_REF#refs/tags/}"
40
+ else
41
+ # Triggered by workflow_dispatch
42
+ tag_name="${{ github.event.inputs.tag-to-run }}"
43
+ fi
44
+ echo "Using tag: $tag_name"
45
+ echo "tag_name=$tag_name" >> "$GITHUB_OUTPUT"
46
46
#
47
47
# # Clone the perf analysis automation repo
48
48
# - name: Checkout the performance analysis automation repo
70
70
token : ${{ secrets.PERF_ANALYSIS_TOKEN }}
71
71
inputs : ' {
72
72
"namespace": "Latitude3",
73
- "hederaversion": "main ",
73
+ "hederaversion": "${{ steps.tag.outputs.tag_name }} ",
74
74
"soloversion": "latest_tested_solo-charts0.59",
75
75
"NLG_Accounts": "100000000",
76
76
"NLG_Time": "330m",
0 commit comments