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: #2572 was successful Changes by Guus der Kinderen

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
11 minutes
Labels
None
Agent
Default Agent
Revision
ddf144c4ff3b0f753c4087c1e197dfc2bab324a9
Total tests
1398
Successful since
#2551 ()

Tests

Code commits

Author Commit Message Commit date
Guus der Kinderen Guus der Kinderen ddf144c4ff3b0f753c4087c1e197dfc2bab324a9 Separating server start/stop from CI test execution (#2280)
* CI: Separating server start/stop from test execution

* CI: Replace SINT script with experimental Github Action

* CI: SINT build script should now live in Action

* CI: Add credentials for SINT test

* CI: Add disabled SINT tests as configurable option

* CI: Build aioxmpp with Github Action instead of script

* CI: Build Connection Tests with Github Action instead of script

* CI: speed up artifact sharing

In some (but not all - this might be infrastructure-dependant) Github Action runs, considerable amount of time is taken to download the artifact that is all of the Openfire distribution files.

This commit attempts to speed this up by replacing the artifact consisting of many files with an artifact that has only one file: a tar archive of all of those files.

* CI: Rename start/stop server scripts to reflect CI usage

* CI: Move Start/Stop Server to Github Action

* CI: Remove file-permission fix that are responsibility of new Github Actions

* CI: Consolidate start/stop server Github Actions

* CI: start/stop server should use configured domain name.

* CI: Move Connectivity Test from inline script to a Github Action

* CI: Java setup should be done in steps that require Java

* CI: replace guusdk/sint-action with XMPP-Interop-Testing/xmpp-interop-tests-action