Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: psbrar99 <[email protected]>
  • Loading branch information
psbrar99 committed Jul 21, 2023
1 parent 266bad5 commit 2f7bbeb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,17 +83,18 @@ jobs:
# sed -i 's/6359991c3c7f6a52820d82416a8bba8788488cc3e0d9de59d61787c31a69906f/a25626fa4dcd58bebd2faed9a9762901009e9dc436e530102519dc30de396d2f/g' WORKSPACE
sed -i 's/SHA=.*/SHA=574c3dd2c41fb18431eb79ad574042c0b865bc1f/g' scripts/release-binary.sh
sed -i 's/release release-symbol asan debug/for config in release/g' scripts/release-binary.sh
sleep 200
echo "build --override_repository=envoy=./envoytar" >> .bazelrc
sleep 60
echo "build --override_repository=envoy=./work/envoytar" >> .bazelrc
cat .bazelrc
sleep 30
- name: Build and push
if: ${{ steps.check_already_built.outputs.should_build == '1' }}
env:
BUILD_WITH_CONTAINER: 1
run: make push_release
run: |
sleep 180
make push_release
build_fips_proxy:
# Only run this job when the release type equals "fips".
if: contains(github.event.ref, 'fips')
Expand Down

0 comments on commit 2f7bbeb

Please sign in to comment.