Closed
Bug 1452636
Opened 7 years ago
Closed 7 years ago
Add Lando API Repo Configuration for Transplant dev "test-repo"
Categories
(Conduit :: Lando, enhancement)
Conduit
Lando
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: smacleod, Assigned: smacleod)
References
Details
Attachments
(2 files)
To support landing in the dev environment the transplant dev's "test-repo" must be configured in Lando.
Comment 1•7 years ago
|
||
We don't really want the same repositories enabled in dev/stage/prod so
now they are configured per environment. We only have two environments
configured for now, 'devsvcdev' and 'devscvprod', which correspond to
the value of 'ENV' in the dev and prod cloud services environments.
The 'phabricator-qa-dev' repository has been removed from Lando's
configuration as it is not configured in dev Transplant.
As part of this change repository and repository configuration existence
checks have been made part of the LandingAssessment. This should improve
the UX around visiting revision's with unsuported repositories in Lando.
Comment 2•7 years ago
|
||
Comment on attachment 8966279 [details]
repos: make repo configuration per environment (Bug 1452636).
Byron Jones ‹:glob› has approved the revision.
https://phabricator.services.mozilla.com/D888
Attachment #8966279 -
Flags: review+
| Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Comment 3•7 years ago
|
||
Revision's without a repo association were causing two landing blockers
to be generated. Returning both a blocker for no repo, and the repo not
being enabled in Lando is confusing. We now only return a single blocker
in this case.
| Assignee | ||
Comment 4•7 years ago
|
||
Re-opening to fixup a small issue which manifests with the first change.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 5•7 years ago
|
||
Comment on attachment 8967146 [details]
landings: stop double-blocking on repo-less revisions (Bug 1452636).
Byron Jones ‹:glob› has approved the revision.
https://phabricator.services.mozilla.com/D917
Attachment #8967146 -
Flags: review+
| Assignee | ||
Updated•7 years ago
|
Status: REOPENED → RESOLVED
Closed: 7 years ago → 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•