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

Allow description for each job in the infrabox.json #306

Open
abner-math opened this issue Apr 22, 2019 · 3 comments
Open

Allow description for each job in the infrabox.json #306

abner-math opened this issue Apr 22, 2019 · 3 comments

Comments

@abner-math
Copy link

Description for each job is interesting because it provides information about what each job is supposed to do, as well as making it easier to maintain.

Something along those lines:

{
  "version": 1,
  "jobs": [
    {
      "type": "docker",
      "name": "bot-ts-lint",
      "description": "Run typescript lint in the bot codeline",
      "docker_file": "tests/infrabox/bot-ts-lint/Dockerfile",
      "build_only": false,
      "resources": {
        "limits": {
          "cpu": 1,
          "memory": 1024
        }
      }
    }
}
@ib-steffen
Copy link
Contributor

should it only be allowed in the infrabox.json or is the information supposed to be shown somewhere in the UI as well?

@iberryful
Copy link
Member

Using infrabox.yaml may be a solution for this issue.

@abner-math
Copy link
Author

I think displaying in the UI would be good as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants