From b799be0fd75da7ad4cbf1167ca9dca8b6e771551 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Thu, 15 Feb 2024 16:25:38 +0100 Subject: [PATCH 1/2] chore: bump tests package --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 6b65bb59..f42e7379 100644 --- a/default.nix +++ b/default.nix @@ -10,7 +10,7 @@ pkgs ? import nixpkgs {} , blockfrost-tests ? (builtins.fetchGit { url = "ssh://git@github.com/blockfrost/blockfrost-tests.git"; - rev = "f405b3a27aa6bcc31c7e75a4c549448fc7686fc0"; + rev = "f64e6805b6eacd72db4985899192a2fbd07bdbc1"; }) , system ? builtins.currentSystem }: From 80d52ce244d13d217e23d8812c377ca6244da6ec Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Thu, 15 Feb 2024 16:39:58 +0100 Subject: [PATCH 2/2] CI: concurrent integration tests in CI --- .gitlab-ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7677018d..7e8c5e2c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,7 @@ stages: - prebuild - build - - integration tests - mainnet - - integration tests - testnets + - integration tests Lint, Typescript: stage: prebuild @@ -22,21 +21,21 @@ Nix build: - nix-build -A blockfrost-backend-ryo Integration tests - mainnet: - stage: integration tests - mainnet + stage: integration tests needs: - Nix build script: - nix-build -A blockfrost-backend-ryo-test-mainnet --option sandbox false Integration tests - preview: - stage: integration tests - testnets + stage: integration tests needs: - Nix build script: - nix-build -A blockfrost-backend-ryo-test-preview --option sandbox false Integration tests - preprod: - stage: integration tests - testnets + stage: integration tests needs: - Nix build script: