flatcar-scripts/jenkins
Mathieu Tortuyaux ae73d66a07
kola/gce: shrink hostname to be lower than 63 char
GCP Pro is failing because hostname is > 63 char:
```
Apr  5 19:52:27.522820 kubelet[1762]: E0405 19:52:27.522513    1762 kubelet_node_status.go:93] "Unable to register node with API server" err="Node \"jenkins-gce-pro-5-91a967ef5450cb932bc5.c.flatcar-212911.internal\" is invalid: metadata.labels: Invalid value: \"jenkins-gce-pro-5-91a967ef5450cb932bc5.c.flatcar-212911.internal\": must be no more than 63 characters" node="jenkins-gce-pro-5-91a967ef5450cb932bc5.c.flatcar-212911.internal"
```

Let's remove `jenkins` and `gce` from the hostname, these
information are not critical for debugging purposes.

Hostname should now looks like
"basic-5-91a967ef5450cb932bc5.c.flatcar-212911.internal" or
"pro-5-91a967ef5450cb932bc5.c.flatcar-212911.internal"

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-04-06 16:45:31 +02:00
..
kola kola/gce: shrink hostname to be lower than 63 char 2022-04-06 16:45:31 +02:00
prerelease jenkins: move all inline bash scripts to flatcar-scripts 2021-06-30 16:31:58 +02:00
formats-amd64-usr.txt jenkins: add support for running tests on Azure Gen2 VMs 2021-08-26 19:14:10 +02:00
formats-arm64-usr.txt 2387.0.0 2020-01-20 16:41:15 +01:00
images.sh jenkins/images.sh: use correct board for comparison 2022-03-17 12:01:02 +01:00
manifest.sh jenkins/manifest: Accept PR numbers also for scripts 2021-12-16 13:37:15 +01:00
packages.sh jenkins: use the SDK_URL_PATH path for DOWNLOAD_ROOT_SDK 2021-10-15 14:35:08 +02:00
post-github-status.sh jenkins: publish github status 'pending' at beginning of manifest job 2021-10-25 13:44:15 +02:00
README.md jenkins: Re-add Jenkins scripts to this repository 2017-06-29 15:16:54 -07:00
release.sh jenkins: make release.sh publish arm64 for Stable 2021-12-10 11:31:34 +01:00
sdk.sh update_chroot: introduce '--setuponly' flag 2021-10-25 14:14:26 +02:00
systemd-run-wrap.sh jenkins/systemd-run-wrap.sh: randomize unit name suffix 2021-07-08 21:31:04 +02:00
toolchains.sh update_chroot: introduce '--setuponly' flag 2021-10-25 14:14:26 +02:00
vms.sh Update jenkins/vms.sh 2022-03-09 17:19:07 +02:00

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.