Skip to content

Commit c5cb21f

Browse files
committed
[ci] Use absolute path to determine otp hjson file
Signed-off-by: Robert Schilling <[email protected]>
1 parent 5f4210c commit c5cb21f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ jobs:
128128
- name: Verible FPV
129129
run: ./ci/scripts/verible-lint.sh fpv earlgrey
130130
- name: Validate alert classification for Earl Grey
131-
run: ./ci/scripts/validate_alert_classification.py hw/top_earlgrey/ip_autogen/alert_handler/data/top_earlgrey_alert_handler.ipconfig.hjson hw/top_earlgrey/data/otp/otp_ctrl_img_owner_sw_cfg.hjson
131+
run: ./ci/scripts/validate_alert_classification.py hw/top_earlgrey/ip_autogen/alert_handler/data/top_earlgrey_alert_handler.ipconfig.hjson "$(realpath hw/top_earlgrey/data/otp/otp_ctrl_img_owner_sw_cfg.hjson)"
132132
- name: Validate alert classification for Darjeeling
133-
run: ./ci/scripts/validate_alert_classification.py hw/top_darjeeling/ip_autogen/alert_handler/data/top_darjeeling_alert_handler.ipconfig.hjson hw/top_darjeeling/data/otp/otp_ctrl_img_owner_sw_cfg.hjson
133+
run: ./ci/scripts/validate_alert_classification.py hw/top_darjeeling/ip_autogen/alert_handler/data/top_darjeeling_alert_handler.ipconfig.hjson "$(realpath hw/top_darjeeling/data/otp/otp_ctrl_img_owner_sw_cfg.hjson)"
134134

135135
build_docs:
136136
name: Build documentation

0 commit comments

Comments
 (0)