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

test/workflow: Update make test commands and related workflows #657

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ykim-akamai
Copy link
Contributor

@ykim-akamai ykim-akamai commented Jan 21, 2025

📝 Description

In efforts to unify test commands across all repository, the commands are refactored in Makefile. Refer to "How to Test" Section

Also related GHA workflow yamls have been updated with the latest commands

✔️ How to Test

  • Integration test: make test-int or make fixtures
  • Unit test: make test-unit
  • Smoke test: make test-smoke

ARGS changed to TEST_ARGS

Usage: make TEST_ARGS="-run TestNodeBalancer" fixtures

📷 Preview

If applicable, include a screenshot or code snippet of this change. Otherwise, please remove this section.

@ykim-akamai ykim-akamai requested a review from a team as a code owner January 21, 2025 02:04
@ykim-akamai ykim-akamai requested review from jriddle-linode and zliang-akamai and removed request for a team January 21, 2025 02:04
@ykim-akamai ykim-akamai added repo-ci-improvement for improvements in the repository or CI workflow in the changelog. testing for updates to the testing suite in the changelog. labels Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
repo-ci-improvement for improvements in the repository or CI workflow in the changelog. testing for updates to the testing suite in the changelog.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant