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

Runs functional test jobs in parallel w/ build job #1356

Merged

Conversation

tmarkley
Copy link
Contributor

Description

  • Runs the functional test jobs in parallel instead of waiting for the Build and Verify job to complete in order to reduce time to success/failure.
  • Deletes a leftover cache step that was not removed in Runs GitHub workflow unit tests in band #1306.

Issues Resolved

Resolves #1355

Check List

  • New functionality includes testing.
    • All tests pass
      • yarn test:jest
      • yarn test:jest_integration
      • yarn test:ftr
  • New functionality has been documented.
  • Commits are signed per the DCO using --signoff

* Runs the functional test jobs in parallel instead of waiting for the
  Build and Verify job to complete in order to reduce time to
  success/failure.

Resolves opensearch-project#1355

Signed-off-by: Tommy Markley <markleyt@amazon.com>
@kavilla
Copy link
Member

kavilla commented Mar 16, 2022

\m/ Awesome thanks \m/

@tmarkley tmarkley merged commit 3c7e8d5 into opensearch-project:main Mar 16, 2022
@tmarkley tmarkley deleted the workflow_functional_tests branch March 16, 2022 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI] Run GitHub Workflow functional test job in parallel with the Build and Verify job
3 participants