Skip to content

Commit

Permalink
ci: clean up settings in .ci-local
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed Oct 2, 2023
1 parent 9a3890f commit 707a12d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 41 deletions.
23 changes: 1 addition & 22 deletions .ci-local/adsupport.set
Original file line number Diff line number Diff line change
@@ -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
ADD_MODULES=ADSUPPORT

ADSUPPORT_REPOOWNER=areaDetector
ADSUPPORT_HOOK=.ci-local/adsupport-config.py
Empty file removed .ci-local/defaults.set
Empty file.
21 changes: 3 additions & 18 deletions .ci-local/os.set
Original file line number Diff line number Diff line change
@@ -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 NTYPES 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
2 changes: 1 addition & 1 deletion .github/workflows/ci-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:

env:
SETUP_PATH: .ci-local
SETUP_PATH: .ci-local:.ci

jobs:
test:
Expand Down

0 comments on commit 707a12d

Please sign in to comment.