-
Notifications
You must be signed in to change notification settings - Fork 4
Enable stress tests. #68
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
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently there is an issue where the components are not able to read the stress test data from the bind mount volume. To address this:
- Update
docker-compose.stress.tests.yml
to add the volume to each of the component services. Look atdocker-compose.integration.test.yml
for reference. - Add a
docker-compose.custom-components.yml
file in the custom components repo that adds the volume to each of the component services. Update theJenkinsfile
to make use of this.
Reviewable status: 0 of 3 files reviewed, all discussions resolved (waiting on @brosenberg42)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correction: Add a docker-compose.stress.test.yml
file in the custom components repo ...
Reviewable status: 0 of 3 files reviewed, all discussions resolved (waiting on @brosenberg42)
This change is