Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: chahatsagarmain <chahatsagar2003@gmail.com>
  • Loading branch information
chahatsagarmain committed Jan 5, 2025
1 parent bbd4ebc commit e031693
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/actions/verify-metrics-snapshot/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ runs:
- name: Download the cached tagged metrics
id: cache-metrics
if: contains(github.ref,'tags') == 'false'
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
with:
path: ./.metrics/cached_${{ inputs.snapshot}}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ci-e2e-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: E2E Tests

on:
push:
branches: [main , e2e_metrics_tagged]
branches: [main ,e2e_metrics_tagged]
tags:
- 'v*'

# pull_request:
# branches: [main]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-e2e-cassandra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
SKIP_APPLY_SCHEMA: ${{ matrix.create-schema == 'auto' && true || false }}

- uses: ./.github/actions/verify-metrics-snapshot
if: ${{ matrix.jaeger-version }} == "v2"
if: ${{ matrix.jaeger-version == 'v2'}}
with:
snapshot: cassandra_metrics.txt
artifact_key: cassandra_metrics_${{ matrix.version.major }}_${{ matrix.version.schema }}_${{ matrix.jaeger-version }}_${{ matrix.create-schema }}.txt
Expand Down

0 comments on commit e031693

Please sign in to comment.