Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D Debug APP
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Hydra
  • Debug APP
  • Wiki
  • Execute the run command

Execute the run command · Changes

Page history
Updated Execute the "debug app run" command (markdown) authored Jun 20, 2019 by Giovanni Basolu's avatar Giovanni Basolu
Hide whitespace changes
Inline Side-by-side
Execute-the-run-command.md 0 → 100644
View page @ c15402d6
# Execute the APP "run" command
## Execute the Run command
```
docker run -t -v /home/<username>/.hydra/:/root/.hydra 560078195495.dkr.ecr.eu-west-1.amazonaws.com/hydra-debug hydra-debug debug-app-run [options] [flags]
```
where <username> is your current username
and the run command is called "debug-app-run" to be easily identified in the HWI apps list.
[options] can be:
'-n' or '--network-id'
This specifies the network ID to use in running the app
'-t' or '--timeout'
This specifies how log to sleep for.
The default value is 5
[flags] can be:
'--fail or 'fail'
If specified, it let the app fail to see, in order to see the reaction of HWI UI in case of it
'--heavy-load' or 'heavy_load'
If specified, it let the app run N heavy load processes on the host machine, where N is the number of exposed processor to the python machine, in order to see the reaction of HWI UI and of the orchestrator to the sudden and prolonged heavy load on the machine itself.
Clone repository
  • Create Docker Image
  • Execute the run command
  • Home
  • Pull Image from AWS
  • Push the image to AWS
  • Register the app locally