mirror of
https://github.com/coreos/prometheus-operator.git
synced 2026-02-05 15:46:31 +01:00
.github/workflows: fix typo to enable excluding thanos ruler tests
Setting the EXCLUDE_THANOSRULER_TESTS env var excludes all thanos ruler tests in the e2e suite. The CI workflow currently has a typo and sets EXCLUDE_THANOS_TESTS instead. This change fixes the typo in the CI workflow. Signed-off-by: fpetkovski <filip.petkovsky@gmail.com>
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -141,7 +141,7 @@ jobs:
|
||||
run: >
|
||||
EXCLUDE_ALERTMANAGER_TESTS=${{ matrix.alertmanager }}
|
||||
EXCLUDE_PROMETHEUS_TESTS=${{ matrix.prometheus }}
|
||||
EXCLUDE_THANOS_TESTS=${{ matrix.thanosruler }}
|
||||
EXCLUDE_THANOSRULER_TESTS=${{ matrix.thanosruler }}
|
||||
make test-e2e
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user