stability: fix jenkins plugin pin and monerod probe timeouts

This commit is contained in:
Brad Stein 2026-03-30 16:32:33 -03:00
parent e79ff78a4f
commit 1d8fefab88
2 changed files with 13 additions and 7 deletions

View File

@ -29,12 +29,18 @@ spec:
operator: In operator: In
values: ["rpi4","rpi5"] values: ["rpi4","rpi5"]
preferredDuringSchedulingIgnoredDuringExecution: preferredDuringSchedulingIgnoredDuringExecution:
- weight: 50 - weight: 80
preference: preference:
matchExpressions: matchExpressions:
- key: hardware - key: hardware
operator: In operator: In
values: ["rpi4"] values: ["rpi5"]
- weight: 60
preference:
matchExpressions:
- key: kubernetes.io/hostname
operator: NotIn
values: ["titan-12","titan-13","titan-15","titan-17","titan-19"]
containers: containers:
- name: monerod - name: monerod
image: registry.bstein.dev/crypto/monerod:0.18.4.1 image: registry.bstein.dev/crypto/monerod:0.18.4.1
@ -69,14 +75,14 @@ spec:
httpGet: { path: /get_info, port: 18081 } httpGet: { path: /get_info, port: 18081 }
initialDelaySeconds: 120 initialDelaySeconds: 120
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 3 timeoutSeconds: 10
failureThreshold: 6 failureThreshold: 12
livenessProbe: livenessProbe:
httpGet: { path: /get_info, port: 18081 } httpGet: { path: /get_info, port: 18081 }
initialDelaySeconds: 300 initialDelaySeconds: 300
periodSeconds: 20 periodSeconds: 20
timeoutSeconds: 3 timeoutSeconds: 10
failureThreshold: 6 failureThreshold: 12
terminationGracePeriodSeconds: 120 terminationGracePeriodSeconds: 120
lifecycle: lifecycle:
preStop: preStop:

View File

@ -10,7 +10,7 @@ data:
workflow-aggregator:608.v67378e9d3db_1 workflow-aggregator:608.v67378e9d3db_1
git:5.8.1 git:5.8.1
pipeline-utility-steps:2.20.0 pipeline-utility-steps:2.20.0
configuration-as-code:2031.veb_a_fdda_b_3ffd configuration-as-code:2036.v0b_c2de701dcb_
oic-auth:4.609.v9de140f63d01 oic-auth:4.609.v9de140f63d01
job-dsl:1.93 job-dsl:1.93
simple-theme-plugin:230.v8b_fd91b_b_800c simple-theme-plugin:230.v8b_fd91b_b_800c