Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debug
Browse files Browse the repository at this point in the history
mkulke committed Jul 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 89aa750 commit 165c1a6
Showing 1 changed file with 25 additions and 22 deletions.
47 changes: 25 additions & 22 deletions .github/workflows/kbs-e2e.yml
Original file line number Diff line number Diff line change
@@ -66,29 +66,32 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4

- name: binaries
run: cp -a ./artifact/kbs/test .
- name: mgns debug
run: find ./artifact

- name: Set up SGX/TDX certificates cache
uses: actions/cache@v4
with:
path: /root/.dcap-qcnl
key: ${{ runner.os }}-dcap-qcnl
# - name: binaries
# run: cp -a ./artifact/kbs/test .

- name: Install dependencies
working-directory: test
run: |
sudo apt-get update
sudo apt-get install -y make --no-install-recommends
sudo make install-dependencies
# - name: Set up SGX/TDX certificates cache
# uses: actions/cache@v4
# with:
# path: /root/.dcap-qcnl
# key: ${{ runner.os }}-dcap-qcnl

# - name: Install dependencies
# working-directory: test
# run: |
# sudo apt-get update
# sudo apt-get install -y make --no-install-recommends
# sudo make install-dependencies

- name: Set cc_kbc sample attester env
if: inputs.tee == 'sample'
run: echo "AA_SAMPLE_ATTESTER_TEST=1" >> "$GITHUB_ENV"
# - name: Set cc_kbc sample attester env
# if: inputs.tee == 'sample'
# run: echo "AA_SAMPLE_ATTESTER_TEST=1" >> "$GITHUB_ENV"

- name: Run e2e test
working-directory: test
env:
TEE: ${{ inputs.tee }}
RUST_LOG: warn
run: sudo -E make e2e-test
# - name: Run e2e test
# working-directory: test
# env:
# TEE: ${{ inputs.tee }}
# RUST_LOG: warn
# run: sudo -E make e2e-test

0 comments on commit 165c1a6

Please sign in to comment.