From e138bfb8e12092a3c080e4887d912b5436bdf11a Mon Sep 17 00:00:00 2001 From: Umer Date: Wed, 7 Dec 2022 20:42:48 +0500 Subject: [PATCH 1/4] feat: staking test --- .github/workflows/beekeeper.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beekeeper.yml b/.github/workflows/beekeeper.yml index 301295f526b..ef42b746689 100644 --- a/.github/workflows/beekeeper.yml +++ b/.github/workflows/beekeeper.yml @@ -11,9 +11,9 @@ env: K3S_VERSION: "v1.21.14+k3s1" REPLICA: 3 RUN_TYPE: "PR RUN" - SETUP_CONTRACT_IMAGE_TAG: "0.9.4" + SETUP_CONTRACT_IMAGE_TAG: "0.9.6" BEELOCAL_BRANCH: "main" - BEEKEEPER_BRANCH: "start-block" + BEEKEEPER_BRANCH: "staking_test" BEEKEEPER_METRICS_ENABLED: false REACHABILITY_OVERRIDE_PUBLIC: true BATCHFACTOR_OVERRIDE_PUBLIC: 2 @@ -119,6 +119,9 @@ jobs: - name: Set local cluster run: | timeout ${TIMEOUT} make deploylocal BEEKEEPER_CLUSTER=local-dns + - name: Test staking + id: stake + run: timeout ${TIMEOUT} beekeeper check --cluster-name local-dns --checks ci-stake - name: Test pingpong id: pingpong run: timeout ${TIMEOUT} bash -c 'until beekeeper check --cluster-name local-dns --checks ci-pingpong; do echo "waiting for pingpong..."; sleep .3; done' From 9576a2dbe68b6b4ca294b07b1f4a572d22844443 Mon Sep 17 00:00:00 2001 From: Umer Date: Wed, 7 Dec 2022 20:42:48 +0500 Subject: [PATCH 2/4] feat: staking test --- .github/workflows/beekeeper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beekeeper.yml b/.github/workflows/beekeeper.yml index ef42b746689..7f6b3e3fa3d 100644 --- a/.github/workflows/beekeeper.yml +++ b/.github/workflows/beekeeper.yml @@ -11,7 +11,7 @@ env: K3S_VERSION: "v1.21.14+k3s1" REPLICA: 3 RUN_TYPE: "PR RUN" - SETUP_CONTRACT_IMAGE_TAG: "0.9.6" + SETUP_CONTRACT_IMAGE_TAG: "0.9.8" BEELOCAL_BRANCH: "main" BEEKEEPER_BRANCH: "staking_test" BEEKEEPER_METRICS_ENABLED: false From c3508f6312374f6292939f31e18858661a5f10e3 Mon Sep 17 00:00:00 2001 From: Umer Date: Thu, 15 Dec 2022 18:27:48 +0500 Subject: [PATCH 3/4] fix: beekeeper branch --- .github/workflows/beekeeper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beekeeper.yml b/.github/workflows/beekeeper.yml index 7f6b3e3fa3d..a970438062a 100644 --- a/.github/workflows/beekeeper.yml +++ b/.github/workflows/beekeeper.yml @@ -13,7 +13,7 @@ env: RUN_TYPE: "PR RUN" SETUP_CONTRACT_IMAGE_TAG: "0.9.8" BEELOCAL_BRANCH: "main" - BEEKEEPER_BRANCH: "staking_test" + BEEKEEPER_BRANCH: "start-block" BEEKEEPER_METRICS_ENABLED: false REACHABILITY_OVERRIDE_PUBLIC: true BATCHFACTOR_OVERRIDE_PUBLIC: 2 From 42aa86419208d1e648edcf8f95785ef1deba336b Mon Sep 17 00:00:00 2001 From: notanatol Date: Thu, 15 Dec 2022 14:02:51 +0000 Subject: [PATCH 4/4] fix: switch to master --- .github/workflows/beekeeper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beekeeper.yml b/.github/workflows/beekeeper.yml index a970438062a..ceb2ee79597 100644 --- a/.github/workflows/beekeeper.yml +++ b/.github/workflows/beekeeper.yml @@ -13,7 +13,7 @@ env: RUN_TYPE: "PR RUN" SETUP_CONTRACT_IMAGE_TAG: "0.9.8" BEELOCAL_BRANCH: "main" - BEEKEEPER_BRANCH: "start-block" + BEEKEEPER_BRANCH: "master" BEEKEEPER_METRICS_ENABLED: false REACHABILITY_OVERRIDE_PUBLIC: true BATCHFACTOR_OVERRIDE_PUBLIC: 2