kubernetes-sigs / prow

Prow is a Kubernetes based CI/CD system developed to serve the Kubernetes community. This repository contains Prow source code and Hugo sources for Prow documentation site.
https://docs.prow.k8s.io
Apache License 2.0
112 stars 90 forks source link

podutils: Add scheduling options do decoration config #219

Closed upodroid closed 1 month ago

upodroid commented 1 month ago

/kind feature

This feature adds ability to define some affinities and tolerations that will be added during Pod generation. This is helpful for workloads where you want to run ProwJobs on an isolated node pool without changing the affinity for other workloads unrelated to ProwJobs

I recreated @Ressetkk's PR https://github.com/kubernetes/test-infra/pull/30286

netlify[bot] commented 1 month ago

Deploy Preview for k8s-prow ready!

Name Link
Latest commit b2e3a47fa73d771f9d6d035295f036ff3b2d115a
Latest deploy log https://app.netlify.com/sites/k8s-prow/deploys/66b0bbaa6300e20008828c4e
Deploy Preview https://deploy-preview-219--k8s-prow.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

upodroid commented 1 month ago

/cc @droslean

droslean commented 1 month ago

/label tide/merge-method-squash

droslean commented 1 month ago

/lgtm /approve

k8s-ci-robot commented 1 month ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: droslean, upodroid

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes-sigs/prow/blob/main/OWNERS)~~ [droslean] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment