From 770d71def84516b10f4f70c85af8179b50cd98f8 Mon Sep 17 00:00:00 2001 From: Zach Showalter Date: Thu, 12 Sep 2024 10:39:59 -0400 Subject: [PATCH 1/3] update `orbit-actions` submodule to point to latest commit on `integration` branch --- orbit-actions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orbit-actions b/orbit-actions index c9a1eebe..751be3fd 160000 --- a/orbit-actions +++ b/orbit-actions @@ -1 +1 @@ -Subproject commit c9a1eebe782710b274a8c06568a1b0fe87fd1017 +Subproject commit 751be3fd8c19647b8ded06b136a8170458542d9f From 0657371b8fe73ac0e1fb2b1bcade81a285280ccf Mon Sep 17 00:00:00 2001 From: Zach Showalter Date: Thu, 12 Sep 2024 14:01:35 -0400 Subject: [PATCH 2/3] Longer timeout for smoke test while slowdown is investigated --- .github/workflows/smoke-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoke-test.yml b/.github/workflows/smoke-test.yml index a3726a07..35477a8f 100644 --- a/.github/workflows/smoke-test.yml +++ b/.github/workflows/smoke-test.yml @@ -69,4 +69,4 @@ jobs: - name: Smoke Test with Latest Espresso Image run: | ${{ matrix.test-script }} - timeout-minutes: 30 + timeout-minutes: 60 From b3691929bd4fc5b9c865bb93ea47d43ca52dacd5 Mon Sep 17 00:00:00 2001 From: Zach Showalter Date: Thu, 12 Sep 2024 15:35:32 -0400 Subject: [PATCH 3/3] point orbit-action submodule to integration branch in .gitmodules --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 2e09524c..07443390 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,4 +4,4 @@ [submodule "orbit-actions"] path = orbit-actions url = git@github.com:EspressoSystems/orbit-actions.git - branch = espresso-migration + branch = integration