-
-
Notifications
You must be signed in to change notification settings - Fork 776
Add pytests to circle.yml #2598
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8011c2b to
402e865
Compare
bcbc51d to
284a316
Compare
* add stanley user so itest runs * setup rabbitmq
| - | | ||
| git clone --depth 1 ${ST2_PACKAGES_REPO} /home/ubuntu/st2/st2-packages | ||
| cd /home/ubuntu/st2/st2-packages | ||
| git checkout ${CIRCLE_BRANCH} || true |
Member
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.
See the discussion why this order || true hack is there:
#2569
8c930da to
85591c4
Compare
* split up make statement to do large steps in separate containers
370a335 to
c8fddc5
Compare
17ee921 to
d748937
Compare
* master: (62 commits) Fix an issue. Squashed 'lint-configs/' changes from 2e32bc6..e43b03a Add some lint pragmas and disable some errors because they are false positives. Upgrade pylint and astroid dependency. Fixing the test message Changelog entry Better error message for a possibly invalid passphrase Finishing up the tests New tests (WIP), raising an error on passphrase without key Paramiko passphrase test Update mistral test fixtures to use the task function Update mistral examples to use the task function Update changelog. Add "-v" flag (verbose) to st2-run-packs-tests script. Remove debug statement. Add debug statement. Move running tests echo to the top. Move echo outside the for loop. Use bigger sleep interval. Try using absolute imports in the monkey_patch utils module. ...
* package building will be done only through st2-packages * firing off a package will be orchestrated from st2build002
* Test will be run on circle_ci only on master and release branches. Tests on PR will be done later alongwith travis removal.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Next step will be to use one of the internal bulid servers to trigger the circleci packaging jobs.
CI/CD changes -
circle_ci pack changes
st2-packages changes