From: MPTCP CI <wpasupplicant.patchew@gmail.com>
To: Geliang Tang <geliang.tang@suse.com>
Cc: mptcp@lists.linux.dev
Subject: Re: Squash to "selftests/bpf: Add bpf_burst scheduler": Tests Results
Date: Tue, 15 Aug 2023 07:44:31 +0000 [thread overview]
Message-ID: <f8bd6c69-5862-ee69-de25-da21e1746dea@gmail.com> (raw)
In-Reply-To: <6608f9d9fea9d2bc57ec8378a7afa4fd52c66d17.1692080803.git.geliang.tang@suse.com>
Hi Geliang,
Thank you for your modifications, that's great!
Our CI did some validations and here is its report:
- KVM Validation: normal (except selftest_mptcp_join):
- Success! ✅:
- Task: https://cirrus-ci.com/task/5091565979303936
- Summary: https://api.cirrus-ci.com/v1/artifact/task/5091565979303936/summary/summary.txt
- KVM Validation: debug (except selftest_mptcp_join):
- Unstable: 2 failed test(s): packetdrill_mp_join packetdrill_sockopts 🔴:
- Task: https://cirrus-ci.com/task/4810091002593280
- Summary: https://api.cirrus-ci.com/v1/artifact/task/4810091002593280/summary/summary.txt
- KVM Validation: normal (only selftest_mptcp_join):
- Success! ✅:
- Task: https://cirrus-ci.com/task/6217465886146560
- Summary: https://api.cirrus-ci.com/v1/artifact/task/6217465886146560/summary/summary.txt
- KVM Validation: debug (only selftest_mptcp_join):
- Success! ✅:
- Task: https://cirrus-ci.com/task/5935990909435904
- Summary: https://api.cirrus-ci.com/v1/artifact/task/5935990909435904/summary/summary.txt
Initiator: Patchew Applier
Commits: https://github.com/multipath-tcp/mptcp_net-next/commits/538d21adcc61
If there are some issues, you can reproduce them using the same environment as
the one used by the CI thanks to a docker image, e.g.:
$ cd [kernel source code]
$ docker run -v "${PWD}:${PWD}:rw" -w "${PWD}" --privileged --rm -it \
--pull always mptcp/mptcp-upstream-virtme-docker:latest \
auto-debug
For more details:
https://github.com/multipath-tcp/mptcp-upstream-virtme-docker
Please note that despite all the efforts that have been already done to have a
stable tests suite when executed on a public CI like here, it is possible some
reported issues are not due to your modifications. Still, do not hesitate to
help us improve that ;-)
Cheers,
MPTCP GH Action bot
Bot operated by Matthieu Baerts (Tessares)
next prev parent reply other threads:[~2023-08-15 7:44 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-15 6:29 [PATCH mptcp-next 0/9] Update scheduler refactor commits Geliang Tang
2023-08-15 6:29 ` [PATCH mptcp-next 1/9] Squash to "mptcp: add struct mptcp_sched_ops" Geliang Tang
2023-08-15 6:29 ` [PATCH mptcp-next 2/9] Squash to "mptcp: add scheduler wrappers" Geliang Tang
2023-08-15 6:29 ` [PATCH mptcp-next 3/9] Squash to "mptcp: register default scheduler" Geliang Tang
2023-08-15 6:29 ` [PATCH mptcp-next 4/9] Squash to "selftests/bpf: Add mptcp sched structs" Geliang Tang
2023-08-15 6:29 ` [PATCH mptcp-next 5/9] Squash to "selftests/bpf: Add bpf_first scheduler" Geliang Tang
2023-08-15 6:29 ` [PATCH mptcp-next 6/9] Squash to "selftests/bpf: Add bpf_bkup scheduler" Geliang Tang
2023-08-15 6:29 ` [PATCH mptcp-next 7/9] Squash to "selftests/bpf: Add bpf_rr scheduler" Geliang Tang
2023-08-15 6:29 ` [PATCH mptcp-next 8/9] Squash to "selftests/bpf: Add bpf_red scheduler" Geliang Tang
2023-08-15 6:29 ` [PATCH mptcp-next 9/9] Squash to "selftests/bpf: Add bpf_burst scheduler" Geliang Tang
2023-08-15 6:41 ` Squash to "selftests/bpf: Add bpf_burst scheduler": Build Failure MPTCP CI
2023-08-15 7:44 ` MPTCP CI [this message]
2023-08-17 0:07 ` [PATCH mptcp-next 0/9] Update scheduler refactor commits Mat Martineau
2023-08-17 9:30 ` Matthieu Baerts
-- strict thread matches above, loose matches on Subject: below --
2023-11-22 3:42 [PATCH mptcp-next] Squash to "selftests/bpf: Add bpf_burst scheduler" Geliang Tang
2023-11-22 4:49 ` Squash to "selftests/bpf: Add bpf_burst scheduler": Tests Results MPTCP CI
2023-08-03 4:27 [PATCH mptcp-next v3 6/6] Squash to "selftests/bpf: Add bpf_burst scheduler" Geliang Tang
2023-08-03 5:31 ` Squash to "selftests/bpf: Add bpf_burst scheduler": Tests Results MPTCP CI
2023-08-02 11:55 [PATCH mptcp-next v2 6/6] Squash to "selftests/bpf: Add bpf_burst scheduler" Geliang Tang
2023-08-02 13:03 ` Squash to "selftests/bpf: Add bpf_burst scheduler": Tests Results MPTCP CI
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f8bd6c69-5862-ee69-de25-da21e1746dea@gmail.com \
--to=wpasupplicant.patchew@gmail.com \
--cc=geliang.tang@suse.com \
--cc=mptcp@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox