-
Notifications
You must be signed in to change notification settings - Fork 164
Open
Labels
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.
Description
The integration script is called with
+ /home/prow/go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/bin/k8s-integration-test ... --kube-version=master ...
Which together with the flag flag.Bool("do-k8s-build", true, "building the driver from source. If false, will fetch precompiled artifacts")
Forces to build k8s from scratch
gcp-compute-persistent-disk-csi-driver/test/k8s-integration/main.go
Lines 330 to 335 in 39a5910
if *doK8sBuild { | |
klog.Info("Building Kubernetes source") | |
if err := buildKubernetes(testParams.k8sSourceDir, "quick-release"); err != nil { | |
return fmt.Errorf("failed to build Kubernetes: %v", err.Error()) | |
} | |
} else { |
Which takes ~50 minutes:
I0225 23:48:36.829509 17242 main.go:331] Building Kubernetes source
...
I0226 00:35:01.275869 17242 utils.go:15] Starting E2E Cluster on GCE
Do we need to build k/k from source or just take the latest CI builds? I think we should take the k/k CI builds, I forgot the reason we build from source.
Metadata
Metadata
Assignees
Labels
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.
Activity
sunnylovestiramisu commentedon Apr 3, 2025
/assign @tonyzhc
tonyzhc commentedon Apr 3, 2025
Where could we access the k/k CI builds?
sunnylovestiramisu commentedon Apr 3, 2025
@tonyzhc Click into the runs in https://testgrid.k8s.io/provider-gcp-compute-persistent-disk-csi-driver#ci-windows-2019-provider-gcp-compute-persistent-disk-csi-driver
k8s-triage-robot commentedon Jul 2, 2025
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied,lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale