Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build-ubi keeps failing on basic e2e tests #6095

Closed
tnqn opened this issue Mar 11, 2024 · 1 comment
Closed

build-ubi keeps failing on basic e2e tests #6095

tnqn opened this issue Mar 11, 2024 · 1 comment
Assignees
Labels
kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test.

Comments

@tnqn
Copy link
Member

tnqn commented Mar 11, 2024

Describe the bug

After #5764 was merged, "build-ubi" has never succeeded on main branch: https://github.com/antrea-io/antrea/actions/workflows/build.yml?query=branch%3Amain.

For example: https://github.com/antrea-io/antrea/actions/runs/8226988559/job/22494215561

2024/03/11 02:59:15 Creating K8s ClientSet
2024/03/11 02:59:15 Collecting information about K8s cluster
2024/03/11 02:59:15 Pod IPv4 network: '10.244.0.0/16'
2024/03/11 02:59:15 Service IPv4 network: '10.96.0.0/16'
2024/03/11 02:59:15 Num nodes: 3
2024/03/11 02:59:15 Applying Antrea YAML
2024/03/11 02:59:49 Waiting for all Antrea DaemonSet Pods
2024/03/11 02:59:50 Checking CoreDNS deployment
2024/03/11 03:01:38 Error when deploying Antrea: some CoreDNS replicas are still unavailable after 1m30s
FAIL	antrea.io/antrea/test/e2e	142.824s
FAIL
Cleaning testbed
Deleting cluster "kind" ...
Deleted nodes: ["kind-control-plane" "kind-worker2" "kind-worker"]
Deleting VLAN subnets
Deleting external server
Error: Process completed with exit code 1.
@tnqn tnqn added the kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. label Mar 11, 2024
xliuxu added a commit to xliuxu/antrea that referenced this issue Mar 11, 2024
Create a dedicated workflow for KinD tests of UBI
images to align with the Ubuntu images.

Fixes: antrea-io#6031, antrea-io#6095

Signed-off-by: Xu Liu <xu.liu@broadcom.com>
@xliuxu
Copy link
Contributor

xliuxu commented Mar 11, 2024

The issue is caused by insufficient disk space as we are using the same runner for building and testing. It can be resolved by #6091.

xliuxu added a commit to xliuxu/antrea that referenced this issue Mar 12, 2024
Create a dedicated workflow for KinD tests of UBI
images to align with the Ubuntu images.

Fixes: antrea-io#6031, antrea-io#6095

Signed-off-by: Xu Liu <xu.liu@broadcom.com>
xliuxu added a commit to xliuxu/antrea that referenced this issue Mar 12, 2024
Create a dedicated workflow for KinD tests of UBI
images to align with the Ubuntu images.

Fixes: antrea-io#6031, antrea-io#6095

Signed-off-by: Xu Liu <xu.liu@broadcom.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test.
Projects
None yet
Development

No branches or pull requests

2 participants