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

[WIP] NVIDIA-Video-Codec-SDK の E2E テスト追加 #145

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

voluntas
Copy link
Member

@voluntas voluntas commented Feb 25, 2025

This pull request introduces a new GitHub Actions workflow to perform end-to-end tests for the NVIDIA Video Codec SDK. The workflow is triggered by various events and includes steps to set up the environment, run tests, and notify on failure.

Key changes include:

  • New Workflow Addition:

    • Added a new workflow file .github/workflows/e2e-test-nvidia-video-codec-sdk.yml to perform end-to-end tests for the NVIDIA Video Codec SDK.
  • Environment Setup:

    • Configured environment variables for testing, including TEST_SIGNALING_URLS, TEST_CHANNEL_ID_PREFIX, TEST_SECRET_KEY, TEST_API_URL, and NVIDIA_VIDEO_CODEC_SDK.
  • Job Configuration:

    • Defined a job e2e_test_nvidia_video_codec_sdk with a matrix strategy to test different Python versions, initially set to test with Python 3.13.
    • Configured the job to run on self-hosted runners with specific labels, and set a timeout of 15 minutes.
    • Specified conditions for the job to run based on commit messages, branch names, and event types.
  • Testing Steps:

    • Included steps to check out the repository, set up the environment, and

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant