diff --git a/.github/workflows/bootstrap.yaml b/.github/workflows/bootstrap.yaml index 84265a71a41386bf745c6a7ca8b8b2ffdaa45e0a..9c4b711b24e617e7d74c89332eb6aa66ee6f339a 100644 --- a/.github/workflows/bootstrap.yaml +++ b/.github/workflows/bootstrap.yaml @@ -61,6 +61,13 @@ jobs: --team=team-z env: GITHUB_TOKEN: ${{ secrets.GITPROVIDER_BOT_TOKEN }} + - name: libgit2 + run: | + /tmp/flux create source git test-libgit2 \ + --url=ssh://git@github.com/fluxcd-testing/${{ steps.vars.outputs.test_repo_name }} \ + --git-implementation=libgit2 \ + --secret-ref=flux-system \ + --branch=main - name: uninstall run: | /tmp/flux uninstall -s --keep-namespace diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index d6c232184f4a6c31dfd639e7c344abf82a924c94..1c2e2b69d022de8feb61c49c46b508dcc1fcf64b 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -193,7 +193,7 @@ jobs: /tmp/flux create kustomization flux-system \ --source=flux-system \ --path=./clusters/staging - kubectl -n flux-system wait kustomization/apps --for=condition=ready --timeout=2m + kubectl -n flux-system wait kustomization/apps --for=condition=ready --timeout=5m - name: flux check run: | /tmp/flux check