Krzesimir Nowak
d4f35538d0
ci-automation: Follow-up fix for 2-phase nightly SDK build tags
...
We push a commit with the nightly SDK tag to the main branch if the
SDK was built from the main branch. Which is what happens when we
build the nightly intermediate SDK. The final nightly SDK is not built
from the main branch, but rather from the nightly intermediate SDK
tag. Both of them point to the exactly same commit, but the difference
is in what `git rev-parse --abbrev-ref HEAD` returns for each of
those. When the main branch is checked out, the command will return
"main". When the nightly intermediate SDK tag is checked out, the
command will return "HEAD". So when nightly final SDK is being built,
the command returns a string different than "main" and thus decides
not to push the commit with the final nightly SDK tag to the main
branch. Rework it to assume that if `git rev-parse HEAD` and `git
rev-parse origin/main` return the same commit hash (and it's the
nightly build and all that) then the commit should be pushed.
We use "origin/main" instead of just "main" just in case the main
branch was not checked out before, for some reason (may come up in
testing with different names for the main branch when testing).
2023-10-05 10:31:24 +02:00
flatcar-ci
c49d9eb8fb
New version: lts-3033.3.17-nightly-20230929-2100
2023-09-29 21:00:25 +00:00
flatcar-ci
1556b9d8ef
New version: lts-3033.3.17-nightly-20230927-2100
2023-09-27 21:00:28 +00:00
Dongsu Park
55d5cd7cf1
Merge pull request #1195 from flatcar/mantle-update-flatcar-3033
...
Upgrade mantle container image to latest HEAD in flatcar-3033
2023-09-27 10:55:51 +02:00
Flatcar Buildbot
29234aa627
Update mantle container image to latest HEAD
2023-09-27 08:54:15 +00:00
flatcar-ci
21a7d660dd
New version: lts-3033.3.17-nightly-20230926-2100
2023-09-26 21:00:38 +00:00
Kai Lueke
e47df93de1
Merge pull request #1132 from flatcar/scripts
...
Allow use qcow2 inline compression
2023-09-26 13:40:19 +02:00
krishjainx
dced5f1485
Allow use qcow2 compressed format in place of additional compressed layer
2023-09-26 13:40:19 +02:00
Dongsu Park
f4caad942c
Merge pull request #1172 from flatcar/linux-5.10.197-flatcar-3033
...
Upgrade Linux Kernel for flatcar-3033 from 5.10.193 to 5.10.197
2023-09-26 12:54:20 +02:00
Dongsu Park
00d1c5ad24
Merge pull request #1184 from flatcar/mantle-update-flatcar-3033
...
Upgrade mantle container image to latest HEAD in flatcar-3033
2023-09-26 09:10:24 +02:00
Flatcar Buildbot
dc51ea23fb
Update mantle container image to latest HEAD
2023-09-25 21:00:44 +00:00
flatcar-ci
41d740da31
New version: lts-3033.3.17-nightly-20230925-2100
2023-09-25 21:00:24 +00:00
Kai Lüke
24a32d1654
Merge pull request #1183 from flatcar/mantle-update-flatcar-3033
...
Upgrade mantle container image to latest HEAD in flatcar-3033
2023-09-25 12:48:58 +02:00
Flatcar Buildbot
77c7ae0ab0
Update mantle container image to latest HEAD
2023-09-25 10:48:11 +00:00
Dongsu Park
50af65e101
overlay sys-kernel/coreos-modules: delete configs CONFIG_NET_CLS_RSVP*
...
Build fails in >= 5.10.197 like below, because upstream stable Kernels
deleted the Kernel configs CONFIG_NET_CLS_RSVP*.
```
* ERROR: sys-kernel/coreos-modules-5.10.197::coreos failed (configure
phase):
* Requested options not enabled in build:
* CONFIG_NET_CLS_RSVP
* CONFIG_NET_CLS_RSVP6
```
Fix that by deleting the Kernel configs.
2023-09-25 11:10:11 +02:00
Flatcar Buildbot
115d11f55b
sys-kernel/coreos-sources: Update from 5.10.193 to 5.10.197
2023-09-24 07:10:58 +00:00
flatcar-ci
ed992893d7
New version: lts-3033.3.17-nightly-20230922-2100
2023-09-22 21:00:32 +00:00
Mathieu Tortuyaux
93833af6e5
Merge pull request #1162 from flatcar/mantle-update-flatcar-3033
...
Upgrade mantle container image to latest HEAD in flatcar-3033
2023-09-22 16:07:43 +02:00
Flatcar Buildbot
e9d9a33526
Update mantle container image to latest HEAD
2023-09-22 07:36:23 +00:00
flatcar-ci
a01b2ebbaf
New version: lts-3033.3.17-nightly-20230918-2100
2023-09-18 21:00:28 +00:00
Jeremi Piotrowski
00243f908e
Merge pull request #1131 from flatcar/scripts
...
Pull in flatcar/init and bootengine changes to ignore mana VF in networkd
2023-09-18 11:04:32 +02:00
Jeremi Piotrowski
875b3781fc
bootengine: Exclude mana VF from network management
...
The flatcar/bootengine commit includes a change to the azure sriov config file that
excludes devices managed by the mana driver from networkd management, just like
mlx4 and mlx5 devices.
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2023-09-18 11:03:49 +02:00
Jeremi Piotrowski
9e2ce07fdb
changelog: Add entry for mana vf support
...
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2023-09-18 11:03:09 +02:00
Jeremi Piotrowski
735fffc09b
coreos-init: Exclude mana VF from network management
...
The flatcar/init commits includes a change to the azure sriov config file that
excludes devices managed by the mana driver from networkd management, just like
mlx4 and mlx5 devices.
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2023-09-18 11:03:09 +02:00
flatcar-ci
462e04a17f
New version: lts-3033.3.17-nightly-20230915-2100
2023-09-15 21:00:30 +00:00
flatcar-ci
d1e6208dbe
New version: lts-3033.3.17-nightly-20230914-2100
2023-09-14 21:00:38 +00:00
Mathieu Tortuyaux
857d96896a
Merge pull request #1134 from flatcar/mantle-update-flatcar-3033
...
Upgrade mantle container image to latest HEAD in flatcar-3033
2023-09-14 08:31:50 +02:00
Flatcar Buildbot
cacffe337e
Update mantle container image to latest HEAD
2023-09-13 21:01:01 +00:00
flatcar-ci
03e786f518
New version: lts-3033.3.17-nightly-20230908-2100
2023-09-08 21:00:26 +00:00
Kai Lüke
e0b4b74572
Merge pull request #1122 from flatcar/mantle-update-flatcar-3033
...
Upgrade mantle container image to latest HEAD in flatcar-3033
2023-09-08 15:04:53 +02:00
Flatcar Buildbot
c757a4b066
Update mantle container image to latest HEAD
2023-09-08 12:53:57 +00:00
flatcar-ci
013a875155
New version: lts-3033.3.16-nightly-20230904-2100
2023-09-04 21:00:23 +00:00
Dongsu Park
4149a6a838
Merge pull request #1108 from flatcar/cacerts-3.93-flatcar-3033
...
Update ca-certificates in flatcar-3033 from 3.92 to 3.93
2023-09-04 17:00:26 +02:00
Flatcar Buildbot
0e331e4c5e
app-misc/ca-certificates: Update from 3.92 to 3.93
2023-09-04 07:19:07 +00:00
flatcar-ci
da034fbbaa
New version: lts-3033.3.16-nightly-20230901-2100
2023-09-01 21:00:24 +00:00
Dongsu Park
388aa112d7
New version: lts-3033.3.17
lts-3033.3.17
2023-09-01 15:24:20 +02:00
Dongsu Park
1c8d20677a
Merge pull request #1096 from flatcar/linux-5.10.193-flatcar-3033
...
Upgrade Linux Kernel for flatcar-3033 from 5.10.190 to 5.10.193
2023-09-01 14:00:48 +02:00
Flatcar Buildbot
b0ee2d1f92
sys-kernel/coreos-sources: Update from 5.10.190 to 5.10.193
2023-09-01 09:32:05 +02:00
flatcar-ci
c3163fc73b
New version: lts-3033.3.16-nightly-20230825-2100
2023-08-25 21:00:28 +00:00
flatcar-ci
75777c78e2
New version: lts-3033.3.16-nightly-20230818-2100
2023-08-18 21:00:32 +00:00
flatcar-ci
26b7fdf5c2
New version: lts-3033.3.16-nightly-20230816-2100
2023-08-16 21:00:29 +00:00
Dongsu Park
176bb7ae02
Merge pull request #1066 from flatcar/linux-5.10.190-flatcar-3033
...
Upgrade Linux Kernel for flatcar-3033 from 5.10.188 to 5.10.190
2023-08-16 14:12:35 +02:00
Dongsu Park
88bbc5732d
changelog: add changelog for Linux Kernel 5.10.189
2023-08-16 14:06:46 +02:00
Flatcar Buildbot
a710a578b3
sys-kernel/coreos-sources: Update from 5.10.188 to 5.10.190
2023-08-12 07:11:09 +00:00
flatcar-ci
6611c276b9
New version: lts-3033.3.16-nightly-20230811-2100
2023-08-11 21:00:28 +00:00
Mathieu Tortuyaux
66ce2e7783
Merge pull request #1062 from flatcar/mantle-update-flatcar-3033
...
Upgrade mantle container image to latest HEAD in flatcar-3033
2023-08-11 14:25:06 +02:00
Flatcar Buildbot
22757e1603
Update mantle container image to latest HEAD
2023-08-11 12:20:26 +00:00
Sayan Chowdhury
de8b84fd0b
New version: lts-3033.3.16
lts-3033.3.16
2023-08-07 19:50:18 +05:30
flatcar-ci
286d0dfc38
New version: lts-3033.3.15-nightly-20230804-2100
2023-08-04 21:00:28 +00:00
flatcar-ci
4b4974e345
New version: lts-3033.3.15-nightly-20230803-2100
2023-08-03 21:00:31 +00:00