From ede80410eaf40103e4dbd31429862e39d7d8c58d Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Tue, 23 Jan 2024 10:47:36 +0200 Subject: [PATCH 1/2] Disable Report workflows (#91) --- .github/workflows/report-HoldMyBeerTest.yaml | 4 ++-- .github/workflows/report-PeersTest.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/report-HoldMyBeerTest.yaml b/.github/workflows/report-HoldMyBeerTest.yaml index 1a1952d..3bf1438 100644 --- a/.github/workflows/report-HoldMyBeerTest.yaml +++ b/.github/workflows/report-HoldMyBeerTest.yaml @@ -2,8 +2,8 @@ name: Report - HoldMyBeerTest on: - schedule: - - cron: '30 1 */2 * *' + # schedule: + # - cron: '30 1 */2 * *' workflow_dispatch: jobs: diff --git a/.github/workflows/report-PeersTest.yaml b/.github/workflows/report-PeersTest.yaml index d1591ee..1c340d4 100644 --- a/.github/workflows/report-PeersTest.yaml +++ b/.github/workflows/report-PeersTest.yaml @@ -2,8 +2,8 @@ name: Report - PeersTest on: - schedule: - - cron: '30 1 */2 * *' + # schedule: + # - cron: '30 1 */2 * *' workflow_dispatch: jobs: From 9a626b7260e11132f7b6e75ad336e03d38c0f87c Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Thu, 25 Jan 2024 19:10:49 +0200 Subject: [PATCH 2/2] Updates contracts image to latest working one (#92) --- .../CodexContractsPlugin/CodexContractsContainerRecipe.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectPlugins/CodexContractsPlugin/CodexContractsContainerRecipe.cs b/ProjectPlugins/CodexContractsPlugin/CodexContractsContainerRecipe.cs index e381414..2813307 100644 --- a/ProjectPlugins/CodexContractsPlugin/CodexContractsContainerRecipe.cs +++ b/ProjectPlugins/CodexContractsPlugin/CodexContractsContainerRecipe.cs @@ -7,7 +7,7 @@ namespace CodexContractsPlugin { public class CodexContractsContainerRecipe : ContainerRecipeFactory { - public static string DockerImage { get; } = "codexstorage/codex-contracts-eth:latest-dist-tests"; + public static string DockerImage { get; } = "codexstorage/codex-contracts-eth:sha-b5f3399-dist-tests"; public const string MarketplaceAddressFilename = "/hardhat/deployments/codexdisttestnetwork/Marketplace.json"; public const string MarketplaceArtifactFilename = "/hardhat/artifacts/contracts/Marketplace.sol/Marketplace.json";