Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
KolbyML committed Jan 9, 2024
1 parent 212fbe6 commit 0bddf01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on: [pull_request]
jobs:
commitlint:
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- name: Run sim for 10 seconds
run: ls -a .github
- name: Run sim for 10 seconds
run: pwd
run: pwd
- name: Build sim image
run: docker build -f sim/Dockerfile -t local-quic-network-simulator
- name: Run sim for 10 seconds
timeout-minutes: 10
run: SCENARIO="droplist --delay=15ms --bandwidth=10Mbps --queue=25" timeout 10s docker compose -f .github/workflows/docker-compose.yml up
5 changes: 2 additions & 3 deletions .github/workflows/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ version: "3.5"

services:
sim:
build:
context: ../../sim
dockerfile: Dockerfile
image: local-quic-network-simulator
container_name: sim
hostname: sim
stdin_open: true
tty: true
Expand Down

0 comments on commit 0bddf01

Please sign in to comment.