diff --git a/tests/project/reactor.rc b/tests/project/reactor.rc index f7b8973..17975af 100644 --- a/tests/project/reactor.rc +++ b/tests/project/reactor.rc @@ -2,10 +2,13 @@ REACTOR_NAME=sleep-counter REACTOR_DESCRIPTION="Sleeps for a defined number and length of iterations" REACTOR_ALIAS=sleep-counter +REACTOR_TOKENS=1 +REACTOR_PRIVILEGED= +REACTOR_USE_UID= REACTOR_STATEFUL= # Docker image DOCKER_HUB_ORG=tacc DOCKER_IMAGE_TAG=sleep-counter -DOCKER_IMAGE_VERSION=1.0.0 +DOCKER_IMAGE_VERSION=1.0.1 # DOCKER_USE_COMMIT_HASH=1 diff --git a/tests/project/secrets.json b/tests/project/secrets.json index e69de29..0967ef4 100644 --- a/tests/project/secrets.json +++ b/tests/project/secrets.json @@ -0,0 +1 @@ +{}