mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
abandon idk change detection for now
the "changes" rule appears not to be good at detecting changes in some cases. specifically, it appears that you have to be in an "only:" clause, not a "rules" clause, to trigger the merge-specific behavior which checks the entire merge branch instead of the top commit, but that means that if your last commit doesn't touch IDK, we don't run IDK tests, and I haven't been able to fix this yet. So for now, revert the IDK-specific change detection behavior, which slows CI down but gets us test coverage.
This commit is contained in:
parent
8cea8a663c
commit
83e08efa0a
1 changed files with 0 additions and 12 deletions
|
|
@ -275,9 +275,6 @@ run go tests idk race:
|
|||
retry: 1
|
||||
rules:
|
||||
- if: '$CI_COMMIT_TAG == null && ($CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "schedule" || $CI_PIPELINE_SOURCE == "web")'
|
||||
changes:
|
||||
- idk
|
||||
- client
|
||||
script:
|
||||
- echo "Running test-all-race"
|
||||
- cd ./idk/
|
||||
|
|
@ -309,9 +306,6 @@ run go tests idk shard transactional:
|
|||
retry: 1
|
||||
rules:
|
||||
- if: '$CI_COMMIT_TAG == null && ($CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "schedule" || $CI_PIPELINE_SOURCE == "web")'
|
||||
changes:
|
||||
- idk
|
||||
- client
|
||||
script:
|
||||
- echo "Running shard transactional tests"
|
||||
- cd ./idk/
|
||||
|
|
@ -352,9 +346,6 @@ run go tests idk 533:
|
|||
- make shutdown
|
||||
rules:
|
||||
- if: '$CI_COMMIT_TAG == null && ($CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "schedule" || $CI_PIPELINE_SOURCE == "web")'
|
||||
changes:
|
||||
- idk
|
||||
- client
|
||||
tags:
|
||||
- shell
|
||||
- aws
|
||||
|
|
@ -384,9 +375,6 @@ run go tests idk sasl:
|
|||
- make shutdown
|
||||
rules:
|
||||
- if: '$CI_COMMIT_TAG == null && ($CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "schedule" || $CI_PIPELINE_SOURCE == "web")'
|
||||
changes:
|
||||
- idk
|
||||
- client
|
||||
tags:
|
||||
- shell
|
||||
- aws
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue