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

Use built image for lighthouse to speed up environments #588

Merged
merged 1 commit into from
Apr 9, 2021

Conversation

kierenevans
Copy link
Contributor

Extracted the docker image build into https://github.com/inviqa/docker-lighthouse which is built to quay.io/inviqa_images/lighthouse:latest

@kierenevans kierenevans added the enhancement New feature or request label Apr 6, 2021
@kierenevans kierenevans added this to the 1.2.0 milestone Apr 6, 2021
@kierenevans kierenevans force-pushed the feature/use-built-image-for-lighthouse branch from 75e3356 to d470b18 Compare April 6, 2021 17:29
@kierenevans kierenevans self-assigned this Apr 6, 2021
@kierenevans kierenevans added the harness-php PHP harness label Apr 6, 2021
@kierenevans kierenevans enabled auto-merge (squash) April 6, 2021 17:29
@@ -308,9 +308,10 @@ command('generate token <length>'):
}
echo $string;

command('lighthouse'):
command('lighthouse [--with-results]'):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are the results of any use by default?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps, but it's a huge JSON object that could take up a lot of jenkins log disk space if output.

I guess we'd want it stored as a file and as a build artefact for referencing if we want this in the pipeline normally.

@kierenevans kierenevans merged commit 995a60c into 1.2.x Apr 9, 2021
@kierenevans kierenevans deleted the feature/use-built-image-for-lighthouse branch April 9, 2021 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request harness-php PHP harness
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants