-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'rmq_version_update' of github.com:schandrika/volttron i…
…nto rmq_version_update
- Loading branch information
Showing
4 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,15 +60,15 @@ jobs: | |
with: | ||
name: pytest-report | ||
path: output/test-auth-${{matrix.os}}-${{ matrix.python-version }}-results.xml | ||
|
||
# - name: Publish Unit Test Results | ||
# uses: EnricoMi/[email protected] | ||
# if: always() | ||
# with: | ||
# github_token: ${{ secrets.WORKFLOW_ACCESS_TOKEN }} | ||
# files: output/test-testutils*.xml | ||
|
||
|
||
#-cov=com --cov-report=xml --cov-report=html | ||
# pytest tests.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html | ||
# - name: Lint with flake8 | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -159,7 +159,8 @@ connect to empd (port 4369) on <hostname>." Note: RabbitMQ startup error would s | |
and not in RabbitMQ logs (/var/log/rabbitmq/[email protected]) | ||
|
||
##### 3. Bootstrap | ||
Remove older version of rabbitmq_server directory. Defaults to <user_home>/rabbitmq_server/rabbitmq_server-3.9.7 | ||
Remove older version of rabbitmq_server directory if you are upgrading from a older version. | ||
Defaults to <user_home>/rabbitmq_server/rabbitmq_server-3.9.7 | ||
|
||
Run the rabbitmq boostrap command within an activated VOLTTRON environment | ||
|
||
|
This file contains 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
This file contains 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