Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • beat.core beat.core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 14
    • Issues 14
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • beatbeat
  • beat.corebeat.core
  • Issues
  • #63
Closed
Open
Issue created Dec 11, 2018 by André Anjos@andre.anjos💬Owner

`scripts/before_test.sh` has functionality that is required beyond this package

This script is responsible for 2 actions:

  • pulling images for running tests
  • compiling c++-backend algorithms for testing

An equivalent script exists in beat.cmdline. This script is also called inside beat.web.

To align with a better DRY policy, the functionality of this script should be python-ified and provided as a service to callers. This problem relates to having a saner implementation beat.web#510 (closed).

At this point, it may be desirable to update docker-py and related dependencies on our CI.

Edited Dec 11, 2018 by André Anjos
Assignee
Assign to
Time tracking