flatcar-scripts/jenkins
Dongsu Park 829cec45e8 jenkins: do not configure ccache variables
Setting the invalid CCACHE_ variables resulted in strange failure
in projects depending on meson, newer version like 0.55.3. For example
systemd build fails like the following errors:

```
 * ACCESS DENIED:  utimes:       /mnt/host/source/ccache
 * ACCESS DENIED:  utimes:       /mnt/host/source/ccache

F: utimes
S: deny
P: /mnt/host/source/ccache
A: /mnt/host/source/ccache
R: /mnt/host/source/ccache
C: ccache cc /build/amd64-usr/var/tmp/portage/sys-apps/systemd-246/work/systemd-246-abi_x86_64.amd64/meson-private/sanitycheckc.c -o /build/amd64-usr/var/tmp/portage/sys-apps/systemd-246/work/systemd-246-abi_x86_64.amd64/meson-private/sanitycheckc.exe -O1 -pipe -pipe -D_FILE_OFFSET_BITS=64
```

We should not set up ccache at all, as it has been already disabled in
coreos-overlay repo.
2020-10-26 15:38:57 +01:00
..
formats-amd64-usr.txt Add Azure Pro to the list of amd64 format list 2020-09-28 23:09:36 +05:30
formats-arm64-usr.txt 2387.0.0 2020-01-20 16:41:15 +01:00
images.sh SDK: Take environment variable to specify SDK location 2020-05-14 16:03:15 +02:00
packages.sh jenkins: do not configure ccache variables 2020-10-26 15:38:57 +01:00
README.md jenkins: Re-add Jenkins scripts to this repository 2017-06-29 15:16:54 -07:00
sdk.sh bootstrap_sdk: build and upload SDK toolchain pkgs 2020-06-29 15:18:55 +05:30
toolchains.sh SDK: Take environment variable to specify SDK location 2020-05-14 16:03:15 +02:00
vm.sh build_library: Rename the images to use pro instead of premium 2020-09-21 20:31:41 +05:30

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.