Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TFS
controller
Commits
9d97706f
Commit
9d97706f
authored
2 years ago
by
Lluis Gifre Renom
Browse files
Options
Downloads
Patches
Plain Diff
OFC'22 functional test:
- corrected default deployment variables
parent
f2334eba
No related branches found
No related tags found
2 merge requests
!54
Release 2.0.0
,
!48
Fixes for OFC'22 and ECOC'22 tests
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/tests/ofc22/deploy_specs.sh
+2
-2
2 additions, 2 deletions
src/tests/ofc22/deploy_specs.sh
with
2 additions
and
2 deletions
src/tests/ofc22/deploy_specs.sh
+
2
−
2
View file @
9d97706f
...
@@ -58,7 +58,7 @@ export CRDB_DATABASE="tfs"
...
@@ -58,7 +58,7 @@ export CRDB_DATABASE="tfs"
export
CRDB_DEPLOY_MODE
=
"single"
export
CRDB_DEPLOY_MODE
=
"single"
# Disable flag for dropping database, if exists.
# Disable flag for dropping database, if exists.
export
CRDB_DROP_DATABASE_IF_EXISTS
=
"
YES
"
export
CRDB_DROP_DATABASE_IF_EXISTS
=
""
# Disable flag for re-deploying CockroachDB from scratch.
# Disable flag for re-deploying CockroachDB from scratch.
export
CRDB_REDEPLOY
=
""
export
CRDB_REDEPLOY
=
""
...
@@ -91,4 +91,4 @@ export QDB_TABLE=${QDB_TABLE:-"tfs_monitoring"}
...
@@ -91,4 +91,4 @@ export QDB_TABLE=${QDB_TABLE:-"tfs_monitoring"}
#export QDB_DROP_TABLE_IF_EXISTS=${QDB_DROP_TABLE_IF_EXISTS:-""}
#export QDB_DROP_TABLE_IF_EXISTS=${QDB_DROP_TABLE_IF_EXISTS:-""}
# If not already set, disable flag for re-deploying QuestDB from scratch.
# If not already set, disable flag for re-deploying QuestDB from scratch.
export
QDB_REDEPLOY
=
${
QDB_REDEPLOY
:-
"
YES
"
}
export
QDB_REDEPLOY
=
${
QDB_REDEPLOY
:-
""
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment