dotnet / arcade-services

Arcade Engineering Services
MIT License
61 stars 74 forks source link

PCS scheduled subscriptions not triggered #4133

Closed oleksandr-didyk closed 1 hour ago

oleksandr-didyk commented 2 hours ago

Existing PCS subscriptions are not being triggered.

Example: dotnet/dnceng -> arcade-services subscription points to an obsolete build

https://github.com/dotnet/dnceng (.NET Eng Services - Prod) ==> 'https://github.com/dotnet/arcade-services' ('main')
  - Id: 00000000-d81a-43a9-ad8c-86b6fa5394ca
  - Update Frequency: EveryWeek
  - Enabled: True
  - Batchable: False
  - PR Failure Notification tags:
  - Source-enabled: False
  - Merge Policies:
    Standard
  - Last Build: 20241008.1 (dce0b184c1c7d9863411b907bc6e04d614a9d482)

Latest builds of dotnet/dnceng at the moment of running the command Image

oleksandr-didyk commented 2 hours ago

The container EXEC command in the jobs was missing a frequency. Added it manually to the deployed jobs and opened PR to add them to the bicep template