Skip to content

Commit e48c22a

Browse files
authored
Merge pull request #577 from OpenSPP/remove_vci_from_ci_job
Remove VCI and Security from the build actions
2 parents 403f121 + 54a17eb commit e48c22a

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

.github/workflows/test-legacy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ jobs:
7171
run: git clone https://github.com/OpenG2P/openg2p-program.git --depth 1 --branch 17.0-develop
7272
- name: Clone OpenG2P Security Repository
7373
run: git clone https://github.com/OpenG2P/openg2p-security.git --depth 1 --branch 17.0-develop
74-
- name: Clone OpenG2P VCI Repository
75-
run: git clone https://github.com/OpenG2P/openg2p-vci.git --depth 1 --branch 17.0-develop
7674
- name: Clone Muk Addons Repository
7775
run: git clone https://github.com/muk-it/odoo-modules.git --depth 1 --branch 17.0
7876
- name: Remove g2p_connect_demo from openspp-modules as it is not compatible with all OpenSPP variants

.github/workflows/test.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -100,20 +100,18 @@ jobs:
100100
run: git clone https://github.com/OpenSPP/openg2p-registry.git --depth 1 --branch 17.0-develop-openspp
101101
- name: Clone OpenG2P Programs Repository
102102
run: git clone https://github.com/OpenSPP/openg2p-program.git --depth 1 --branch 17.0-develop-openspp
103-
- name: Clone OpenG2P Security Repository
104-
run: git clone https://github.com/OpenSPP/openg2p-security.git --depth 1 --branch 17.0-develop-openspp
105-
- name: Clone OpenG2P VCI Repository
106-
run: git clone https://github.com/OpenSPP/openg2p-vci.git --depth 1 --branch 17.0-develop-openspp
107103
- name: Clone Muk Addons Repository
108104
run: git clone https://github.com/OpenSPP/mukit-modules.git --depth 1 --branch 17.0-openspp
109105
- name: Copy OpenG2P modules to addons directory, remove tests and unsupported modules
110106
run: |
111107
rm -rf openg2p-registry/*/tests
112108
rm -rf openg2p-registry/g2p_documents
109+
rm -rf openg2p-registry/g2p_encryption_keymanager
113110
rm -rf openg2p-registry/g2p_odk_importer
114111
rm -rf openg2p-registry/g2p_odk_user_mapping
115112
rm -rf openg2p-registry/g2p_profile_image
116113
rm -rf openg2p-registry/g2p_registry_documents
114+
rm -rf openg2p-registry/g2p_registry_encryption
117115
rm -rf openg2p-program/*/tests
118116
rm -rf openg2p-program/g2p_entitlement_voucher
119117
rm -rf openg2p-program/g2p_odk_importer_program
@@ -122,22 +120,13 @@ jobs:
122120
rm -rf openg2p-program/g2p_payment_cash
123121
rm -rf openg2p-program/g2p_payment_g2p_connect
124122
rm -rf openg2p-program/g2p_program_documents
125-
rm -rf openg2p-security/*/tests
126-
rm -rf openg2p-security/g2p_encryption_keymanager
127-
rm -rf openg2p-security/g2p_registry_encryption
128-
rm -rf openg2p-storage/*/tests
129-
rm -rf openg2p-vci/*/tests
130123
rm -rf mukit-modules/muk_web_enterprise_theme
131124
cp -r openg2p-registry/* ${ADDONS_DIR}/
132125
cat test-requirements.txt >> spp-test-requirements.txt
133126
cp -r openg2p-program/* ${ADDONS_DIR}/
134127
cat test-requirements.txt >> spp-test-requirements.txt
135-
cp -r openg2p-security/* ${ADDONS_DIR}/
136-
cat test-requirements.txt >> spp-test-requirements.txt
137128
# cp -r openg2p-storage/* ${ADDONS_DIR}/
138129
# cat test-requirements.txt >> spp-test-requirements.txt
139-
cp -r openg2p-vci/* ${ADDONS_DIR}/
140-
cat test-requirements.txt >> spp-test-requirements.txt
141130
# MUK Addons
142131
cp -r mukit-modules/* ${ADDONS_DIR}/
143132
- name: Add g2p-programs and odoo-test-helper to spp-test-requirements.txt

0 commit comments

Comments
 (0)