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

Job: Build was successful

Stages & jobs

  1. Default Stage

  2. Continuous Integration

Code commits

Openfire (master)

  • Dan Caseley

    Dan Caseley 54402247f5257658ecee6bd45019b364a07e547c

    CI: Add action to run Maestro tests, along with simple tests

    • .github/actions/conversationstest-action/action.yml (version 54402247f5257658ecee6bd45019b364a07e547c)
    • .github/actions/conversationstest-action/run-tests.sh (version 54402247f5257658ecee6bd45019b364a07e547c)
    • .github/actions/conversationstest-action/start-sidecar-api.sh (version 54402247f5257658ecee6bd45019b364a07e547c)
    • .github/actions/conversationstest-action/stop-sidecar-api.sh (version 54402247f5257658ecee6bd45019b364a07e547c)
    • .github/workflows/continuous-integration-workflow.yml (version 54402247f5257658ecee6bd45019b364a07e547c)
    • .gitignore (version 54402247f5257658ecee6bd45019b364a07e547c)
    • build/ci/conversations/configs/sasl2.xml (version 54402247f5257658ecee6bd45019b364a07e547c)
    • build/ci/conversations/flows/README.md (version 54402247f5257658ecee6bd45019b364a07e547c)
    • build/ci/conversations/flows/sasl2.yaml (version 54402247f5257658ecee6bd45019b364a07e547c)
    • build/ci/conversations/flows/scripts/checkForLogs.js (version 54402247f5257658ecee6bd45019b364a07e547c)
    • build/ci/conversations/flows/scripts/checkHealth.js (version 54402247f5257658ecee6bd45019b364a07e547c)
    • build/ci/conversations/flows/scripts/startSession.js (version 54402247f5257658ecee6bd45019b364a07e547c)
    • build/ci/conversations/flows/simple.yaml (version 54402247f5257658ecee6bd45019b364a07e547c)
  • Dan Caseley

    Dan Caseley 69f593d3f7f0d90fffbbf93c7d4bbf5cadeae9b9

    Apply review feedback
    - Remove custom port config
    - Make action tag input required
    - Add empty config file entry for the demoboot tag
    - Fix demoboot config path in docs
    - Fix tmp directory docs

    • .github/actions/conversationstest-action/action.yml (version 69f593d3f7f0d90fffbbf93c7d4bbf5cadeae9b9)
    • .github/actions/conversationstest-action/start-sidecar-api.sh (version 69f593d3f7f0d90fffbbf93c7d4bbf5cadeae9b9)
    • .github/workflows/continuous-integration-workflow.yml (version 69f593d3f7f0d90fffbbf93c7d4bbf5cadeae9b9)
    • build/ci/conversations/flows/README.md (version 69f593d3f7f0d90fffbbf93c7d4bbf5cadeae9b9)
  • Dan Caseley

    Dan Caseley 5be60e84bfb4650fdb3ac88d00db11150fb44382

    Apply review feedback
    - Ensure JS var is initialised
    - Ensure bash exit trap is ready
    - Ensure sidecar tidies up if it fails to launch
    - Ensure adb failures don't pollute maestro exit codes

    • .github/actions/conversationstest-action/run-tests.sh (version 5be60e84bfb4650fdb3ac88d00db11150fb44382)
    • .github/actions/conversationstest-action/start-sidecar-api.sh (version 5be60e84bfb4650fdb3ac88d00db11150fb44382)
    • build/ci/conversations/flows/scripts/checkForLogs.js (version 5be60e84bfb4650fdb3ac88d00db11150fb44382)