thenatlog 11 months ago
parent
commit
43a64dd768
1 changed files with 7 additions and 5 deletions
  1. 7 5
      .circleci/config.yml

+ 7 - 5
.circleci/config.yml

@@ -8,6 +8,9 @@ jobs:
     machine: true
     resource_class: "exo/hardware"
     steps:
+      - run:
+          name: Stagger Start
+          command: sleep $((RANDOM % 10))
       - checkout
       # - run:
       #     name: Print Machine Details
@@ -32,8 +35,7 @@ jobs:
 workflows:
   check-chips:
     jobs:
-      - check_chip
-      # - check_chip:
-          # matrix:
-          #   parameters:
-          #     target_chip: ["M3", "M4"]
+      - check_chip:
+          matrix:
+            parameters:
+              target_chip: ["M3", "M4"]