Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
CI: Modify tag jobs to only run release tests
Browse files Browse the repository at this point in the history
and package tests

fixes: #6550
https://pulp.plan.io/issues/6550
pulp_installer CI: Modify tag jobs to only run release tests
  • Loading branch information
mikedep333 committed Jun 1, 2021
1 parent e6b1007 commit a0ec72f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/release.yml
Expand Up @@ -17,10 +17,6 @@ jobs:
ansible: "2.9"
python: "2.7"
toxpy: "27"
- test_type: source-static
ansible: "2.9"
python: "3.6"
toxpy: "36"
- test_type: packages-static
ansible: "2.10"
python: "3.7"
Expand All @@ -29,10 +25,6 @@ jobs:
ansible: "2.10"
python: "3.8"
toxpy: "38"
- test_type: source-dynamic
ansible: "2.9"
python: "3.8"
toxpy: "38"
- test_type: packages-dynamic
ansible: "2.9"
python: "3.7"
Expand All @@ -41,10 +33,6 @@ jobs:
ansible: "2.9"
python: "2.7"
toxpy: "27"
- test_type: source-upgrade
ansible: "2.10"
python: "3.6"
toxpy: "36"
- test_type: packages-upgrade
ansible: "2.10"
python: "3.6"
Expand Down
1 change: 1 addition & 0 deletions CHANGES/6550.dev
@@ -0,0 +1 @@
When CI runs for a tag (release), only run pip release and package tests, not source (devel) tests.

0 comments on commit a0ec72f

Please sign in to comment.