Skip to content

Commit

Permalink
added CI/CD for cern_caimira
Browse files Browse the repository at this point in the history
  • Loading branch information
lrdossan committed Jul 17, 2024
1 parent 74c8147 commit 4819538
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,28 @@ caimira_full_test:


# A development installation of CAiMIRA tested with pytest.
full_test-39:
caimira_full_test-39:
extends: .py_full_test
variables:
PY_VERSION: "3.9"
project_root: ./caimira


# A full installation of CERN CAiMIRA, tested with pytest.
cern_caimira_full_test:
extends: .py_full_test
variables:
project_root: ./cern_caimira


# A development installation of CERN CAiMIRA tested with pytest.
cern_caimira_full_test-39:
extends: .py_full_test
variables:
PY_VERSION: "3.9"
project_root: ./cern_caimira


# ###################################################################################################
# Test OpenShift config

Expand Down
Empty file.

0 comments on commit 4819538

Please sign in to comment.