File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 24
24
required : false
25
25
type : string
26
26
default : ' '
27
+ expected_traces_api_ver :
28
+ description : ' If given, this will override the expected traces api version in coordinator config'
29
+ required : false
30
+ type : string
31
+ default : ' '
27
32
skip_e2e_test :
28
33
description : ' Type "true" to skip e2e test for the need of pushing image to dockerhub'
29
34
required : false
68
73
run_e2e_test : ${{ github.event_name == 'workflow_dispatch' || needs.filter-commit-changes.outputs.versions_env == 'true' }}
69
74
push_image : ${{ github.event_name == 'workflow_dispatch' }}
70
75
skip_e2e_test : ${{ inputs.skip_e2e_test == 'true' }}
76
+ expected_traces_api_ver : ${{ inputs.expected_traces_api_ver }}
71
77
secrets : inherit
Original file line number Diff line number Diff line change 17
17
skip_e2e_test :
18
18
required : true
19
19
type : boolean
20
+ expected_traces_api_ver :
21
+ required : true
22
+ type : string
20
23
secrets :
21
24
DOCKERHUB_USERNAME :
22
25
required : false
99
102
uses : ./.github/workflows/reuse-linea-besu-package-run-e2e-tests.yml
100
103
with :
101
104
linea_besu_package_tag : ${{ needs.build-and-upload-artifact.outputs.linea_besu_package_tag }}
102
- expected_traces_api_version : ${{ needs.build-and-upload-artifact.outputs.expected_traces_api_version }}
105
+ expected_traces_api_version : ${{ inputs.expected_traces_api_ver || needs.build-and-upload-artifact.outputs.expected_traces_api_version }}
103
106
e2e-tests-logs-dump : true
104
107
secrets : inherit
105
108
You can’t perform that action at this time.
0 commit comments