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

Refactor to allow consistent inspect and testing of the build produced in earlier stages #282

Open
cmcginley-splunk opened this issue Sep 10, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@cmcginley-splunk
Copy link
Collaborator

In an ideal world we would be inspecting/testing/publishing the same artifact throughout the pipeline, rather than rebuilding at different stages.

Solutions might include:

  1. re-merging build and inspect actions
  2. renaming inspect as build_and_inspect and use only that for CI/CD
  3. Allow us to specify a prior build to inspect via the CLI
@cmcginley-splunk cmcginley-splunk added the enhancement New feature or request label Sep 10, 2024
@patel-bhavin
Copy link
Contributor

patel-bhavin commented Sep 11, 2024

@cmcginley-splunk : that makes sense. We can update our CI pipelines to merge build and inspect actions into a single build_and_inspect.yml seems like a workable solution. I will update the CI jobs and let you know :)
Can you create a TR ticket as this is not a contentctl issue ?

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

No branches or pull requests

2 participants