ci(pegasus): use harbor test runners

This commit is contained in:
codex 2026-04-21 13:36:03 -03:00
parent a215d1a432
commit 9178ac794b

4
Jenkinsfile vendored
View File

@ -12,14 +12,14 @@ spec:
node-role.kubernetes.io/worker: "true" node-role.kubernetes.io/worker: "true"
containers: containers:
- name: go-tester - name: go-tester
image: golang:1.22-bookworm image: registry.bstein.dev/bstein/golang:1.22-bookworm
command: ["cat"] command: ["cat"]
tty: true tty: true
volumeMounts: volumeMounts:
- name: workspace-volume - name: workspace-volume
mountPath: /home/jenkins/agent mountPath: /home/jenkins/agent
- name: node-tester - name: node-tester
image: node:20-bookworm image: registry.bstein.dev/bstein/node:20-bookworm
command: ["cat"] command: ["cat"]
tty: true tty: true
volumeMounts: volumeMounts: