From 3c27ce7127204295803149c8ce870888b0af3017 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Mon, 2 Oct 2023 14:27:39 +0200 Subject: [PATCH] ci: clean up settings in .ci-local --- .ci-local/adsupport.set | 23 +---------------------- .ci-local/defaults.set | 0 .ci-local/os.set | 21 +++------------------ .github/workflows/ci-scripts.yml | 2 +- 4 files changed, 5 insertions(+), 41 deletions(-) delete mode 100644 .ci-local/defaults.set diff --git a/.ci-local/adsupport.set b/.ci-local/adsupport.set index 4bf8139f9..397d0a597 100644 --- a/.ci-local/adsupport.set +++ b/.ci-local/adsupport.set @@ -1,25 +1,4 @@ -MODULES=PVDATA PVACCESS NT PVDATABASE asyn ADSupport - -BASE_DIRNAME=base -BASE_REPONAME=epics-base -BASE_REPOOWNER=epics-base -BASE_VARNAME=EPICS_BASE -BASE_RECURSIVE=no - -PVDATA_REPONAME=pvDataCPP -PVDATA_REPOOWNER=epics-base - -PVACCESS_REPONAME=pvAccessCPP -PVACCESS_REPOOWNER=epics-base - -NT_REPONAME=normativeTypesCPP -NT_REPOOWNER=epics-base - -PVDATABASE_REPONAME=pvDatabaseCPP -PVDATABASE_REPOOWNER=epics-base - -ASYN_REPOOWNER=epics-modules -ASYN_HOOK=.ci-local/asyn-config.sh +MODULES_ADD=ADSUPPORT ADSUPPORT_REPOOWNER=areaDetector ADSUPPORT_HOOK=.ci-local/adsupport-config.py diff --git a/.ci-local/defaults.set b/.ci-local/defaults.set deleted file mode 100644 index e69de29bb..000000000 diff --git a/.ci-local/os.set b/.ci-local/os.set index ed64790d4..47d475213 100644 --- a/.ci-local/os.set +++ b/.ci-local/os.set @@ -1,22 +1,7 @@ -MODULES=PVDATA PVACCESS NT PVDATABASE asyn +include defaults -BASE_DIRNAME=base -BASE_REPONAME=epics-base -BASE_REPOOWNER=epics-base -BASE_VARNAME=EPICS_BASE -BASE_RECURSIVE=no - -PVDATA_REPONAME=pvDataCPP -PVDATA_REPOOWNER=epics-base - -PVACCESS_REPONAME=pvAccessCPP -PVACCESS_REPOOWNER=epics-base +MODULES=PVDATA PVACCESS NT PVDATABASE ASYN -NT_REPONAME=normativeTypesCPP -NT_REPOOWNER=epics-base - -PVDATABASE_REPONAME=pvDatabaseCPP -PVDATABASE_REPOOWNER=epics-base +BASE_RECURSIVE=no -ASYN_REPOOWNER=epics-modules ASYN_HOOK=.ci-local/asyn-config.sh diff --git a/.github/workflows/ci-scripts.yml b/.github/workflows/ci-scripts.yml index 1135a4416..3417f5eb3 100644 --- a/.github/workflows/ci-scripts.yml +++ b/.github/workflows/ci-scripts.yml @@ -9,7 +9,7 @@ on: pull_request: env: - SETUP_PATH: .ci-local + SETUP_PATH: .ci-local:.ci jobs: test: