bunny
bunny copied to clipboard
Single entry point for running CWL conformance tests
Hey team Rabix,
For the CWL CI we configure running Rabix in two places: the overall conformance tests at https://ci.commonwl.org/job/rabix-conformance/ and the PR tester for the CWL specs themselves at https://ci.commonwl.org/job/cwl-spec-pr/
These occasionally get out of sync with each other, mostly due to new Bunny releases.
Can there be a single script, or command, that will compile a release suitable for testing and deliver that binary to either a stable or discoverable path?
For a similar example, we have a jenkins.bash
script checked into the reference CWL runner repo.
I'm open to other approaches as well, like checking in a cwl-spec-pr-tester.sh script into the CWL repo to give it more visibility.