-
Notifications
You must be signed in to change notification settings - Fork 79
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
chore: Add pytest marker for tests that uses mender-gateway #2673
base: master
Are you sure you want to change the base?
Conversation
@alfrunes, Let me know if you want to start the integration pipeline by mentioning me and the command "start pipeline". my commands and optionsYou can trigger a pipeline on multiple prs with:
You can start a fast pipeline, disabling full integration tests with:
You can trigger GitHub->GitLab branch sync with:
You can cherry pick to a given branch or branches with:
|
Signed-off-by: Alf-Rune Siqveland <[email protected]>
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.
Here we still need to correct the existing marker (see comment below) and add the markers to the rest of the tests
@@ -85,6 +85,7 @@ def make_script_artifact(artifact_name, device_type, output_path): | |||
return get_script_artifact(script, artifact_name, device_type, output_path) | |||
|
|||
|
|||
@pytest.mark.mender_gateway |
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.
@pytest.mark.mender_gateway | |
@pytest.mark.mender_gateway_qemu |
No description provided.