Skip to content

ci: split scheduling test suite into two#9053

Draft
joshuakguo wants to merge 2 commits intoaws:mainfrom
joshuakguo:scheduling-suite-split
Draft

ci: split scheduling test suite into two#9053
joshuakguo wants to merge 2 commits intoaws:mainfrom
joshuakguo:scheduling-suite-split

Conversation

@joshuakguo
Copy link
Copy Markdown
Contributor

Fixes #N/A

Description

the scheduling suite takes 3+ hours because we're testing both best effort and strict, splitting them so that they run in parallel instead

How was this change tested?

Does this change impact docs?

  • Yes, PR includes docs updates
  • Yes, issue opened: #
  • No

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 3, 2026

Preview deployment ready!

Preview URL: https://pr-9053.d18coufmbnnaag.amplifyapp.com

Built from commit fa032874dc17c1596c72767feda70414cc353c8e

Copy link
Copy Markdown
Contributor Author

@joshuakguo joshuakguo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/karpenter snapshot

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 3, 2026

Snapshot successfully published to oci://021119463062.dkr.ecr.us-east-1.amazonaws.com/karpenter/snapshot/karpenter:0-fa032874dc17c1596c72767feda70414cc353c8e.
To install you must login to the ECR repo with an AWS account:

aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 021119463062.dkr.ecr.us-east-1.amazonaws.com

helm upgrade --install karpenter oci://021119463062.dkr.ecr.us-east-1.amazonaws.com/karpenter/snapshot/karpenter --version "0-fa032874dc17c1596c72767feda70414cc353c8e" --namespace "kube-system" --create-namespace \
  --set "settings.clusterName=${CLUSTER_NAME}" \
  --set "settings.interruptionQueue=${CLUSTER_NAME}" \
  --set controller.resources.requests.cpu=1 \
  --set controller.resources.requests.memory=1Gi \
  --set controller.resources.limits.cpu=1 \
  --set controller.resources.limits.memory=1Gi \
  --wait

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant