Skip to content

Commit

Permalink
chore(ci): temporarily peg greptimedb to v0.4.0 to unblock CI (vect…
Browse files Browse the repository at this point in the history
…ordotdev#18838)

* chore(ci): temporarily peg greptimedb to `v0.4.0`  to unblock CI

* add detection paths

* typo
  • Loading branch information
neuronull authored Oct 13, 2023
1 parent 3c4ae86 commit 0776cc0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion scripts/integration/greptimedb/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,12 @@ runner:
GREPTIMEDB_HTTP: http://greptimedb:4000

matrix:
version: ['latest']
# Temporarily pegging to the latest known stable release
# since using `latest` is failing consistently.
version: [v0.4.0]

# changes to these files/paths will invoke the integration test in CI
# expressions are evaluated using https://github.com/micromatch/picomatch
paths:
- "src/sinks/greptimedb/**"
- "scripts/integration/greptimedb/**"

0 comments on commit 0776cc0

Please sign in to comment.