Closed jdomke closed 2 months ago
@alecbcs What can be done to force linter to ignore these?
genesis runs now. problem was due to a bug in our llvm.
@alecbcs What can be done to force linter to ignore these?
i changed the regex slightly to fool the linter, seems a merge is now doable, please go ahead @pearce8
@scheibelp Please take a look, I hope you recall this error from before - and how we would fix it:
==> Error: /home/runner/work/benchpark/benchpark/workspace/genesis/openmp/RCCS-Fugaku-Fujitsu-A64FX-TofuD/workspace/configs/ramble.yaml:39 concretized: true
Additional properties are not allowed ('concretized' was unexpected)
The new error indicates to me you may need to merge latest benchpark into your branch:
spack.yaml
to software.yaml
based on the new Ramblespack.yaml
The new error indicates to me you may need to merge latest benchpark into your branch:
* [Update benchpark for ramble package manager abstraction #301](https://github.com/LLNL/benchpark/pull/301) changed `spack.yaml` to `software.yaml` based on the new Ramble * If the CI is based on an older Benchpark (using an older Ramble) that would explain why it's looking for (and failing to find) `spack.yaml`
fixed it
The new error indicates to me you may need to merge latest benchpark into your branch:
* [Update benchpark for ramble package manager abstraction #301](https://github.com/LLNL/benchpark/pull/301) changed `spack.yaml` to `software.yaml` based on the new Ramble * If the CI is based on an older Benchpark (using an older Ramble) that would explain why it's looking for (and failing to find) `spack.yaml`
fixed it
ok, at least i tried, can you make sense of the current error @scheibelp ?
Thanks!
linter is complaining about:
but sadly those are the names of inputs and text in output, so not something i can influence right now