mirror of https://github.com/mongodb/mongo
SERVER-81251 Ensure future git tag variant always runs lastContinuous suites (#19452)
GitOrigin-RevId: 228b9fbf1ab379204eeaff19ff70b865ad20c902
This commit is contained in:
parent
c484ddc2e7
commit
fd77ae6bb4
|
|
@ -614,6 +614,8 @@ buildvariants:
|
|||
compile_variant: linux-x86-dynamic-compile-future-tag-multiversion
|
||||
test_flags: >-
|
||||
--excludeWithAnyTags=future_git_tag_incompatible
|
||||
unique_gen_suffix: "-future"
|
||||
last_versions: last_lts,last_continuous
|
||||
depends_on:
|
||||
- name: version_gen
|
||||
variant: generate-tasks-for-version
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
function setup_mongo_task_generator {
|
||||
if [ ! -f mongo-task-generator ]; then
|
||||
curl -L https://github.com/mongodb/mongo-task-generator/releases/download/v0.7.11/mongo-task-generator --output mongo-task-generator
|
||||
curl -L https://github.com/mongodb/mongo-task-generator/releases/download/v0.7.12/mongo-task-generator --output mongo-task-generator
|
||||
chmod +x mongo-task-generator
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue