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

Disable the failing plugin-from-pypi test for nightly CI #330

Merged
merged 1 commit into from
Aug 26, 2021
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
1 change: 0 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- TEST: docs
- TEST: s3
- TEST: generate-bindings
- TEST: plugin-from-pypi

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion template_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ test_bindings: false
test_cli: false
test_fips_nightly: false
test_performance: false
test_released_plugin_with_next_pulpcore_release: true
test_released_plugin_with_next_pulpcore_release: false
test_s3: true
update_redmine: true
upgrade_range: []
Expand Down