[dv,tests] add example concurrency test to DV smoke regression

This addes the example concurrency test to the smoke regression that is
run in private CI.

Signed-off-by: Timothy Trippel <ttrippel@google.com>
diff --git a/hw/top_earlgrey/dv/chip_sim_cfg.hjson b/hw/top_earlgrey/dv/chip_sim_cfg.hjson
index fe39d53..84795e2 100644
--- a/hw/top_earlgrey/dv/chip_sim_cfg.hjson
+++ b/hw/top_earlgrey/dv/chip_sim_cfg.hjson
@@ -311,6 +311,12 @@
       en_run_modes: ["sw_test_mode_test_rom"]
     }
     {
+      name: chip_sw_example_concurrency
+      uvm_test_seq: chip_sw_base_vseq
+      sw_images: ["//sw/device/tests:example_concurrency_test:1"]
+      en_run_modes: ["sw_test_mode_test_rom"]
+    }
+    {
       name: chip_sw_clkmgr_escalation_reset
       uvm_test_seq: chip_sw_clkmgr_escalation_reset_vseq
       sw_images: ["//sw/device/tests/sim_dv:clkmgr_escalation_reset_test:1"]
@@ -1287,7 +1293,8 @@
               "chip_plic_all_irqs",
               "chip_sw_example_flash",
               "chip_sw_example_rom",
-              "chip_sw_example_manufacturer"]
+              "chip_sw_example_manufacturer",
+              "chip_sw_example_concurrency"]
               // TODO: add this test after enabling HW verification: "rom_e2e_smoke"]
     }
     {