Commit Graph

5244 Commits

Author SHA1 Message Date
Krzesimir Nowak
b6bb07acdc ci-automation: Initial test script for Digital Ocean 2022-05-06 09:16:23 +02:00
Krzesimir Nowak
4adf8df751
Merge pull request #293 from flatcar-linux/krnowak/ciauto-boilerplate
ci-automation: Reduce boilerplate in vendor tests
2022-05-06 08:54:46 +02:00
flatcar-ci
36d72c4182 New version: main-3231.0.0-nightly-20220506-0155 2022-05-06 04:59:32 +00:00
Kai Lüke
18bec8ea98
Merge pull request #313 from flatcar-linux/kai/lts-ga
.github: Update LTS mantle reference
2022-05-06 10:46:50 +09:00
Krzesimir Nowak
d26f2b3b39 ci-automation: Use vendor_test.sh in equinix_metal and gce tests 2022-05-05 13:07:52 +02:00
Krzesimir Nowak
1d6f38a72e ci-automation: Reduce boilerplate in vendor tests
Move the common setup to the vendor_test.sh script, which will be
sourced by the vendor scripts.
2022-05-05 12:57:14 +02:00
Kai Lüke
c7830bf499
Merge pull request #300 from flatcar-linux/kai/gce-kola-tests
ci-automation: add GCE image test
2022-05-05 18:19:18 +09:00
Kai Lueke
f7edd4e061 ci-automation: add GCE image test
The GCE image test runs on a single instance type for now. In the
future it would be good to test the new NIC type with the cl.internet
test.
2022-05-05 16:52:42 +09:00
flatcar-ci
83d707b75f New version: main-3230.0.0-nightly-20220505-0155 2022-05-05 04:47:35 +00:00
Kai Lüke
e1b5bd784b
Merge pull request #267 from flatcar-linux/tormath1/em
ci-container/test: add equinix-metal test script
2022-05-04 22:40:32 +09:00
Kai Lüke
c186f41f56
Merge pull request #312 from flatcar-linux/kai/equinix-metal-arm64
jenkins/kola/packet: try to reduce test time by increasing parallelism
2022-05-04 16:50:42 +09:00
Kai Lueke
60dfe14460 jenkins/kola/packet: try to reduce test time by increasing parallelism
With the limit of 2 parallel tests, meaning 6 machines, the test time
is ~10 hours which is longer than the GC time. It seems that the
regional capacity is not so limited at the moment and we can try to
increase the number of machines.
Adjust the timeout to reflect the GC time and increase the parallel
tests to 3, meaning 9 machines.
2022-05-04 16:50:14 +09:00
Mathieu Tortuyaux
550e702f90 ci-container/test: add equinix-metal test script
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Co-authored-by: Kai Lüke <pothos@users.noreply.github.com>
2022-05-04 16:34:37 +09:00
Kai Lüke
ae1e4de854
Merge pull request #309 from flatcar-linux/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2022-05-04 16:02:09 +09:00
Kai Lueke
bc0e2b521a .github: Update LTS mantle reference
The new LTS release will use the mantle container image.
Add automation to keep it up to date.
2022-05-04 14:33:31 +09:00
Flatcar Buildbot
7db0a98888 Update mantle container image to latest HEAD 2022-05-04 04:52:51 +00:00
flatcar-ci
464f38216e New version: main-3229.0.0-nightly-20220504-0155 2022-05-04 04:52:36 +00:00
Kai Lüke
30b7eae418
Merge pull request #307 from flatcar-linux/kai/remove-unused-image-variant
Remove unused image variants
2022-05-03 20:40:02 +09:00
Kai Lueke
6648df57a2 Remove unused image variants
There is no difference anymore between the regular and Pro images.
Remove the definitions and stop building extra images.
2022-05-03 20:30:42 +09:00
flatcar-ci
91e96e1795 New version: main-3228.0.0-nightly-20220503-0155 2022-05-03 04:46:17 +00:00
flatcar-ci
9ffeb450e5 New version: main-3227.0.0-nightly-20220502-0701 2022-05-02 09:59:55 +00:00
Kai Lüke
28ee2a3256
Merge pull request #298 from flatcar-linux/kai/test-lts
CI: Support comparing to current LTS and updating from it
2022-04-29 16:34:47 +09:00
flatcar-ci
54b5fedc66 New version: main-3224.0.0-nightly-20220429-0155 2022-04-29 04:49:52 +00:00
Mathieu Tortuyaux
4bd316ac74
Merge pull request #272 from flatcar-linux/tormath1/pxe
ci-automation/vm: build PXE if Equinix Metal is built
2022-04-28 11:52:52 +02:00
Kai Lüke
60d74ceacd
Merge pull request #305 from flatcar-linux/kai/tormath1/pxe-plus-test-script-names
ci-automation/vms: handle platform names and generate the image formats
2022-04-28 18:00:20 +09:00
Kai Lueke
9a98cc2917 ci-automation/vms: handle platform names and generate the image formats
The kola test scripts are named by the platforms. The image naming is
also quite difficult to know and remember, e.g., whether "ami" or
"ami_vmdk" is needed for AWS tests and whether it's "vmware" or
"vmware_ova".

To address these problems the vms build stage now accepts the platform
names as format input, and for each platform it will automatically
generate the needed image types to run the tests.
2022-04-28 17:15:02 +09:00
Kai Lüke
9c2d5248d6
Merge pull request #306 from flatcar-linux/kai/gc-pipeline
ci-automation/garbage_collect: clean up kola cloud resources
2022-04-28 16:45:14 +09:00
Kai Lueke
c4af762e26 ci-automation/garbage_collect: clean up kola cloud resources
The garbage collect job should also clean up kola resources if a test
job failed to do so due to forced terminator or misbehavior. The
cleanup is done by "ore" which needs credentials like kola.

Run ore from the mantle container image. Unfortunately Docker does not
support Podman's --env-host option and the env vars had to be passed
explicitly. While --env-file=<(env) would work it contains a lot of
variables that cause the container to behave a bit weird.
2022-04-28 16:27:14 +09:00
flatcar-ci
fc2b1b47c5 New version: main-3223.0.0-nightly-20220428-0155 2022-04-28 04:52:28 +00:00
Kai Lüke
4e90dccabe
Merge pull request #303 from flatcar-linux/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2022-04-28 00:16:31 +09:00
Flatcar Buildbot
0f0c613366 Update mantle container image to latest HEAD 2022-04-27 04:54:50 +00:00
flatcar-ci
0464fd65c3 New version: main-3222.0.0-nightly-20220427-0155 2022-04-27 04:54:33 +00:00
Kai Lueke
856929d357 CI: Support comparing to current LTS and updating from it
When the restriction that the CI can't access the LTS release is gone
we can support to run the image comparison and the kola update test.
2022-04-26 15:00:31 +09:00
flatcar-ci
8aaa851d55 New version: main-3221.0.0-nightly-20220426-0155 2022-04-26 04:52:10 +00:00
Kai Lüke
d705266237
Merge pull request #294 from flatcar-linux/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2022-04-25 16:37:41 +09:00
Flatcar Buildbot
571ab52d16 Update mantle container image to latest HEAD 2022-04-25 07:11:20 +00:00
flatcar-ci
343807d40e New version: main-3218.0.0-nightly-20220423-0155 2022-04-23 04:48:01 +00:00
Kai Lüke
b36aa11373
Merge pull request #289 from flatcar-linux/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2022-04-22 15:12:32 +09:00
Flatcar Buildbot
cd1b428add Update mantle container image to latest HEAD 2022-04-22 04:51:28 +00:00
flatcar-ci
de9804e58a New version: main-3217.0.0-nightly-20220422-0155 2022-04-22 04:51:11 +00:00
Kai Lüke
fb93dd9f0f
Merge pull request #280 from flatcar-linux/kai/drop-kola-from-sdk
Use gangue compiled from Jenkins
2022-04-21 17:18:14 +09:00
flatcar-ci
1348d772d1 New version: main-3216.0.0-nightly-20220421-0510 2022-04-21 08:13:00 +00:00
jenkins
4c71bf789c build_library/toolchain_util: set binutils to the latest version
This was already being done for gcc but not for binutils. Binutils is
also slotted and when we run the sdk (stage3/stage4) job in the CI, the
seed sdk already contains crossdev packages that we may want to update.
2022-04-21 07:48:18 +00:00
Kai Lüke
b1a0df4858
Merge pull request #284 from flatcar-linux/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2022-04-21 11:37:37 +09:00
Kai Lueke
2c29875627 Use gangue compiled from Jenkins
These scripts happened to use the copy of gangue in the SDK which isn't
expected because it should use the binaries complied by Jenkins.
2022-04-21 11:34:36 +09:00
Flatcar Buildbot
10ee8a0752 Update mantle container image to latest HEAD 2022-04-20 15:37:10 +00:00
Krzesimir Nowak
c77a5455f9
Merge pull request #281 from flatcar-linux/krnowak/doc-updates
ci-automation: Update test.sh script docs
2022-04-20 17:36:51 +02:00
Krzesimir Nowak
1916936e34 ci-automation: Update test.sh script docs
We are not using SDK container for running the tests any more - it was
replaced with mantle container. Update the docs accordingly.
2022-04-20 16:34:07 +02:00
Mathieu Tortuyaux
19ca42b3dd
ci-automation/vm: build PXE if Equinix Metal is built
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-04-20 16:33:00 +02:00
Kai Lüke
721fc9f649
Merge pull request #275 from flatcar-linux/kai/mantle-container
Run CI container pipeline kola tests with the new mantle image
2022-04-20 19:16:02 +09:00