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

Split up "run-tests" #1541

Closed
aweingarten opened this issue May 29, 2017 · 1 comment
Closed

Split up "run-tests" #1541

aweingarten opened this issue May 29, 2017 · 1 comment
Labels
Enhancement A feature or feature request

Comments

@aweingarten
Copy link
Contributor

Currently the pipelines log reads like a firehose. Its a LOT. Thinking that it could be made much more navigable if we break the run-tests task [here (https://github.com/acquia/blt/blob/8.x/scripts/pipelines/acquia-pipelines.yml#L26) into 2-3 targets

        - run-tests:
            type: script
            script:
              - source ${BLT_DIR}/scripts/pipelines/run_tests

like:

  • prep
  • code linting
  • automated testing

That way you have clickable expandable regions that get you to the information you need as opposed to a single column of text!

@grasmash grasmash added the Enhancement A feature or feature request label May 30, 2017
grasmash added a commit to grasmash/bolt that referenced this issue May 30, 2017
@grasmash
Copy link
Contributor

Addressed in #1544.

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

No branches or pull requests

2 participants