bloat test: Disable UI build (#31724)

This is currently failing due to `yarn` not being on the build image.  I am disabling the UI part of the build until we can develop a long term solution.
This commit is contained in:
Mike Jensen 2023-09-11 13:47:08 -06:00 committed by GitHub
parent e83665be21
commit d82f595464
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,7 @@ jobs:
name: Build base
id: build_base
run: |
make BUILDDIR=base_build full
make WEBASSETS_SKIP_BUILD=1 BUILDDIR=base_build binaries
cd .github/shared-workflows/bot && go run main.go -workflow=binary-sizes --artifacts="tbot,tctl,teleport,tsh" --builddir="../../../base_build" -token="${{ steps.generate_token.outputs.token }}" -reviewers="${{ secrets.reviewers }}" >> ~/teleport_base_build_stats
echo "base_stats_file=~/teleport_base_build_stats" >> $GITHUB_OUTPUT
echo "base_stats=$(cat ~/teleport_base_build_stats)" >> $GITHUB_ENV
@ -97,7 +97,7 @@ jobs:
- name: Build Binaries
id: build_branch
run: |
BUILD_SECRET=FAKE_SECRET make full
BUILD_SECRET=FAKE_SECRET make WEBASSETS_SKIP_BUILD=1 binaries
- name: Check for Environment Leak
id: check_branch_env_leak
run: |