[config v2] Add intermetiate epochs from config v1 (#16265)

This commit is contained in:
Daniel
2023-02-24 11:15:54 +01:00
committed by GitHub
parent 158bef8f2b
commit 945c149438

View File

@@ -46,7 +46,7 @@ tasks:
configurations:
- id: linux-gcc
epochs: [0, 20220628]
epochs: [0, 20211221, 20220120, 20220628]
hrname: "Linux, GCC"
build_profile:
os: "Linux"
@@ -59,7 +59,7 @@ configurations:
compiler.version: ["11"]
build_type: ["Release"]
- id: configs/macos-clang
epochs: [0, 20220628]
epochs: [0, 20211221, 20220120, 20220628]
hrname: "macOS, Clang"
build_profile:
os: "Macos"
@@ -72,7 +72,7 @@ configurations:
compiler.libcxx: [ "libc++" ]
build_type: [ "Release"]
- id: configs/macos-m1-clang
epochs: [0, 20220628]
epochs: [0, 20211221, 20220120, 20220628]
hrname: "macOS M1, Clang"
build_profile:
os: "Macos"
@@ -86,7 +86,7 @@ configurations:
compiler.libcxx: [ "libc++" ]
build_type: [ "Release"]
- id: configs/windows-msvc
epochs: [0, 20220628]
epochs: [0, 20211221, 20220120, 20220628]
hrname: "Windows, MSVC"
build_profile:
os: "Windows"