-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature(dependabot): scan docker based loaders for updates
since dependabot is expecting very specific format of yaml files it can find and update: * name starts with `values_` * docker image need to be under `image` key since we use same dockerhub repo for most of the loader images and dependabot only handle update of one of them, we had to split it to multiple files that would be scan seperatly. `sct_config` would collect all of those back into the configuration in the same structure it was until this change (cherry picked from commit 5002022)
- Loading branch information
1 parent
89fcc85
commit d2ae6cd
Showing
15 changed files
with
81 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "pip" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
day: "sunday" | ||
|
||
allow: | ||
- dependency-name: "scylla-driver" | ||
dependency-type: "direct" | ||
|
||
reviewers: | ||
- "scylladb/qa-maintainers" | ||
assignees: | ||
- "scylladb/qa-maintainers" | ||
|
||
- package-ecosystem: "docker" | ||
directories: | ||
- "/defaults/docker_images/alternator-dns" | ||
- "/defaults/docker_images/cassandra-stress" | ||
- "/defaults/docker_images/cdc-stresser" | ||
- "/defaults/docker_images/cql-stress-cassandra-stress" | ||
- "/defaults/docker_images/gemini" | ||
- "/defaults/docker_images/harry" | ||
- "/defaults/docker_images/kcl" | ||
- "/defaults/docker_images/latte" | ||
- "/defaults/docker_images/nosqlbench" | ||
- "/defaults/docker_images/ndbench" | ||
- "/defaults/docker_images/scylla-bench" | ||
- "/defaults/docker_images/ycsb" | ||
|
||
schedule: | ||
interval: "daily" | ||
time: "03:00" | ||
|
||
reviewers: | ||
- "scylladb/qa-maintainers" | ||
assignees: | ||
- "scylladb/qa-maintainers" |
2 changes: 2 additions & 0 deletions
2
defaults/docker_images/alternator-dns/values_alternator-dns.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
alternator-dns: | ||
image: 'scylladb/hydra-loaders:alternator-dns-0.1' |
2 changes: 2 additions & 0 deletions
2
defaults/docker_images/cassandra-stress/values_cassandra-stress.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
cassandra-stress: | ||
image: 'scylladb/cassandra-stress:3.13.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
cdc-stresser: | ||
image: 'scylladb/hydra-loaders:cdc-stresser-20210630' |
2 changes: 2 additions & 0 deletions
2
defaults/docker_images/cql-stress-cassandra-stress/values_cql-stress-cassandra-stress.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
cql-stress-cassandra-stress: | ||
image: 'docker.io/scylladb/hydra-loaders:cql-stress-cassandra-stress-20240718' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
gemini: | ||
image: 'scylladb/hydra-loaders:gemini-v1.8.6' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
harry: | ||
image: 'scylladb/hydra-loaders:cassandra-harry-jdk11-20220816' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
kcl: | ||
image: 'scylladb/hydra-loaders:kcl-jdk8-20210526-ShardSyncStrategyType-PERIODIC' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
latte: | ||
image: 'scylladb/hydra-loaders:latte-0.28.1-scylladb' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ndbench: | ||
image: 'scylladb/hydra-loaders:ndbench-jdk8-20210720' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
nosqlbench: | ||
image: 'scylladb/hydra-loaders:nosqlbench-5.21.2' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
scylla-bench: | ||
image: 'scylladb/hydra-loaders:scylla-bench-v0.1.24' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ycsb: | ||
image: 'scylladb/hydra-loaders:ycsb-jdk8-20220918' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters