Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

fix(prepare): allow prepare to go ahead when artifacts are not yet published #706

Merged
merged 1 commit into from
Sep 27, 2021

Conversation

azlam-abdulsalam
Copy link
Contributor

@azlam-abdulsalam azlam-abdulsalam commented Sep 24, 2021

In cases, when the branch head is ahead with a newly introduced package and CI pipeline run has not completed yet, this will result in prepare failing with unable to fetch artifacts as the artifact is not available yet in the artifact repository.

This fix is to skip those missing packages and use the sfdx-project.json from the last validated set of packages to create the pools

…published

In some cases, the branch head when prepare gets triggered will be ahead of the CI pipeline, which
can result in prepare being failing, as the last validated packages wont be yet available in the
artifact repository. This fix is to skip those missing packages and use the sfdx-project.json from
the last validatedto create the pools
@azlam-abdulsalam azlam-abdulsalam added the bug Something isn't working label Sep 24, 2021
@codecov-commenter
Copy link

Codecov Report

Merging #706 (eee29d1) into develop (a4704de) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #706   +/-   ##
========================================
  Coverage    64.18%   64.18%           
========================================
  Files           43       43           
  Lines         1438     1438           
  Branches       250      256    +6     
========================================
  Hits           923      923           
  Misses         515      515           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 887fbe8...eee29d1. Read the comment docs.

@azlam-abdulsalam azlam-abdulsalam changed the title fix(artifacts): allow prepare to go ahead when artifacts are not yet published fix(prepare): allow prepare to go ahead when artifacts are not yet published Sep 24, 2021
@azlam-abdulsalam azlam-abdulsalam merged commit f298e33 into develop Sep 27, 2021
@azlam-abdulsalam azlam-abdulsalam deleted the fix/prepare-artifact-race branch September 27, 2021 02:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants