delphix / appliance-build

This repository contains the code used to build the Ubuntu-based Delphix Appliance, leveraging open-source tools such as Debian's live-build, Docker, Ansible, OpenZFS, and others.
Apache License 2.0
19 stars 41 forks source link

DLPX-85698 Update branch references of checkout tasks on dev variants #721

Closed palash-gandhi closed 1 year ago

palash-gandhi commented 1 year ago

Problem

internal-dev variants have the `dlpx-app-gate`, `dms-core-gate` and `zfs` repos checked out to speed up appliance-update operations run by developers. While https://github.com/delphix/appliance-build/pull/720 fixed references to old branch names on the `develop` branch, we need this fix on `patch` to facilitate 10.0.0.1

Solution

Update the old references.

Testing Done

ab-pre-push as a PR check.

Deployment Plan

I believe I will need to disable branch protections to merge this change. I am still exploring options.