Skip to content

Commit

Permalink
Merge branch 'master' of github.com:emissary-ingress/emissary into dc…
Browse files Browse the repository at this point in the history
…amata/remote-control-rollouts
  • Loading branch information
Douglas Camata committed Feb 2, 2022
2 parents 1602547 + 0b98570 commit 0e97d5e
Show file tree
Hide file tree
Showing 112 changed files with 4,596 additions and 8,389 deletions.
10 changes: 0 additions & 10 deletions .github/actions/collect-testing-logs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,6 @@ runs:
~/.cache/telepresence/logs \
/tmp/test-logs/telepresence-logs
fi
if [ -f docker/container.txt ] && docker inspect $(cat docker/container.txt) >/dev/null; then
docker exec $(cat docker/container.txt) /bin/bash -c 'mkdir -p /tmp/build-container-logs && (cp -r /tmp/*.txt /tmp/*.json /tmp/*.log /tmp/*.yaml /tmp/build-container-logs || true) && ((test -d ~/.cache/telepresence/logs && cp -r ~/.cache/telepresence/logs /tmp/build-container-logs/telepresence-logs) || true)'
docker cp $(cat docker/container.txt):/tmp/build-container-logs /tmp/test-logs/build-container-logs || true
fi
- name: "Gather Coverage"
shell: bash
run: |
if [ -f docker/container.txt ] && docker inspect $(cat docker/container.txt) >/dev/null; then
docker cp $(cat docker/container.txt):/tmp/cov_html /tmp/cov_html || true
fi
- name: "Gather Pod Logs"
shell: bash
run: |
Expand Down
25 changes: 0 additions & 25 deletions .github/actions/execute-generate/action.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/actions/execute-go-tests/action.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/actions/execute-job-image/action.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/actions/execute-lint-test/action.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/actions/execute-pytest-unit/action.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .github/actions/execute-pytests/action.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/actions/setup-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ description: "Install Go and Python"
runs:
using: "composite"
steps:
- name: "Install bsdtar (libarchive-tools)"
shell: bash
run: |
sudo apt-get update -y
sudo apt-get install -y libarchive-tools
- name: "Install Python requirements with pip"
uses: BSFishy/pip-action@v1
with:
packages: |
awscli
packaging
# Go: Do this first because `Makefile` checks that the `go` version is correct.
- name: "Get Go version from builder container"
id: step-detect-go
Expand Down
Loading

0 comments on commit 0e97d5e

Please sign in to comment.