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

Feat/ci on slab2 #1016

Merged
merged 49 commits into from
Feb 17, 2025
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
6c5070b
feat: CI on slab
andrei-stoian-zama Jan 29, 2025
5efe08b
fix: slab config
andrei-stoian-zama Jan 29, 2025
eb597b2
feat: move CI to slab
andrei-stoian-zama Feb 3, 2025
6b38ce0
fix: fix common CI
andrei-stoian-zama Feb 3, 2025
7dbc544
fix: ci
andrei-stoian-zama Feb 3, 2025
b6cf0ec
fix: ci
andrei-stoian-zama Feb 3, 2025
4804535
fix: ci
andrei-stoian-zama Feb 3, 2025
92d62ad
fix: ci
andrei-stoian-zama Feb 3, 2025
e8b7b5e
fix: ci
andrei-stoian-zama Feb 3, 2025
2480942
fix: matrix
andrei-stoian-zama Feb 3, 2025
7356f18
fix: matrix
andrei-stoian-zama Feb 3, 2025
fe7f986
fix: matrix
andrei-stoian-zama Feb 3, 2025
a52f8c9
fix: secrets
andrei-stoian-zama Feb 3, 2025
2f6aee2
fix: home
andrei-stoian-zama Feb 3, 2025
6532d0c
fix: docker install
andrei-stoian-zama Feb 3, 2025
55cf695
fix: run pytest
andrei-stoian-zama Feb 3, 2025
2ce25e8
fix: permissions
andrei-stoian-zama Feb 4, 2025
4a43fd9
fix: permissions
andrei-stoian-zama Feb 4, 2025
f29ef03
fix: permissions
andrei-stoian-zama Feb 4, 2025
2090e18
fix: permissions
andrei-stoian-zama Feb 4, 2025
df44e33
fix: permissions
andrei-stoian-zama Feb 4, 2025
c34cb4c
fix: permissions
andrei-stoian-zama Feb 4, 2025
3c7110d
fix: print coverage
andrei-stoian-zama Feb 4, 2025
1a69fbe
fix: print coverage
andrei-stoian-zama Feb 4, 2025
e72e4fd
fix: coverage test with flakies
andrei-stoian-zama Feb 5, 2025
17e0715
fix: restart ci
andrei-stoian-zama Feb 5, 2025
a1759bf
fix: no upgrade apt
andrei-stoian-zama Feb 6, 2025
5fe3573
fix: enable macos
andrei-stoian-zama Feb 6, 2025
8b9a0e7
fix: apt yes
andrei-stoian-zama Feb 6, 2025
c8eaf3f
fix: move to bigger machine
andrei-stoian-zama Feb 7, 2025
2db709f
fix: update machine
andrei-stoian-zama Feb 7, 2025
262f4b3
fix: change machine, macos
andrei-stoian-zama Feb 11, 2025
396eb66
fix: slab profile weekly
andrei-stoian-zama Feb 12, 2025
c26fc0f
fix: bigger weekly machine
andrei-stoian-zama Feb 14, 2025
31508b6
fix: smaller ci instance
andrei-stoian-zama Feb 15, 2025
bad6d7a
fix: fix common CI
andrei-stoian-zama Feb 3, 2025
d2a3037
fix: unattented upgr
andrei-stoian-zama Feb 7, 2025
d7f5b5f
fix: mac cpu count
andrei-stoian-zama Feb 11, 2025
0fd48fb
fix: mac cpu count
andrei-stoian-zama Feb 11, 2025
caf0725
fix: macos CIs
andrei-stoian-zama Feb 12, 2025
44eb695
fix: macos CIs
andrei-stoian-zama Feb 12, 2025
db05335
fix: formatting
andrei-stoian-zama Feb 12, 2025
292f53a
fix: retry checklinks
andrei-stoian-zama Feb 12, 2025
c11c3c1
fix: retry script
andrei-stoian-zama Feb 12, 2025
f6c4ff9
fix: faster notebook in weekly
andrei-stoian-zama Feb 13, 2025
4afdd38
fix: reenable pip install py 3.12
andrei-stoian-zama Feb 13, 2025
307126a
fix: fixmes
andrei-stoian-zama Feb 13, 2025
6c609be
fix: remove fixme
andrei-stoian-zama Feb 14, 2025
5479c0d
fix: faster classifier comparison
andrei-stoian-zama Feb 15, 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
Prev Previous commit
Next Next commit
fix: smaller ci instance
andrei-stoian-zama committed Feb 15, 2025

Verified

This commit was signed with the committer’s verified signature.
andrei-stoian-zama Andrei Stoian
commit 31508b69e39b955232c077d9c6e1dbb515a85714
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -478,6 +478,7 @@ pytest_nb:
-n0 \
--randomly-dont-reorganize \
--count=$(COUNT) \
--durations=0 \
--randomly-dont-reset-seed -Wignore --nbmake; \
else \
echo "No notebook found"; \
2 changes: 1 addition & 1 deletion ci/slab.toml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ security_group= ["sg-0bf1c1d79c97bc88f", ]
[backend.aws.weekly_ciprofile]
region = "eu-west-3"
image_id = "ami-0be33931bc16f7a85"
instance_type = "c6i.32xlarge"
instance_type = "c6i.24xlarge"
subnet_id = "subnet-a029b7ed"
security_group= ["sg-0bf1c1d79c97bc88f", ]