From 945c14943832eb96cd59bdaf63cdabcebf29ad4c Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 24 Feb 2023 11:15:54 +0100 Subject: [PATCH] [config v2] Add intermetiate epochs from config v1 (#16265) --- .c3i/config_v2.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.c3i/config_v2.yml b/.c3i/config_v2.yml index 430257ca16..0062897c30 100644 --- a/.c3i/config_v2.yml +++ b/.c3i/config_v2.yml @@ -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"