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

[SDK] test: Add e2e test for tune function. #2399

Merged
merged 23 commits into from
Aug 6, 2024

Commits on Jul 30, 2024

  1. fix(sdk): fix error field metrics_collector in tune function.

    Signed-off-by: Electronic-Waste <2690692950@qq.com>
    Electronic-Waste committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    e195c74 View commit details
    Browse the repository at this point in the history
  2. test(sdk): Add e2e tests for tune function.

    Signed-off-by: Electronic-Waste <2690692950@qq.com>
    Electronic-Waste committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    87a3a65 View commit details
    Browse the repository at this point in the history
  3. test(sdk): add missing field parameters.

    Signed-off-by: Electronic-Waste <2690692950@qq.com>
    Electronic-Waste committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    153cdef View commit details
    Browse the repository at this point in the history
  4. refactor(test/sdk): add run-e2e-tune-api.py.

    Signed-off-by: Electronic-Waste <2690692950@qq.com>
    Electronic-Waste committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    b43f603 View commit details
    Browse the repository at this point in the history
  5. test(sdk): delete tune testing code in run-e2e-experiment.

    Signed-off-by: Electronic-Waste <2690692950@qq.com>
    Electronic-Waste committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    6925087 View commit details
    Browse the repository at this point in the history
  6. test(sdk): add blank lines.

    Signed-off-by: Electronic-Waste <2690692950@qq.com>
    Electronic-Waste committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    c69cda6 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. test(sdk): add verbose and temporarily delete e2e-experiment test.

    Signed-off-by: Electronic-Waste <2690692950@qq.com>
    Electronic-Waste committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    4edc40c View commit details
    Browse the repository at this point in the history
  2. test(sdk): add namespace_labels.

    Signed-off-by: Electronic-Waste <2690692950@qq.com>
    Electronic-Waste committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    92a3bea View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. test(sdk): add time.sleep(5).

    Signed-off-by: Electronic-Waste <2690692950@qq.com>
    Electronic-Waste committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    e61bc6d View commit details
    Browse the repository at this point in the history
  2. test(sdk): add error output.

    Signed-off-by: Electronic-Waste <2690692950@qq.com>
    Electronic-Waste committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    71d3aac View commit details
    Browse the repository at this point in the history
  3. test(sdk): build random image for tune.

    Signed-off-by: Electronic-Waste <2690692950@qq.com>
    Electronic-Waste committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    6ae4616 View commit details
    Browse the repository at this point in the history
  4. test(sdk): delete extra debug log.

    Signed-off-by: Electronic-Waste <2690692950@qq.com>
    Electronic-Waste committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    72b3b48 View commit details
    Browse the repository at this point in the history
  5. refactor(test/sdk): create separate workflow for tune.

    Signed-off-by: Electronic-Waste <2690692950@qq.com>
    Electronic-Waste committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a86a0ae View commit details
    Browse the repository at this point in the history
  6. test(sdk): change api to API.

    Signed-off-by: Electronic-Waste <2690692950@qq.com>
    Electronic-Waste committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    02b90b2 View commit details
    Browse the repository at this point in the history
  7. test(sdk): change the permission of scripts.

    Signed-off-by: Electronic-Waste <2690692950@qq.com>
    Electronic-Waste committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    aec2649 View commit details
    Browse the repository at this point in the history
  8. test(sdk): delete exit code & comment image pulling.

    Signed-off-by: Electronic-Waste <2690692950@qq.com>
    Electronic-Waste committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b7140d2 View commit details
    Browse the repository at this point in the history
  9. test(sdk): delete image pulling phase.

    Signed-off-by: Electronic-Waste <2690692950@qq.com>
    Electronic-Waste committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    108ec4a View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. test(sdk): refactor workflow file to use template.

    Signed-off-by: Electronic-Waste <2690692950@qq.com>
    Electronic-Waste committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    ef7a05c View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. test(sdk): mark experiments and trial-images as not required.

    Signed-off-by: Electronic-Waste <2690692950@qq.com>
    Electronic-Waste committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    33fec7b View commit details
    Browse the repository at this point in the history
  2. test(sdk): pass tune-api param to setup-minikube.sh.

    Signed-off-by: Electronic-Waste <2690692950@qq.com>
    Electronic-Waste committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    42a5d3e View commit details
    Browse the repository at this point in the history
  3. test(sdk): fix err in template-e2e-test.

    Signed-off-by: Electronic-Waste <2690692950@qq.com>
    Electronic-Waste committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    6beeeaa View commit details
    Browse the repository at this point in the history
  4. test(sdk): add debug logs.

    Signed-off-by: Electronic-Waste <2690692950@qq.com>
    Electronic-Waste committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    dde4402 View commit details
    Browse the repository at this point in the history
  5. test(sdk): reorder params and delete logs.

    Signed-off-by: Electronic-Waste <2690692950@qq.com>
    Electronic-Waste committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c962aa5 View commit details
    Browse the repository at this point in the history