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

Run prefetch-deps Task unconditionally in TA #1279

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

lcarva
Copy link
Contributor

@lcarva lcarva commented Aug 9, 2024

The way the docker-build-oci-ta Pipeline is defined, the prefetch-dependencies Task must always execute. In some cases this becomes a no-op operation and the provided source artifact is passed through to its result.

This change removes the when clause from the Task in the docker-build-oci-ta Pipeline. Without this, all Tasks are skipped after the prefetch-dependencies Task.

Ref: KFLUXBUGS-1516

Before you complete this pull request ...

Look for any open pull requests in the repository with the title "e2e-tests update" and
see if there are recent e2e-tests updates that will be applicable to your change.

The way the docker-build-oci-ta Pipeline is defined, the
prefetch-dependencies Task must always execute. In some cases this
becomes a no-op operation and the provided source artifact is passed
through to its result.

This change removes the `when` clause from the Task in the
docker-build-oci-ta Pipeline. Without this, all Tasks are skipped after
the prefetch-dependencies Task.

Ref: KFLUXBUGS-1516

Signed-off-by: Luiz Carvalho <[email protected]>
@zregvart zregvart added this pull request to the merge queue Aug 9, 2024
Merged via the queue into konflux-ci:main with commit 51d7cf9 Aug 9, 2024
9 checks passed
@lcarva lcarva deleted the KFLUXBUGS-1516 branch August 12, 2024 13:08
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

Successfully merging this pull request may close these issues.

3 participants