Skip to content

Commit 263f399

Browse files
committed
fix: release-it bumper should bump the self-test container versus in roberta self-test
this also manually bumps the yaml versions from the 0.11.0 release that were missed by this oversight.
1 parent 3ad8c79 commit 263f399

File tree

4 files changed

+9
-84
lines changed

4 files changed

+9
-84
lines changed

Diff for: deploy/self-test/roberta/1gpu/cron.yaml

-80
This file was deleted.

Diff for: deploy/self-test/roberta/1gpu/once.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
serviceAccountName: codeflare-self-test-serviceaccount
5050
containers:
5151
- name: self-test
52-
image: ghcr.io/project-codeflare/codeflare-self-test:0.10.4
52+
image: ghcr.io/project-codeflare/codeflare-self-test:0.11.0
5353
env:
5454
# - name: GUIDEBOOK_RUN_ARGS
5555
# value: "-V"

Diff for: deploy/self-test/roberta/1gpu/periodic.yaml

+6-3
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,20 @@ roleRef:
4040
apiVersion: batch/v1
4141
kind: CronJob
4242
metadata:
43-
name: codeflare-self-test-roberta-1gpu
43+
name: codeflare-self-test-roberta-1gpu-periodic
4444
spec:
45-
schedule: "*/30 * * * *" # every 30 minutes see crontab.guru
45+
schedule: "0/30 * * * *" # every 30 minutes, starting from the top of the hour (see crontab.guru)
4646
jobTemplate:
4747
spec:
48+
concurrencyPolicy: Forbid
49+
failedJobsHistoryLimit: 1000
50+
successfulJobsHistoryLimit: 1000
4851
template:
4952
spec:
5053
serviceAccountName: codeflare-self-test-serviceaccount
5154
containers:
5255
- name: self-test
53-
image: ghcr.io/project-codeflare/codeflare-self-test:0.10.4
56+
image: ghcr.io/project-codeflare/codeflare-self-test:0.11.0
5457
env:
5558
# - name: GUIDEBOOK_RUN_ARGS
5659
# value: "-V"

Diff for: package.json

+2
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@
124124
"infile": "CHANGELOG.md"
125125
},
126126
"@release-it/bumper": {
127+
"out": "deploy/self-test/roberta/1gpu/once.yaml",
128+
"out": "deploy/self-test/roberta/1gpu/periodic.yaml",
127129
"out": "plugins/plugin-client-default/package.json"
128130
}
129131
}

0 commit comments

Comments
 (0)