Skip to content

(TESTING) (fleet/mimir) fake it until you make it #35

(TESTING) (fleet/mimir) fake it until you make it

(TESTING) (fleet/mimir) fake it until you make it #35

Workflow file for this run

---
# yamllint disable rule:quoted-strings
name: fleet test
"on":
- push
jobs:
create-cluster:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: azure/[email protected]
- uses: helm/kind-action@v1
with:
version: v0.21.0
- run: kubectl get nodes
- run: ip -c a
- run: ip route
- name: install macvlan cni plugin
run:
- curl https://github.com/containernetworking/plugins/releases/download/v1.4.1/cni-plugins-linux-amd64-v1.4.1.tgz -L -O

Check failure on line 24 in .github/workflows/fleet-test.yaml

View workflow run for this annotation

GitHub Actions / fleet test

Invalid workflow file

The workflow is not valid. .github/workflows/fleet-test.yaml (Line: 24, Col: 9): A sequence was not expected
- tar -xvf cni-plugins-linux-amd64-v1.4.1.tgz
- docker cp macvlan chart-testing-control-plane:/opt/cni/bin
- run: helm repo add fleet https://rancher.github.io/fleet-helm-charts/
- run: helm -n cattle-fleet-system install --create-namespace --wait fleet-crd fleet/fleet-crd
- run: helm -n cattle-fleet-system install --create-namespace --wait fleet fleet/fleet
- run: kubectl -n fleet-local patch clusters local --type merge --patch-file ./clusters-local.yaml
- run: kubectl apply -f gitrepo-local.yaml
- run: kubectl get clusters -A
- run: kubectl get gitrepo -A
# - run: ./wait-for-bundle.sh
# timeout-minutes: 15
- uses: actions/checkout@v3
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3