splunk / splunk-sdk-python

Splunk Software Development Kit for Python
http://dev.splunk.com
Apache License 2.0
687 stars 369 forks source link

Move CI tests in Python SDK to Github Actions from TravisCI #399

Closed akaila-splunk closed 3 years ago

akaila-splunk commented 3 years ago
akaila-splunk commented 3 years ago

GitHub cancels all in-progress jobs with error Error: The operation was canceled if any matrix job fails. that's the reason we are getting this error for other jobs when one of the job fails. I have changed code as suggested and now all the jobs are running even if any job fails.

fantavlik commented 3 years ago

GitHub cancels all in-progress jobs with error Error: The operation was canceled if any matrix job fails. that's the reason we are getting this error for other jobs when one of the job fails. I have changed code as suggested and now all the jobs are running even if any job fails.

Excellent, that's good to know - thanks for investigating.

akaila-splunk commented 3 years ago

Awesome work - let's merge this. Can you also create a followup ticket to address the test failures now that we can see those? That will be high priority.

Sure, I'll create ticket for test failures.