From d71295e0451260acdcfdfb14477c0e21bc4ed311 Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Mon, 13 Jun 2022 09:50:40 +0200 Subject: [PATCH] Revert "SConstruct: set AGNOS from /AGNOS" until Jenkins devices are updated This reverts commit 84c741ecf6ac0727a29aeebb5f2a6539c2d76dd2. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index edf14b4725..0aeb382c23 100644 --- a/SConstruct +++ b/SConstruct @@ -6,7 +6,7 @@ import platform import numpy as np TICI = os.path.isfile('/TICI') -AGNOS = os.path.isfile('/AGNOS') +AGNOS = TICI Decider('MD5-timestamp')