Skip to content

Commit

Permalink
Replace "mysql:" with "database:"
Browse files Browse the repository at this point in the history
  • Loading branch information
freyes committed Dec 17, 2024
1 parent e301916 commit 53697be
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions zuul.d/pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
gerrit:
# Note that gerrit keywords are case-sensitive.
Verified: 1
mysql:
database:
failure:
gerrit:
Verified: -1
mysql:
database:

- pipeline:
name: experimental
Expand All @@ -74,10 +74,10 @@
comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*check experimental\s*$
success:
gerrit: {}
mysql:
database:
failure:
gerrit: {}
mysql:
database:

- pipeline:
name: periodic-daily
Expand All @@ -90,9 +90,9 @@
timer:
- time: '0 4 * * *'
success:
mysql:
database:
failure:
mysql:
database:

- pipeline:
name: periodic-weekly
Expand All @@ -107,9 +107,9 @@
# is a working day in some geographies.
- time: '0 4 * * 6'
success:
mysql:
database:
failure:
mysql:
database:

- pipeline:
name: periodic-weekly-sunday
Expand All @@ -122,9 +122,9 @@
timer:
- time: '11 1 * * 0'
success:
mysql:
database:
failure:
mysql:
database:

- pipeline:
name: periodic-weekly-monday
Expand All @@ -137,9 +137,9 @@
timer:
- time: '11 1 * * 1'
success:
mysql:
database:
failure:
mysql:
database:

- pipeline:
name: periodic-weekly-tuesday
Expand All @@ -152,9 +152,9 @@
timer:
- time: '11 1 * * 2'
success:
mysql:
database:
failure:
mysql:
database:

- pipeline:
name: periodic-weekly-wednesday
Expand All @@ -167,9 +167,9 @@
timer:
- time: '11 1 * * 3'
success:
mysql:
database:
failure:
mysql:
database:

- pipeline:
name: periodic-weekly-thursday
Expand All @@ -182,9 +182,9 @@
timer:
- time: '11 1 * * 4'
success:
mysql:
database:
failure:
mysql:
database:

- pipeline:
name: periodic-weekly-friday
Expand All @@ -197,9 +197,9 @@
timer:
- time: '11 1 * * 5'
success:
mysql:
database:
failure:
mysql:
database:

- pipeline:
name: periodic-weekly-saturday
Expand All @@ -212,9 +212,9 @@
timer:
- time: '11 1 * * 6'
success:
mysql:
database:
failure:
mysql:
database:

- pipeline:
name: promote
Expand All @@ -233,7 +233,7 @@
- event: change-merged
success:
gerrit: {}
mysql:
database:
failure:
gerrit: {}
mysql:
database:

0 comments on commit 53697be

Please sign in to comment.