From dbb1378a01b950c833e1d33bac903aa72c6a682c Mon Sep 17 00:00:00 2001 From: gammazero Date: Thu, 5 Oct 2023 15:14:26 -0700 Subject: [PATCH 1/5] Use a concrete release of singularity for integration test Fixes #147 --- integration/test/motionlarity/.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/test/motionlarity/.env b/integration/test/motionlarity/.env index 92963cd..ae2b35e 100644 --- a/integration/test/motionlarity/.env +++ b/integration/test/motionlarity/.env @@ -1,4 +1,4 @@ -SINGULARITY_REF=:dummy +SINGULARITY_REF=v0.5.0 LOTUS_TEST='true' LOTUS_API=http://lotus:1234/rpc/v1 MOTION_PRICE_PER_GIB_EPOCH=0 @@ -8,4 +8,4 @@ MOTION_SINGULARITY_SCHEDULE_CRON='* * * * * *' MOTION_VERIFIED_DEAL=false MOTION_SINGULARITY_SCHEDULE_DEAL_NUMBER=25 MARKET_DEAL_URL= -MOTION_SINGULARITY_LOCAL_CLEANUP_INTERVAL=10s \ No newline at end of file +MOTION_SINGULARITY_LOCAL_CLEANUP_INTERVAL=10s From 133a046d1eb2500abb578f2222fbad8a34b34215 Mon Sep 17 00:00:00 2001 From: gammazero Date: Tue, 10 Oct 2023 11:42:46 -0700 Subject: [PATCH 2/5] update env var --- integration/test/motionlarity/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/test/motionlarity/.env b/integration/test/motionlarity/.env index ae2b35e..6ad9f2b 100644 --- a/integration/test/motionlarity/.env +++ b/integration/test/motionlarity/.env @@ -1,4 +1,4 @@ -SINGULARITY_REF=v0.5.0 +SINGULARITY_REF=:0.5.0 LOTUS_TEST='true' LOTUS_API=http://lotus:1234/rpc/v1 MOTION_PRICE_PER_GIB_EPOCH=0 From eff28708c8f3459dd9cf0701ebe6223c022e6b3c Mon Sep 17 00:00:00 2001 From: gammazero Date: Tue, 10 Oct 2023 16:03:37 -0700 Subject: [PATCH 3/5] Use main tag as it looks like version tag not used as image alias --- integration/test/motionlarity/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/test/motionlarity/.env b/integration/test/motionlarity/.env index 6ad9f2b..b6c293c 100644 --- a/integration/test/motionlarity/.env +++ b/integration/test/motionlarity/.env @@ -1,4 +1,4 @@ -SINGULARITY_REF=:0.5.0 +SINGULARITY_REF=:main LOTUS_TEST='true' LOTUS_API=http://lotus:1234/rpc/v1 MOTION_PRICE_PER_GIB_EPOCH=0 From a9f3db4029c4f77062f4ab4c26983cac2a294616 Mon Sep 17 00:00:00 2001 From: gammazero Date: Wed, 11 Oct 2023 09:34:08 -0700 Subject: [PATCH 4/5] Try tag v0.5.0 --- integration/test/motionlarity/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/test/motionlarity/.env b/integration/test/motionlarity/.env index b6c293c..d70b23a 100644 --- a/integration/test/motionlarity/.env +++ b/integration/test/motionlarity/.env @@ -1,4 +1,4 @@ -SINGULARITY_REF=:main +SINGULARITY_REF=:v0.5.0 LOTUS_TEST='true' LOTUS_API=http://lotus:1234/rpc/v1 MOTION_PRICE_PER_GIB_EPOCH=0 From d9890baa2f44cc9f4105d49fb76f7b05c9b363d0 Mon Sep 17 00:00:00 2001 From: gammazero Date: Wed, 11 Oct 2023 20:04:32 -0700 Subject: [PATCH 5/5] Use newest tagged release --- integration/test/motionlarity/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/test/motionlarity/.env b/integration/test/motionlarity/.env index d70b23a..684a652 100644 --- a/integration/test/motionlarity/.env +++ b/integration/test/motionlarity/.env @@ -1,4 +1,4 @@ -SINGULARITY_REF=:v0.5.0 +SINGULARITY_REF=:v0.5.1 LOTUS_TEST='true' LOTUS_API=http://lotus:1234/rpc/v1 MOTION_PRICE_PER_GIB_EPOCH=0