Skip to content

Commit

Permalink
Merge pull request #2997 from Vogtinator/bcirepofix
Browse files Browse the repository at this point in the history
gocd: Run BCI RepoPublisher at 9:23 daily
  • Loading branch information
Vogtinator committed Jul 26, 2023
2 parents 2253789 + d0f73e3 commit 2a0b30a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions gocd/bci.gocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,13 @@ pipelines:
SLE_BCI_15SP3.RepoPublisher:
group: BCI
lock_behavior: unlockWhenFinished
timer:
spec: 0 23 9 ? * *
only_on_changes: false
materials:
git:
git: https://github.com/openSUSE/openSUSE-release-tools.git
destination: scripts
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-totest-manager
BCI_TOKEN: '{{SECRET:[opensuse.secrets][BCI_TOKEN]}}'
Expand Down Expand Up @@ -234,9 +238,13 @@ pipelines:
SLE_BCI_15SP4.RepoPublisher:
group: BCI
lock_behavior: unlockWhenFinished
timer:
spec: 0 23 9 ? * *
only_on_changes: false
materials:
git:
git: https://github.com/openSUSE/openSUSE-release-tools.git
destination: scripts
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-totest-manager
BCI_TOKEN: '{{SECRET:[opensuse.secrets][BCI_TOKEN]}}'
Expand Down Expand Up @@ -338,9 +346,13 @@ pipelines:
SLE_BCI_15SP5.RepoPublisher:
group: BCI
lock_behavior: unlockWhenFinished
timer:
spec: 0 23 9 ? * *
only_on_changes: false
materials:
git:
git: https://github.com/openSUSE/openSUSE-release-tools.git
destination: scripts
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-totest-manager
BCI_TOKEN: '{{SECRET:[opensuse.secrets][BCI_TOKEN]}}'
Expand Down
4 changes: 4 additions & 0 deletions gocd/bci.gocd.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,13 @@ pipelines:
SLE_BCI_15<%= sp %>.RepoPublisher:
group: BCI
lock_behavior: unlockWhenFinished
timer:
spec: 0 23 9 ? * *
only_on_changes: false
materials:
git:
git: https://github.com/openSUSE/openSUSE-release-tools.git
destination: scripts
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-totest-manager
BCI_TOKEN: '{{SECRET:[opensuse.secrets][BCI_TOKEN]}}'
Expand Down

0 comments on commit 2a0b30a

Please sign in to comment.