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: #2150 was successful

Job: Build was successful

Stages & jobs

  1. Default Stage

Code commits

Openfire (master)

  • daryl herzmann <akrherz@iastate.edu>

    daryl herzmann <akrherz@iastate.edu> 5e6e69e552e066364098a93cb600b20fac5668de

    Merge pull request #1850 from guusdk/ci-docker-publish-changes
    CI Docker publish changes

  • Guus der Kinderen

    Guus der Kinderen 15473d28841ca330e6d57d7956da4957e9c03ed4 m

    Identify docker hub pushes for non-released code as 'alpha'
    Openfire builds that are not a release typically identify themselves as 'alpha'. The corresponding Docker images could do the same, which would reduce confusion.

    • .github/workflows/continuous-integration-workflow.yml (version 15473d28841ca330e6d57d7956da4957e9c03ed4)
  • Guus der Kinderen

    Guus der Kinderen 6e53bc6c271776ecf6cb11c590de9fd4be73b556 m

    Docker publishing only after all tests succeed.
    Previously, only the Smack test outcome was taken into account (as the others were not stable). Smack's output was not very stable either, which made this seemingly an arbitrary choice. The resulting flow diagram might have added more confusion than worked around actual issues?

    • .github/workflows/continuous-integration-workflow.yml (version 6e53bc6c271776ecf6cb11c590de9fd4be73b556)