Skip to content

Commit

Permalink
ci: swap out old test workflows for starflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Dec 12, 2024
1 parent f909e97 commit d5f9ebf
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 155 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/cla-check.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
name: Security scan
name: Check policy
on:
pull_request:
push:
branches:
- main
- hotfix/*
- work/secscan # For development
- work/check-policy # For development

jobs:
policy:
uses: canonical/starflow/.github/workflows/policy.yaml@main
python-scans:
name: Scan Python project
name: Security scan
uses: canonical/starflow/.github/workflows/scan-python.yaml@main
with:
packages: python-apt-dev
19 changes: 19 additions & 0 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: QA
on:
push:
branches:
- "main"
- "feature/*"
- "hotfix/*"
- "release/*"
- "renovate/*"
pull_request:

jobs:
lint:
uses: canonical/starflow/.github/workflows/lint-python.yaml@main
test:
uses: canonical/starflow/.github/workflows/test-python.yaml@main
with:
fast-test-platforms: '[["jammy", "amd64"], ["noble", "arm64"], "macos-14-large"]'
slow-test-platforms: '["jammy", "macos-14-large"]'
143 changes: 0 additions & 143 deletions .github/workflows/tests.yaml

This file was deleted.

0 comments on commit d5f9ebf

Please sign in to comment.