mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-27 16:41:11 +02:00
The cl.basic and cl.internet tests are different tests which wasn't clear before. Also, the grep process returns an exit code of 1 if it didn't find a match, causing the job to cancel. The list of tests is space separated and should not be quoted but on the other hand, we do have to handle a literal *. Look for the right test and handle the grep exit code, and disable globs for the subshell for preserving a literal *.
The scripts in this directory are run from OS Jenkins jobs. By storing the Jenkins scripts in this repository, they are more tightly coupled to the release branch of the SDK scripts that they require. The Jenkins jobs are responsible for setting up the environment and securely initializing an SDK in the workspace before running these scripts.
The special files named formats-${BOARD}.txt
are space-separated lists of VM
image formats that should be built for releases on this branch; i.e. the script
vm.sh
is run for each item in the list.