Skip to content

Commit 06a6327

Browse files
authored
fix(CI): update get_yaml_directory to return spec/std/isa/inst (#874)
With the latest folder structure updates, the previous logic for resolving the YAML and JSON paths was outdated, causing LLVM-related tests to always be skipped. This commit updates the test to use the correct paths, ensuring that the tests run as intended and are no longer erroneously skipped. Signed-off-by: Artur Kovbasa <kovbasa@synopsys.com>
1 parent 56cda53 commit 06a6327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/auto-inst/parsing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def get_json_path():
4949

5050

5151
def get_yaml_directory():
52-
return "arch/inst/"
52+
return "spec/std/isa/inst"
5353

5454

5555
def load_inherited_variable(var_path, repo_dir):

0 commit comments

Comments
 (0)