stages: - test noether-rocm: stage: test tags: - rocm image: jedbrown/rocm:latest script: - make -j$(nproc) - echo '[{"subject":"/","metrics":[{"name":"Transfer Size (KB)","value":"19.5","desiredSize":"smaller"},{"name":"Speed Index","value":0,"desiredSize":"smaller"},{"name":"Total Score","value":92,"desiredSize":"larger"},{"name":"Requests","value":4,"desiredSize":"smaller"}]}]' > performance.json - make -k -j$(nproc) junit realsearch=% artifacts: paths: - build/*.junit reports: junit: build/*.junit performance: performance.json