Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions buildkite/scripts/client-sdk-tool.sh

This file was deleted.

39 changes: 0 additions & 39 deletions buildkite/src/Jobs/Release/ClientSdk.dhall

This file was deleted.

59 changes: 0 additions & 59 deletions buildkite/src/Jobs/Test/ClientSdk.dhall

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: {{ .Values.leaderboard.name }}
Expand Down
2 changes: 1 addition & 1 deletion helm/archive-node/templates/dump-archive-cronjob.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if and .Values.archive.enablePostgresDB .Values.archive.enableDumpCronjob }}
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: "{{ template "archive-node.fullname" . }}-dump-cronjob"
Expand Down
2 changes: 1 addition & 1 deletion helm/cron_jobs/devnet-dump-archive-cronjob.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kubectl apply -f helm/cron_jobs/devnet-dump-archive-cronjob.yaml
# the above command, with this accompanying file, needs only be run once. it does not get run in CI. this file is provided here for future reference
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: devnet-dump-archive-cronjob
Expand Down
2 changes: 1 addition & 1 deletion helm/cron_jobs/devnet-txn-burst-cronjob.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# kubectl apply -f helm/cron_jobs/devnet-txn-burst-cronjob.yaml
# the above command, with this accompanying file, needs only be run once. it does not get run in CI. this file is provided here for future reference
# make sure you're in the devnet2 namespace
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: devnet-txn-burst-cronjob
Expand Down
2 changes: 1 addition & 1 deletion helm/cron_jobs/devnet2-dump-archive-cronjob.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kubectl apply -f helm/cron_jobs/devnet2-dump-archive-cronjob.yaml
# the above command, with this accompanying file, needs only be run once. it does not get run in CI. this file is provided here for future reference
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: devnet2-dump-archive-cronjob
Expand Down
2 changes: 1 addition & 1 deletion helm/cron_jobs/mainnet-dump-staking-ledger-cronjob.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kubectl apply -f helm/cron_jobs/mainnet-dump-staking-ledger-cronjob.yaml
# the above command, with this accompanying file, needs only be run once. it does not get run in CI. this file is provided here for future reference
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: mainnet-dump-staking-ledger-cronjob-2
Expand Down
2 changes: 1 addition & 1 deletion helm/leaderboard/templates/email-cron.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: "email-cron"
Expand Down
2 changes: 1 addition & 1 deletion helm/leaderboard/templates/leaderboard-cron.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: "leaderboard-cron"
Expand Down
2 changes: 1 addition & 1 deletion helm/watchdog/templates/watchdog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
path: keyfile.json
{{- end }}
---
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: watchdog-make-reports
Expand Down
36 changes: 0 additions & 36 deletions scripts/client-sdk-unit-tests.sh

This file was deleted.