-
Notifications
You must be signed in to change notification settings - Fork 5
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
fix: timeout control and python39 splunk tests include in matrix #192
Conversation
2a669a4
to
20f0534
Compare
@@ -1908,11 +1955,17 @@ jobs: | |||
- meta | |||
- setup-workflow | |||
runs-on: ubuntu-latest | |||
continue-on-error: ${{ matrix.python39 }} | |||
strategy: | |||
fail-fast: false | |||
matrix: | |||
splunk: ${{ fromJson(needs.meta.outputs.matrix_supportedSplunk) }} | |||
os: [ "ubuntu:14.04", "ubuntu:16.04","ubuntu:18.04","ubuntu:22.04", "centos:7", "redhat:8.0", "redhat:8.2", "redhat:8.3", "redhat:8.4", "redhat:8.5" ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not related to this PR, but we need to revisit this list.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please run it on couple of more repositories (more complicated)?
Run it on MSCS and AWS. |
🎉 This PR is included in version 4.8.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Changes related to recently reported issues with tests running on unreleased Splunk with python 3.9
Tested: