From b1566ed3d39b21192dc5da410f00835f9b77ee02 Mon Sep 17 00:00:00 2001 From: Georgi Matev Date: Thu, 16 Mar 2023 00:10:39 -0400 Subject: [PATCH] Fix CI-Test-Cleanup workflow definition (#2830) Incorrect workflow definition --- #### Does this PR need a docs update or release note? - [ ] :white_check_mark: Yes, it's included - [ ] :clock1: Yes, but in a later PR - [x] :no_entry: No #### Type of change - [ ] :sunflower: Feature - [x] :bug: Bugfix - [ ] :world_map: Documentation - [ ] :robot: Test - [ ] :computer: CI/Deployment - [ ] :broom: Tech Debt/Cleanup #### Issue(s) #### Test Plan - [ ] :muscle: Manual - [ ] :zap: Unit test - [ ] :green_heart: E2E --- .github/workflows/ci_test_cleanup.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_test_cleanup.yml b/.github/workflows/ci_test_cleanup.yml index 694ec365c..795f138af 100644 --- a/.github/workflows/ci_test_cleanup.yml +++ b/.github/workflows/ci_test_cleanup.yml @@ -10,11 +10,11 @@ jobs: runs-on: ubuntu-latest continue-on-error: true strategy: + # jobs are expanded per user. Try to run 2 jobs per active user at a time + max-parallel: 6 matrix: folder: [Corso_Restore_, TestRestore, testfolder, incrementals_ci_, Alcion_Restore_, ''] user: [CORSO_M365_TEST_USER_ID, CORSO_SECONDARY_M365_TEST_USER_ID, EXT_SDK_TEST_USER_ID] - # jobs are expanded per user. Try to run 2 jobs per active user at a time - max-parallel: 6 include: - folder: "" user: ""