Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Build: #939 was successful Changes by Guus der Kinderen and Florian Schmaus

Build result summary

Details

Completed
Queue duration
1 day
Duration
2885 minutes
Labels
None
Agent
ip-172-31-27-151.eu-central-1.compute.internal
Revision
4f09244253e051ee31537e67bac37cf313ee0442
Total tests
890
Successful since
#937 ()

Tests

Code commits

Author Commit Message Commit date
Florian Schmaus Florian Schmaus 4f09244253e051ee31537e67bac37cf313ee0442 Merge pull request #597 from guusdk/sint_add-host-config
[sinttest] Add new config option: 'host'
Guus der Kinderen Guus der Kinderen 7c77cfbc205fe3b1f895c0626314ba37808e8438 [sinttest] Add new config option: 'host'
An optional configuration option for the Smack Integration Test framework has been added that allows one to bypass DNS when resolving a host for the XMPP domain that is the subject of the test.

The `host` option can be used with IP addresses (eg: `-Dsinttest.host=127.0.0.1`) and DNS names (eg: `-Dsinttest.host=example.org`).