Skip to content

Migrate CI to Github Actions #13474

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

Open
wants to merge 31 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 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
0b0702a
Merge remote-tracking branch 'upstream/main' into move-to-gh
raynelfss Mar 26, 2025
c172721
Fix: Adapt to latest changes
raynelfss Mar 26, 2025
f0b5941
Fix: Use matrix.os in test-linux
raynelfss Mar 26, 2025
7051691
Fix: Naming in test-linux
raynelfss Mar 26, 2025
055a465
Add condition to run nightly tests on PR for now
raynelfss Apr 1, 2025
5b4a8e3
Test: Run all new tests on PR
raynelfss Apr 1, 2025
f53e890
Fix: Concurrency issue
raynelfss Apr 1, 2025
f437fb8
Fix: Further separate PR workflow from others
raynelfss Apr 1, 2025
66f3aba
Fix: Add condition for nightly-failure.
raynelfss Apr 1, 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
51 changes: 0 additions & 51 deletions .azure/lint_docs-linux.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

Loading