Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Jan 31, 2025
1 parent c0af67e commit 3fdc7cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ jobs:
else
echo "Using pre-existing image from registry (See "Ciux project ignition" section)"
fi
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
# with:
# detached: true
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
detached: true
- name: Run argoCD
run: |
./e2e/argocd.sh -S "${{ matrix.storage }}"
Expand Down
1 change: 1 addition & 0 deletions bin/ztf/stream2raw.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def main():
alert_schema, _, alert_schema_json = get_schemas_from_avro(args.schema)

# Decode the Avro data, and keep only (timestamp, data)
logger.info("Kafka servers: {}".format(args.servers))
if args.servers.startswith("localhost") or args.servers.startswith(
"kafka-cluster-kafka-bootstrap.kafka"
):
Expand Down

0 comments on commit 3fdc7cb

Please sign in to comment.