Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
newswangerd committed Apr 21, 2020
1 parent 1b03b62 commit 536df2f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
33 changes: 17 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,27 @@ addons:
postgresql: '9.6'
jobs:
include:
- stage: test
before_install: .travis/before_install.sh
install: .travis/install.sh
before_script: .travis/before_script.sh
script: .travis/script.sh
after_failure:
- http --timeout 30 --check-status --pretty format --print hb http://localhost:24817/pulp/api/v3/status/
- sudo docker images
- sudo kubectl logs -l name=pulp-operator -c ansible --tail=10000
- sudo kubectl logs -l name=pulp-operator -c operator --tail=10000
- sudo kubectl logs -l app=pulp-api --tail=50000
- sudo kubectl logs -l app=pulp-content --tail=10000
- sudo kubectl logs -l app=pulp-resource-manager --tail=10000
- sudo kubectl logs -l app=pulp-worker --tail=10000
# - stage: test
# before_install: .travis/before_install.sh
# install: .travis/install.sh
# before_script: .travis/before_script.sh
# script: .travis/script.sh
# after_failure:
# - http --timeout 30 --check-status --pretty format --print hb http://localhost:24817/pulp/api/v3/status/
# - sudo docker images
# - sudo kubectl logs -l name=pulp-operator -c ansible --tail=10000
# - sudo kubectl logs -l name=pulp-operator -c operator --tail=10000
# - sudo kubectl logs -l app=pulp-api --tail=50000
# - sudo kubectl logs -l app=pulp-content --tail=10000
# - sudo kubectl logs -l app=pulp-resource-manager --tail=10000
# - sudo kubectl logs -l app=pulp-worker --tail=10000
- stage: Release to PyPI
if: tag IS NOT blank
before_install: .travis/before_install.sh
install: .travis/install.sh
install:
- pip install .
deploy:
provider: pypi
distributions: "bdist_wheel"
user: "__token__"
server: https://test.pypi.org/legacy/
skip_cleanup: true
Expand Down
2 changes: 1 addition & 1 deletion galaxy_ng/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "4.2.0a3"
__version__ = "4.2.0a2"

default_app_config = "galaxy_ng.app.PulpGalaxyPluginAppConfig"

0 comments on commit 536df2f

Please sign in to comment.