Skip to content

Commit

Permalink
Merge pull request #224 from danidoni/reflect-the-change-of-our-main-…
Browse files Browse the repository at this point in the history
…os-version

Update the monitoring configuration for 15.6
  • Loading branch information
danidoni committed Jul 29, 2024
2 parents d52e31a + 2c5d017 commit 6c2faff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/amqp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def osu_package?(payload:)
return false if payload['project'] != 'OBS:Server:Unstable'

payload['package'] == 'obs-server' &&
payload['repository'] == '15.5' &&
payload['repository'] == '15.6' &&
payload['arch'] == 'x86_64'
end
end
2 changes: 1 addition & 1 deletion lib/obs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def notify(status:)
@trello.status = status
@trello.notify

slack_message = 'Build failed for obs-server. https://build.opensuse.org/package/live_build_log/OBS:Server:Unstable/obs-server/15.5/x86_64'
slack_message = 'Build failed for obs-server. https://build.opensuse.org/package/live_build_log/OBS:Server:Unstable/obs-server/15.6/x86_64'
@slack.notify(message: slack_message) if status == :failed
end

Expand Down

0 comments on commit 6c2faff

Please sign in to comment.