locke
New Contributor
2 years agoError "Unknown device part" when start complete flow within jenkins
Hello,
I try to build our Arria10 project in all revisions within jenkins (on win11).
I've tried this with Quartus Prime Pro 21.2 and 23.4.
What I do is simply
quartus_sh.exe --flow compile <project> -c <revision>
But I always get an "unknown device part" error
.... Info: Command: quartus_ipgenerate --dni <project> -c <revision> --run_default_mode_op Info: The application is running in 'DNI' mode. Info: Found 70 IP file(s) in the project. ... Info: Performing IP Generation using the command line: c:/intelfpga_pro/23.4/quartus/../qsys/bin/qsys-generate.exe {--family=Arria 10} --part=10AX027H4F34E3SG --block-symbol-file {--search-path=ip/**/*,$} --quartus-project=<project> --rev=<revision> --top-level-generation=true {--bypass-quartus-project } --clear-output-directory --synthesis=verilog --parallel .... Info: Batch generation will generate the listed files in this order: .... Error: Unknown device part 10AX027H4F34E3SG Info: Finished generating IP file(s) in the project. Error: Quartus Prime IP Generation Tool was unsuccessful. 1 error, 0 warnings ...
The Arria10 devices support is definitely installed and this command works manually as local user.
So is there something missing in the environment?
Are the installed devices only available for the user who installed them (jenkins runs as a systemuser service) ?
I hope someone can help
Regards
If so, the root cause should be the license issue.
Please make sure the machine that the job lands on can access the license server.