Skip to content

Commit 1ddb1fb

Browse files
author
Andrei Neagu
committed
fixed ci issues
1 parent 522c336 commit 1ddb1fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/e2e/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ echo LOGIN_REGISTRATION_CONFIRMATION_REQUIRED=0 >> $(SIMCORE_DOT_ENV)
1717
echo DIRECTOR_DEFAULT_MAX_NANO_CPUS=1000000000 >> $(SIMCORE_DOT_ENV)
1818
echo DIRECTOR_DEFAULT_MAX_MEMORY=134217728 >> $(SIMCORE_DOT_ENV)
1919
echo SIDECAR_FORCE_CPU_NODE=1 >> $(SIMCORE_DOT_ENV)
20+
echo NOTIFICATIONS_LOGLEVEL=INFO >> $(SIMCORE_DOT_ENV)
21+
echo NOTIFICATIONS_TRACING=null >> $(SIMCORE_DOT_ENV)
2022
$(MAKE_C) $(REPO_BASE_DIR) up-prod ops_ci=1
2123
endef
2224

0 commit comments

Comments
 (0)