Skip to content

Commit

Permalink
fix: release-it bumper should bump the self-test container versus in …
Browse files Browse the repository at this point in the history
…roberta self-test

this also manually bumps the yaml versions from the 0.11.0 release that were missed by this oversight.
  • Loading branch information
starpit committed Aug 29, 2022
1 parent 3ad8c79 commit 263f399
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 84 deletions.
80 changes: 0 additions & 80 deletions deploy/self-test/roberta/1gpu/cron.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion deploy/self-test/roberta/1gpu/once.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
serviceAccountName: codeflare-self-test-serviceaccount
containers:
- name: self-test
image: ghcr.io/project-codeflare/codeflare-self-test:0.10.4
image: ghcr.io/project-codeflare/codeflare-self-test:0.11.0
env:
# - name: GUIDEBOOK_RUN_ARGS
# value: "-V"
Expand Down
9 changes: 6 additions & 3 deletions deploy/self-test/roberta/1gpu/periodic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,20 @@ roleRef:
apiVersion: batch/v1
kind: CronJob
metadata:
name: codeflare-self-test-roberta-1gpu
name: codeflare-self-test-roberta-1gpu-periodic
spec:
schedule: "*/30 * * * *" # every 30 minutes see crontab.guru
schedule: "0/30 * * * *" # every 30 minutes, starting from the top of the hour (see crontab.guru)
jobTemplate:
spec:
concurrencyPolicy: Forbid
failedJobsHistoryLimit: 1000
successfulJobsHistoryLimit: 1000
template:
spec:
serviceAccountName: codeflare-self-test-serviceaccount
containers:
- name: self-test
image: ghcr.io/project-codeflare/codeflare-self-test:0.10.4
image: ghcr.io/project-codeflare/codeflare-self-test:0.11.0
env:
# - name: GUIDEBOOK_RUN_ARGS
# value: "-V"
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@
"infile": "CHANGELOG.md"
},
"@release-it/bumper": {
"out": "deploy/self-test/roberta/1gpu/once.yaml",
"out": "deploy/self-test/roberta/1gpu/periodic.yaml",
"out": "plugins/plugin-client-default/package.json"
}
}
Expand Down

0 comments on commit 263f399

Please sign in to comment.