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

Split stability tests into a separate Github Actions workflow #5600

Merged

Conversation

mustafain117
Copy link
Contributor

Description:

Added a separate workflow for Stability tests
Note: this new workflow runs make stability-tests, and the makefile currently has the the stability-tests as disabled:

.PHONY: stability-tests
stability-tests: otelcontribcol
	@echo Stability tests are disabled until we have a stable performance environment.
	@echo To enable the tests replace this echo by $(MAKE) -C testbed run-stability-tests

As a result, the new workflow will run a noop make target until the tests are enabled (This new workflow can be disabled until then)
Link to tracking Issue:
resolves #4045

@bogdandrutu bogdandrutu merged commit 3a278c1 into open-telemetry:main Oct 6, 2021
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.

Split stability tests in a separate GA workflow
4 participants