Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spec: fix flaky timer based tests #1450

Closed
wants to merge 1 commit into from

Conversation

tkan145
Copy link
Contributor

@tkan145 tkan145 commented Feb 28, 2024

Test commit

Set docker resource to replicate circleci

diff --git a/docker-compose-devel.yml b/docker-compose-devel.yml
index f1f9e927..ce20c55e 100644
--- a/docker-compose-devel.yml
+++ b/docker-compose-devel.yml
@@ -21,5 +21,13 @@ services:
       # https://github.com/jenkinsci/docker/issues/519#issuecomment-313052325
       GIT_COMMITTER_NAME: ${GIT_COMMITTER_NAME:-${USER}}
       GIT_COMMITTER_EMAIL: ${GIT_COMMITTER_EMAIL:-""}
+    deploy:
+      resources:
+        limits:
+          cpus: '0.03'
+          memory: 50M
+        reservations:
+          cpus: '0.02'
+          memory: 20M
   redis:
     image: redis

@tkan145 tkan145 closed this Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant