-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare for release 9.6.19-v5 (#728)
ProductLine: Stash Release: v2021.03.17 Release-tracker: stashed/CHANGELOG#32 Signed-off-by: 1gtm <[email protected]>
- Loading branch information
Showing
6 changed files
with
117 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,28 +25,9 @@ jobs: | |
id: qemu | ||
uses: docker/setup-qemu-action@v1 | ||
|
||
- name: Available platforms | ||
run: echo ${{steps.qemu.outputs.platforms}} | ||
|
||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v1 | ||
|
||
<<<<<<< HEAD | ||
- name: Prepare Host | ||
run: | | ||
sudo apt-get -qq update || true | ||
sudo apt-get install -y bzr | ||
# install yq | ||
curl -fsSL -o yq https://github.com/mikefarah/yq/releases/download/3.3.0/yq_linux_amd64 | ||
chmod +x yq | ||
sudo mv yq /usr/local/bin/yq | ||
# install kubectl | ||
curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.17.0/bin/linux/amd64/kubectl | ||
chmod +x ./kubectl | ||
sudo mv ./kubectl /usr/local/bin/kubectl | ||
======= | ||
>>>>>>> eb1b3a0d... Move docs into stashed/docs repo + Cleanup (#723) | ||
- name: Run checks | ||
run: | | ||
make ci | ||
|
@@ -59,39 +40,3 @@ jobs: | |
run: | | ||
docker login --username ${USERNAME} --password ${DOCKER_TOKEN} | ||
make push | ||
<<<<<<< HEAD | ||
|
||
- name: Create Kubernetes cluster | ||
id: kind | ||
uses: engineerd/[email protected] | ||
with: | ||
version: v0.10.0 | ||
config: hack/kubernetes/kind.yaml | ||
|
||
- name: Prepare cluster for testing | ||
id: local-path | ||
env: | ||
DOCKER_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} | ||
USERNAME: 1gtm | ||
REGISTRY_SECRET: regcred | ||
run: | | ||
echo "waiting for nodes to be ready ..." | ||
kubectl wait --for=condition=Ready nodes --all --timeout=5m | ||
kubectl get nodes | ||
echo | ||
echo "install helm 3" | ||
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash | ||
echo "install stash-crds chart" | ||
helm repo add appscode https://charts.appscode.com/stable/ | ||
helm repo update | ||
helm install stash-crds appscode/stash-crds | ||
helm install kubedb-crds appscode/kubedb-crds | ||
helm install kmodules-crds appscode/kmodules-crds | ||
kubectl wait --for=condition=NamesAccepted crds --all --timeout=5m | ||
- name: Test charts | ||
run: | | ||
export KUBECONFIG=$HOME/.kube/config | ||
make ct | ||
======= | ||
>>>>>>> eb1b3a0d... Move docs into stashed/docs repo + Cleanup (#723) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters