Closed jongwu closed 3 years ago
/test
Sorry about prematurely running /test
.
Our DCO check is failing because of:
3047df809ea237bbd68e3d6e1819c42592e97452 Expected "Jianyong Wu <jianyong.wu@arm.com>", but got "Jianyong.Wu <jianyong.wu@arm.com>".
Thanks @fidencio, having reposted it. this commit has merged to kata-container-2.0
/test
Thanks @fidencio, having reposted it. this commit has merged to kata-container-2.0
If the exactly same commit was merged in 2.0, we have a discrepancy in our scripts. @jodh-intel, are you aware of something different in 2.0 and this branch about the DCO checks?
sorry @fidencio -, I make mistake, this PR has not posted to kata-2.0. It's the PR has merged into kata-2.0.
sorry @fidencio -, I make mistake, this PR has not posted to kata-2.0. It's the PR has merged into kata-2.0.
Okay, no problem. :-). Thanks!
Hello @jodh-intel @devimc - need test for this.
/test
/AzurePipelines run
@jongwu Need a bump in kata_config_version here
thanks @amshinde , done.
/test
/test
/test
Hi @lifupan @amshinde, can you help trigger the tests? thanks.
/retest
hello @jodh-intel @devimc , it seems the CI is broken as it can't be triggered.
@jongwu can you rebase and try again ?
/test-snap
/retest-snap
@devimc ^ looks like the snap build isn't triggering ;(
@jodh-intel you can't trigger github actions using comments :sweat_smile:
please ignore the snap CI, I still need to backport a patch to fix yq
@devimc - Doh! ;) We need to remove the entry from https://github.com/kata-containers/community/wiki/Controlling-the-CI.
/test
hello @jodh-intel @devimc , this PR blocked by CI for a long time. Is there any process?
@jongwu - I've restarted the failing CI's, so ... :crossed_fingers: it works this time... :smile:
/AzurePipelines run
@jongwu - the static checks are failing:
ERROR: Required SPDX license header check ('SPDX-License-Identifier: Apache-2.0') failed for the following files:
kernel/configs/fragments/arm64/acpi.conf
kernel/configs/fragments/arm64/base.conf
You can either add that header, or you might want to raise a 1.x PR on the tests repo to make the static checker ignore files below kernel/configs/
. We already did that for 2.x so you could raise a PR very similar to:
thanks @jodh-intel -, I will raise a PR to fix it.
hello @jodh-intel @devimc, any comments?
/test
/AzurePipelines run
/AzurePipelines run
/AzurePipelines run
/test
CONFIG_REFCOUN_FULL is gone since v5.5, so remove it here as kernel for virtio-fs base on v5.6.
Fixes: #1168 Signed-off-by: Jianyong.Wu jianyong.wu@arm.com
@devimc @jodh-intel