Skip to content

Commit

Permalink
Use orb @dev:alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishbowler committed May 13, 2024
1 parent ec2c1e1 commit b765bf0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ jobs:
at: .
- run:
name: 'Start Openfire'
command: .github/actions/startserver-action/startCIServer.sh -i "127.0.0.1" -h "example.org" -b "openfire"
command: |
.github/actions/startserver-action/startCIServer.sh -i "127.0.0.1" -h "example.org" -b "openfire"
sleep 6000
background: true
- run:
name: 'Wait for Openfire to start'
command: sleep 10 # I'm really, really sorry,
- run:
name: 'Run Compliance Tests'
command: echo 'Tests go here'
- run:
name: 'Stop Openfire'
command: .github/actions/stopserver-action/stopCIServer.sh
name: 'Wait for Openfire Admin Console to be available'
command: wget --retry-connrefused --waitretry=1 --read-timeout=20 --timeout=15 -t 10 http://localhost:9090/login.jsp
- interop-test/tests@dev:alpha:
adminAccountUsername: 'admin'
adminAccountPassword: 'admin'
disabledTests: 'EntityCapsTest,SoftwareInfoIntegrationTest,XmppConnectionIntegrationTest,StreamManagementTest,WaitForClosingStreamElementTest,IoTControlIntegrationTest,ModularXmppClientToServerConnectionLowLevelIntegrationTest'


workflows:
Expand Down

0 comments on commit b765bf0

Please sign in to comment.