Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separating server start/stop from CI test execution #2280

Merged
merged 16 commits into from
Mar 9, 2024

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    35c4640 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e239dd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d9ab4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ae22d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2bd6f4d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9bd206c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    29d5e5f View commit details
    Browse the repository at this point in the history
  8. 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.
    guusdk committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    fef5cca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    437b66b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0949c22 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4930ee5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    840add3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fda2a5e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    efc12e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    93e0d24 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    ea6a6aa View commit details
    Browse the repository at this point in the history