Khurram

Results 536 comments of Khurram

/test pull-tekton-triggers-integration-tests

Sorry, @bigkevmcd. I didn't see your message. I just saw it today.

@dibyom This one we need to do. So reopening.

/remove-lifecycle rotten /reopen

@ritesh-makerble What about this example: https://github.com/tektoncd/triggers/blob/main/examples/v1beta1/eventlisteners/eventlistener-tolerations.yaml

So try this: ``` spec: serviceAccountName: github-trigger resources: kubernetesResource: spec: template: spec: tolerations: - key: "kubernetes.azure.com/scalesetpriority" operator: "Equal" value: "spot" effect: "NoSchedule" - key: "type" operator: "Equal" value: "spot-1" effect:...