kubernetes-sigs/cluster-api-provider-vsphere

Introduce ginkgo labels

Open

#3,181 创建于 2024年9月6日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Go (320 fork)auto 404
area/govmomiarea/supervisorhelp wanted

仓库指标

Star
 (417 star)
PR 合并指标
 (PR 指标待抓取)

描述

Similar to Cluster API we should start using Ginkgo labels (https://github.com/kubernetes-sigs/cluster-api/issues/9620).

This should make it easier to label our tests correctly.

E.g. with the manual "tagging" + corresponding job config we have today we are always forced to implement govmomi tests when we want to add something for e.g supervisor.

Includes:

  • Let's refactor our build script to not depend on GINKGO_FOCUS / GINKO_SKIP (align to core CAPI)

(extracted from https://github.com/kubernetes-sigs/cluster-api/issues/9620)

贡献者指南