Frantisek Sumsal
df4161d878
Revert "ci: work around #19442 to make CI happy again"
...
The fix/workaround from #18851 should, hopefully, make this redundant.
This reverts commit 48a3cf58d5
.
2021-06-18 14:51:33 +01:00
Luca Boccassi
f144f6faa9
Merge pull request #19669 from mrc0mmand/ci-mkosi-arch
...
ci: work around #19442 to make CI happy again
2021-05-20 10:14:30 +01:00
Luca Boccassi
2d4efd1dba
build tests: check that Github pages can be built successfully
2021-05-19 23:25:34 +02:00
Frantisek Sumsal
27b4d60678
ci: skip root tty login
...
We use the `autologin` mkosi option (see
mkosi.default.d/10-systemd.conf), so the pexpect root login throws
a (harmless) error:
```
Arch Linux (built from systemd tree)
Kernel 5.4.0-1047-azure on an x86_64 (console)
image login: root (automatic login)
root
root
[root@image ~]# systemctl poweroff
root
-bash: root: command not found
[root@image ~]# systemctl poweroff
```
2021-05-19 23:07:25 +02:00
Frantisek Sumsal
715a273b10
ci: show image summary
2021-05-19 23:07:25 +02:00
Frantisek Sumsal
48a3cf58d5
ci: work around #19442 to make CI happy again
...
Let's introduce a somewhat ugly workaround for #19442 and retry
the systemd-nspawn image boot test up to three times in case it dies
with the dissect timeout. Since this issue occurs only in the Arch job,
limit the workaround to this job only.
2021-05-19 23:07:19 +02:00
Zbigniew Jędrzejewski-Szmek
392ed18542
ci: drop py2 lxml, pull in jinja2
2021-05-19 10:25:26 +09:00
Frantisek Sumsal
35a48d4b9a
ci: build with gcc-11 as well
...
Focal builds for gcc-11 are finally available, so let's put them into
some use.
2021-05-16 21:28:04 +01:00
Frantisek Sumsal
c191e09230
ci: cover standalone/static binaries in build test
2021-05-06 11:52:58 +09:00
Zbigniew Jędrzejewski-Szmek
b240c08d09
docs: link to stable releases in the bug template
...
Also, ask people to use a recent stable release and provide useful version information.
Inspired by #19118 .
2021-03-25 20:38:45 +00:00
Frantisek Sumsal
d227b6a7c0
ci: build an upstream version of systemd-nspawn
...
Ubuntu's systemd-nspawn doesn't support faccessat2() syscall, which is
required, since current Arch's glibc implements faccessat() via
faccessat2().
2021-02-26 17:06:25 +01:00
Frantisek Sumsal
b12dba35d1
Revert "ci: temporarily pin Arch repositories to glibc 2.32-5"
...
This reverts commit 67c972c610
.
2021-02-26 16:46:35 +01:00
Evgeny Vereshchagin
8e32f20d13
Revert "ci: switch back to meson-0.56.2"
...
This reverts commit c39e36203f
.
Now that meson-0.57.1 (where https://github.com/mesonbuild/meson/issues/8347
is fixed) is out it should be safe to keep rolling forward.
2021-02-20 20:20:04 +01:00
Jameer Pathan
63f48ab3fa
GH Actions: Fix labeler bot
2021-02-19 14:51:59 +09:00
Frantisek Sumsal
98f6d5769f
ci: enable DNS over TLS using OpenSSL in the build test
...
Prompted by:
* https://github.com/systemd/systemd/pull/18641#issuecomment-780371055
* https://github.com/systemd/systemd/issues/18639
2021-02-17 16:41:23 +01:00
Evgeny Vereshchagin
c39e36203f
ci: switch back to meson-0.56.2
...
It seems there is another meson (0.57.0) regression preventing clang from
building systemd with --optimization=3 -Db_lto=true
By analogy with https://github.com/google/oss-fuzz/pull/5199 let's just switch
to 0.56.2 for the time being
2021-02-15 15:38:27 +09:00
Lennart Poettering
8dfc2beb57
github: expressly ask for logs in github issue template
...
Apparently it's not obvious that logs are a good thing to provide, hence
let's explicitly ask for them.
2021-02-10 14:43:16 +01:00
Luca Boccassi
0f15cb2243
Merge pull request #18470 from mrc0mmand/ci-clang-12
...
ci: run build test with clang-12 as well
2021-02-09 13:06:40 +00:00
Frantisek Sumsal
67c972c610
ci: temporarily pin Arch repositories to glibc 2.32-5
...
glibc 2.33-3 shipped on 2021-02-06 breaks running Arch containers on
systems with older kernels (like Ubuntu Focal). Until the issue is
resolved, let's pin the Arch repositories to glibc 2.32-5 to mitigate
the annoying CI fails.
See: https://bugs.archlinux.org/task/69563
2021-02-09 13:57:28 +01:00
Lennart Poettering
5055b51ee1
github: ask for systemd version in RFE form
...
It happens too often that what people ask for already is implemented.
Let's help cut the noise a bit, and make people check things first
hopefully, and at least make it either for us to detect such cases.
2021-02-05 23:42:47 +00:00
Frantisek Sumsal
19db2f4258
ci: run build test with clang-12 as well
...
Ubuntu repositories for clang 12 are finally up, so let's use it
in our CI.
2021-02-04 15:54:14 +01:00
Frantisek Sumsal
54cf684f5f
ci: use the recommended meson syntax
...
See: docs/HACKING.md
2021-01-25 16:01:56 +01:00
Frantisek Sumsal
753803a66c
ci: drop an unnecessary sudo
2021-01-25 15:49:27 +01:00
Frantisek Sumsal
c0c6809663
ci: make the script names a bit more consistent
2021-01-25 15:45:36 +01:00
Evgeny Vereshchagin
9b25429cb4
GH Actions: switch to main
...
It's just a follow-up to https://github.com/systemd/systemd/issues/16834
2021-01-21 16:28:02 +01:00
Lennart Poettering
e327382877
markdown: fix comment
...
Follow-up for 2d816c9804
2021-01-19 22:26:35 +01:00
Lennart Poettering
2d816c9804
markdown: suggest backticks around uname -a output
...
Fixes : #18238
2021-01-19 22:24:05 +01:00
Yu Watanabe
cf2423503b
time-wait-sync: move time-wait-sync.c -> src/timesync/wait-sync.c
...
As wait-online is located under src/network.
2021-01-19 07:04:19 +09:00
Frantisek Sumsal
e8fd7c9ed4
ci: introduce a watchdog for the sanitized unit test run
2021-01-13 22:32:30 +01:00
Frantisek Sumsal
56a017cb0d
ci: optimize the sanitized build under gcc as well
2021-01-13 21:51:44 +01:00
Frantisek Sumsal
b5a9b601c3
ci: drop the unbuffer
workaround
...
It actually didn't do anything, the issue was somewhere else.
2021-01-12 22:13:33 +01:00
Frantisek Sumsal
86660d160b
ci: move the Coverity job to GitHub Actions
2021-01-11 15:50:25 +01:00
Frantisek Sumsal
0506d05ab2
ci: drop a forgotten empty line
2021-01-11 15:50:25 +01:00
Luca Boccassi
ca0f86d16a
ci: do not build with --optimization=1 with Clang
2021-01-10 21:16:38 +00:00
Frantisek Sumsal
a74be22cd6
ci: move Travis CI unit test jobs to GH Actions
2021-01-08 11:36:59 +01:00
Daan De Meyer
6242cda99d
Move shared mkosi settings to a single file in mkosi.default.d/
2021-01-06 12:10:58 +00:00
Daan De Meyer
a869f5aaa4
CI: Update to mkosi github action to v9
2021-01-01 15:30:09 +00:00
Frantisek Sumsal
a3abdea13a
github: add the missing tpm2 optional dependency
2020-12-20 22:27:36 +01:00
Luca Boccassi
d9107e16f2
Add more matching rules to GA labeler bot for subcomponents
2020-12-19 21:56:57 +00:00
Luca Boccassi
d78911e9f7
False positives in GA labeler bot
...
Don't automatically match on man/* and **/meson.build, since we change those
files as part of larger changes that we usually don't mark that way
2020-12-19 21:56:57 +00:00
Jameer Pathan
292420ce4b
Add Pull Request Labeler
2020-12-14 09:43:38 +09:00
Daan De Meyer
448d3462b0
CI: Add mkosi boot tests
...
Using the new mkosi Github Action, we can add some simple boot tests
for the systemd mkosi configs. This makes sure these keep working
as expected.
2020-12-04 22:24:12 +00:00
Yu Watanabe
85a03fda7d
ci: also set -Dfuzz-tests=true if -Dslow-tests=true
2020-11-13 18:15:41 +09:00
Frantisek Sumsal
5310fc624e
ci: add the libfido2 dependency for better coverage
2020-10-21 16:28:22 +02:00
Frantisek Sumsal
0273f6e7f2
ci: build with clang-11 as well
...
The LLVM nightly repositories now have a separate branch for clang-11,
so let's build with it as well.
2020-10-21 16:24:01 +02:00
Frantisek Sumsal
f1150eddf6
ci: bump the 'build test' image to Ubuntu Focal
2020-10-21 16:23:59 +02:00
Lennart Poettering
278c13431b
github: ask for arch+kernel in bug report form
...
Quite often we see kernel and arch specific issues, let's ask for the
version right-away when people file the issue.
Other tweaks.
2020-10-02 12:38:28 +02:00
Evgeny Vereshchagin
d3e0662c7d
Revert "ci: turn off the "upstream-systemd-ci" ppa"
...
This reverts commit d4ff79bbe1
.
2020-07-15 08:59:25 +02:00
Evgeny Vereshchagin
d4ff79bbe1
ci: turn off the "upstream-systemd-ci" ppa
...
Judging by https://launchpad.net/~upstream-systemd-ci/+archive/ubuntu/systemd-ci/+packages ,
it got updated about 15 hours ago and the "build check" action has been
failing with
```
The following packages have unmet dependencies:
kbd : Depends: console-setup but it is not going to be installed or
E: Unable to correct problems, you have held broken packages.
console-setup-mini but it is not going to be installed
```
since then
2020-07-14 21:35:33 +03:00
Evgeny Vereshchagin
e6175fbe45
ci: pass -Werror using CFLAGS
...
Judging by https://github.com/systemd/systemd/issues/16224 , it seems
`--werror` doesn't work with `-Db_lto=true`
2020-06-22 12:15:08 +09:00