Skip to content

ci: add CI test workflow and dependabot config#10

Closed
leseb wants to merge 2 commits into
vllm-project:mainfrom
leseb:worktree-agent-a0983b16
Closed

ci: add CI test workflow and dependabot config#10
leseb wants to merge 2 commits into
vllm-project:mainfrom
leseb:worktree-agent-a0983b16

Conversation

@leseb

@leseb leseb commented Mar 24, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Add .github/workflows/ci.yml to run pytest on PRs, merge groups, and pushes to main
  • Add .github/dependabot.yml for weekly updates of GitHub Actions and pip dependencies

Test Plan

  • Verify CI workflow triggers on PR
  • Verify dependabot config is valid

Signed-off-by: Sébastien Han seb@redhat.com
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com

Add GitHub Actions CI workflow with pytest on Python 3.12 using uv,
and configure dependabot for github-actions and pip ecosystems.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Sébastien Han <seb@redhat.com>
@leseb

leseb commented Mar 24, 2026

Copy link
Copy Markdown
Collaborator Author

Depends on #2

Comment thread .github/workflows/ci.yml
@@ -0,0 +1,30 @@
name: CI

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Let's add this once we have tests @leseb

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Ack

@leseb leseb closed this Mar 24, 2026
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.

2 participants