Skip to content

Updating CI #5641

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

Conversation

stephenchengCloud
Copy link
Contributor

This PR is from @bernhardkaindl's PR #5626, and I just resubmitted it based on the latest code.
It is originally from 5504 which mainly aims to allow local CI check before pushing a PR.

bernhardkaindl and others added 6 commits May 21, 2024 06:14
…n python3/*.py

Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
Signed-off-by: Stephen Cheng <stephen.cheng@cloud.com>
@liulinC liulinC reopened this May 21, 2024
@stephenchengCloud stephenchengCloud force-pushed the local-tests-before-push-based-on-merge-5624 branch from 58c2614 to b973556 Compare May 21, 2024 05:23
@liulinC liulinC requested review from bernhardkaindl and psafont May 21, 2024 05:42
@@ -8,6 +8,10 @@
import sys
import unittest
import mock
import pytest

if sys.version_info > (2, ):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be easy to miss, ideally there's a task that tracks all the lines that need to be deleted before merging the branch to master. This could be done in ./qualitygate.sh

Copy link
Contributor Author

@stephenchengCloud stephenchengCloud May 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@liulinC liulinC merged commit 9de3b0d into xapi-project:feature/py3 May 22, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants