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

Migrate CI to Github Actions #13474

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
e096c9b
Initial: Move docs and lint to gh actions
raynelfss Nov 21, 2024
b5bd039
Fix: Wrong usage of map in `lint_docs` workflow
raynelfss Nov 22, 2024
bd42c71
Fix: Use ubuntu-latest for lint
raynelfss Nov 22, 2024
4f8f941
Fix: Add step to delete `doctrees` and `buildinfo`
raynelfss Nov 25, 2024
25c4ca4
Add: First drafts of Linux tests
raynelfss Nov 25, 2024
547d872
Add: First draft of Windows tests
raynelfss Nov 26, 2024
473b6ff
Fix: Use Poweshell formatting for scripts in Windows
raynelfss Nov 26, 2024
1523cf6
Fix: Formatting for multiline commands in Powershell
raynelfss Nov 26, 2024
c62b8c9
Fix: Remove `set -e` from all windows environments.
raynelfss Nov 26, 2024
5abe598
Fix: Use correct powershell export patterns
raynelfss Nov 26, 2024
6371ce9
Add: First draft of new Mac tests
raynelfss Nov 26, 2024
d53cb40
Fix: Add cache step
raynelfss Nov 26, 2024
a81f264
Add: CI main workflow.
raynelfss Dec 2, 2024
a674d88
Fix: wrong usage of workflow calls.
raynelfss Dec 2, 2024
053e845
Fix: Rename tests to their respective os
raynelfss Dec 2, 2024
ddb945b
Fix: Add correct library path for rust tests
raynelfss Dec 2, 2024
f2840f7
Add: Nightly, Merge-queue, and Push workflows
raynelfss Dec 3, 2024
514afd9
Refactor: ci-workflow -> on-pull-request
raynelfss Dec 3, 2024
8a318dd
Remove: All azure workflow files
raynelfss Dec 3, 2024
3c9e753
Fix: Use runner for issue comment
raynelfss Dec 3, 2024
9cbf7fc
Fix: Wrong name in MacOS tests
raynelfss Dec 10, 2024
e345893
Test: Remove main repository requirement
raynelfss Jan 25, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 0 additions & 45 deletions .azure/lint_docs-linux.yml

This file was deleted.

225 changes: 0 additions & 225 deletions .azure/test-linux.yml

This file was deleted.

101 changes: 0 additions & 101 deletions .azure/test-macos.yml

This file was deleted.

Loading
Loading