Skip to content

Commit 3836939

Browse files
authored
Merge pull request #259 from tulibraries/small-az-updates
Removes more unused az variables
2 parents 2bdb604 + 3bc0da1 commit 3836939

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ For these TUL COB Dags, the following variables are required:
5151
- AZ_BRANCH: branch of the tulibraries/cob_az_index to checkout.
5252
- AZ_CLIENT_ID, AZ_CLIENT_SECRET: Databases AZ authentication credentials.
5353
- AZ_SOLR_CONFIG, AZ_SOLR_CONFIG_QA: Solr collection and configset names (equivalent).
54-
- AZ_REPLICATION_FACTOR: SolrCloud specific collection configuration.
5554
- AZ_INDEX_SCHEDULE_INTERVAL: Databases AZ indexing schedule.
5655
5756

tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ def pytest_sessionstart():
3838
airflow.models.Variable.set("AZ_BRANCH", "AZ_BRANCH")
3939
airflow.models.Variable.set("AZ_PROD_BRANCH", "AZ_BRANCH")
4040
airflow.models.Variable.set("AZ_QA_BRANCH", "AZ_BRANCH")
41-
airflow.models.Variable.set("AZ_CONFIGSET", "tul_cob-az-1")
4241
airflow.models.Variable.set("AZ_CLIENT_ID", "AZ_CLIENT_ID")
4342
airflow.models.Variable.set("AZ_CLIENT_SECRET", "AZ_CLIENT_SECRET")
4443
airflow.models.Variable.set("AZ_DELETE_SWITCH", "--delete")

0 commit comments

Comments
 (0)