mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 22:51:03 +02:00
The kola update tests need a dev-key-signed update payload. This was lacking and caused the update tests to be skipped. Generate the test update payload for both dev builds and release builds and run the kola tests for both. The test update payload has a special name to not confuse it with the real update payload for releases, and we keep the previous behavior to sign releases. Therefore, the generate_update function wasn't used but the extract_update function extended with generating the additional test payload.
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.