Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jonlamb-gh committed Feb 14, 2024
1 parent 86c4d52 commit ce06aa3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
demo:
name: Run, collect, and test
timeout-minutes: 30
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- name: Print Environment
run: |
Expand Down Expand Up @@ -80,9 +80,9 @@ jobs:
-e NO_TLS=Y \
-d --rm \
ghcr.io/auxoncorp/modalityd-nightly:latest
docker logs modalityd
curl --retry-max-time 30 --retry 10 --retry-connrefused ${{env.MODALITY_URL}}/alive
docker logs modalityd
- name: Setup initial Modality configuration
run: |
Expand Down Expand Up @@ -118,13 +118,15 @@ jobs:
docker run \
--name reflector \
--network=host \
-e MODALITY_HOST=localhost \
-e INGEST_PROTOCOL_PARENT_URL="modality-ingest://127.0.0.1" \
-e MUTATION_PROTOCOL_PARENT_URL="modality-mutation://127.0.0.1" \
-v "/usr/lib/modality-reflector-plugins:/usr/lib/modality-reflector-plugins" \
-v "$(pwd)/reflector-config.toml:/reflector-config.toml" \
-e MODALITY_AUTH_TOKEN="${{env.MODALITY_AUTH_TOKEN}}" \
-e REFLECTOR_OPTS='--config /reflector-config.toml --collector trace-recorder-tcp' \
-d --rm \
-e REFLECTOR_OPTS="--config /reflector-config.toml --collector trace-recorder-tcp" \
--rm \
ghcr.io/auxoncorp/modality-reflector-nightly:latest
sleep 1
docker logs reflector
- name: Run the system
Expand Down

0 comments on commit ce06aa3

Please sign in to comment.