Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
136 changes: 69 additions & 67 deletions .github/workflows/ci.yml

Large diffs are not rendered by default.

678 changes: 678 additions & 0 deletions .github/workflows/ci_az.yml

Large diffs are not rendered by default.

893 changes: 893 additions & 0 deletions .github/workflows/ci_dev.yml

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## lifebit-ai/cloudos-cli: changelog

## v2.81.0 (2026-02-19)

### Feat

- Adds CIs for DEV and Azure

## v2.80.0 (2026-02-16)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion cloudos_cli/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.80.0'
__version__ = '2.81.0'
5 changes: 5 additions & 0 deletions cloudos_cli/examples/rnatoy_params.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"reads": "s3://lifebit-featured-datasets/pipelines/rnatoy-data",
"genome": "s3://lifebit-featured-datasets/pipelines/rnatoy-data/ggal_1_48850000_49020000.Ggal71.500bpflank.fa",
"annot": "s3://lifebit-featured-datasets/pipelines/rnatoy-data/ggal_1_48850000_49020000.bed.gff"
}
2 changes: 1 addition & 1 deletion tests/test_jobs/test_clone_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def test_clone_job_with_overrides():
"page": "1",
"limit": "100",
"teamId": WORKSPACE_ID
})]
}, strict_match=False)]
)

# Mock POST request for job creation
Expand Down
2 changes: 1 addition & 1 deletion tests/test_jobs/test_resume_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def test_resume_job_with_overrides():
"page": "1",
"limit": "100",
"teamId": WORKSPACE_ID
})]
}, strict_match=False)]
)

# Mock POST request for job creation
Expand Down