Work CI-CD
- Increase time between pdate cycles to allow long running one to complete without overlapping the next. - Remove Sht4x from exclusion list (was added recently). ***NO_CI***
This commit is contained in:
Родитель
be9db7bc4b
Коммит
a855fb819c
|
@ -7,9 +7,9 @@ name: Update dependencies (round 4)
|
|||
|
||||
on:
|
||||
schedule:
|
||||
# At 00:45 UTC.
|
||||
# At 01:45 UTC.
|
||||
# Set 15 min apart from previous round to allow enough time for any changes to propagate.
|
||||
- cron: '45 00 * * Wed,Fri'
|
||||
- cron: '45 01 * * Wed,Fri'
|
||||
repository_dispatch:
|
||||
types: update-dependencies
|
||||
workflow_dispatch:
|
||||
|
@ -24,4 +24,5 @@ jobs:
|
|||
solutionsToCheck: '*.sln'
|
||||
workingDirectory: devices
|
||||
branchToPr: 'develop'
|
||||
exclusionList: 'Card,CharacterLcd,Ft6xx6x,ShiftRegister,NumberHelper,System.Buffers.Binary.BinaryPrimitives,Multiplexing,System.Device.Model,System.Diagnostics.Stopwatch,System.Drawing,System.Numerics,WeatherHelper,BoardLed,BuildHat,Common,Display,Ft232H,Ili9341,Pca9685,RGBLedMatrix,Scd4x,Seesaw,SensorHub,Sht4x,SocketCan,Ssd1351,StUsb4500,UFireIse'
|
||||
# these projects are in other update rounds or in the works (genereted devices)
|
||||
exclusionList: 'Card,CharacterLcd,Ft6xx6x,ShiftRegister,NumberHelper,System.Buffers.Binary.BinaryPrimitives,Multiplexing,System.Device.Model,System.Diagnostics.Stopwatch,System.Drawing,System.Numerics,WeatherHelper,BoardLed,BuildHat,Common,Display,Ft232H,Ili9341,Pca9685,RGBLedMatrix,Scd4x,SensorHub,SocketCan,Ssd1351,StUsb4500,UFireIse'
|
||||
|
|
|
@ -8,9 +8,9 @@ name: Update dependencies (round 5)
|
|||
|
||||
on:
|
||||
schedule:
|
||||
# At 02:30 UTC.
|
||||
# Set 2 hours apart from previous round to allow enough time for any changes to propagate.
|
||||
- cron: '30 02 * * Wed,Fri'
|
||||
# At 03:30 UTC.
|
||||
# Set 3 hours apart from previous round to allow enough time for any changes to propagate.
|
||||
- cron: '30 03 * * Wed,Fri'
|
||||
repository_dispatch:
|
||||
types: update-dependencies
|
||||
workflow_dispatch:
|
||||
|
|
Загрузка…
Ссылка в новой задаче