w3c / aria-at-app

Test runner and results reporter for ARIA-AT
http://aria-at.w3.org/
Other
35 stars 15 forks source link

fix: random key for each collection job #1135

Open gnarf opened 1 week ago

gnarf commented 1 week ago

I think I finally got through most of the troubles I was having with this PR...

This removes the local "mock http server" for automation scheduler, as we aren't using that HTTP API to spawn jobs, just calling directly to github, we have a similar method to start a mock job to the one that starts the github job.

Each collectionJob now generates a unique UUID for it's secret which is passed along to the job runner, and only usable for one collection job