Skip to content

Commit

Permalink
test with released agent
Browse files Browse the repository at this point in the history
  • Loading branch information
t4lz committed Jan 21, 2025
1 parent db11227 commit 3b1d649
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,11 @@ jobs:
run: |
cargo test --target=x86_64-unknown-linux-gnu -p tests --no-default-features --features docker,job -- --test-threads=6
cargo test --target=x86_64-unknown-linux-gnu -p tests --no-default-features --features docker,ephemeral -- --test-threads=6
- name: Run all E2E tests with released agent
if: ${{ matrix.container-runtime == 'docker' }}
run: |
MIRRORD_AGENT_IMAGE=ghcr.io/metalbear-co/mirrord:latest cargo test --target=x86_64-unknown-linux-gnu -p tests --no-default-features --features docker,job -- --test-threads=6
MIRRORD_AGENT_IMAGE=ghcr.io/metalbear-co/mirrord:latest cargo test --target=x86_64-unknown-linux-gnu -p tests --no-default-features --features docker,ephemeral -- --test-threads=6
- name: Run all E2E tests - containerd
if: ${{ matrix.container-runtime == 'containerd' }}
run: |
Expand Down

0 comments on commit 3b1d649

Please sign in to comment.