diff --git a/.github/workflows/beekeeper.yml b/.github/workflows/beekeeper.yml index f5dcadb8201..5184d64f8a1 100644 --- a/.github/workflows/beekeeper.yml +++ b/.github/workflows/beekeeper.yml @@ -14,7 +14,7 @@ jobs: REPLICA: 3 RUN_TYPE: "PR RUN" SETUP_CONTRACT_IMAGE_TAG: "0.2.0" - BEEKEEPER_BRANCH: "restricted-2" + BEEKEEPER_BRANCH: "master" BEEKEEPER_METRICS_ENABLED: false runs-on: ubuntu-latest steps: @@ -53,7 +53,7 @@ jobs: - name: Prepare local cluster run: | printf ${{ secrets.CR_PAT }} | docker login ghcr.io -u bee-worker --password-stdin - make beekeeper BEEKEEPER_INSTALL_DIR=/usr/local/bin BEEKEEPER_USE_SUDO=true BEEKEEPER_BRANCH=restricted-2 + make beekeeper BEEKEEPER_INSTALL_DIR=/usr/local/bin BEEKEEPER_USE_SUDO=true timeout 10m make beelocal OPTS='ci skip-vet' - name: Set kube config run: | @@ -62,7 +62,7 @@ jobs: - name: Set local cluster run: | make beelocal ACTION=add-hosts - timeout 10m make deploylocal BEEKEEPER_CLUSTER=local-dns BEEKEEPER_BRANCH=restricted-2 + timeout 10m make deploylocal BEEKEEPER_CLUSTER=local-dns - name: Test pingpong id: pingpong run: until beekeeper check --cluster-name local-dns --checks ci-pingpong; do echo "waiting for pingpong..."; sleep .3; done @@ -131,7 +131,7 @@ jobs: REPLICA: 3 RUN_TYPE: "PR RUN" SETUP_CONTRACT_IMAGE_TAG: "0.2.0" - BEEKEEPER_BRANCH: "restricted-2" + BEEKEEPER_BRANCH: "master" BEEKEEPER_METRICS_ENABLED: false runs-on: ubuntu-latest steps: @@ -215,7 +215,7 @@ jobs: REPLICA: 3 RUN_TYPE: "PR RUN" SETUP_CONTRACT_IMAGE_TAG: "0.2.0" - BEEKEEPER_BRANCH: "restricted-2" + BEEKEEPER_BRANCH: "master" BEEKEEPER_METRICS_ENABLED: false runs-on: ubuntu-latest steps: