Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Add integration tests to CI #966

Merged
merged 3 commits into from
Sep 4, 2020
Merged

Conversation

jeffreyssmith2nd
Copy link
Contributor

@jeffreyssmith2nd jeffreyssmith2nd commented Sep 3, 2020

Change Description

Depends on #965 to pass integration tests

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

@@ -292,7 +292,7 @@ steps:
agents:
queue: "automation-eks-eos-tester-fleet"
timeout: ${TIMEOUT:-10}
skip: ${SKIP_UBUNTU_18}${SKIP_UNIT_TESTS}
skip: ${SKIP_UBUNTU_18}${SKIP_INTEGRATION_TESTS}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is integration test to be skipped?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This flag gives you the option to skip the tests by setting an ENV var on a specific build. This is really useful when debugging a different part of the CI pipeline.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your explanation! Didn't realize it is a flag.

Copy link
Contributor

@scottarnette scottarnette left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noted the comment that this will fail until a different PR is merged. If that change isn't merging soon, may just want to set the SKIP flag temporarily.
🍕

@jeffreyssmith2nd jeffreyssmith2nd merged commit 7e10ece into develop Sep 4, 2020
@jeffreyssmith2nd jeffreyssmith2nd deleted the add-integration-tests branch September 4, 2020 18:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants