File tree Expand file tree Collapse file tree 1 file changed +32
-32
lines changed Expand file tree Collapse file tree 1 file changed +32
-32
lines changed Original file line number Diff line number Diff line change 11stages :
22 - build
3- - tests
3+ # - tests
44 - tag_check
55 - deploy
66
@@ -13,37 +13,37 @@ build:
1313 name : registry-public.cloudferro.com/kaniko-project/executor:v1.9.2-debug
1414 entrypoint : [ "" ]
1515
16- pytest :
17- stage : tests
18- image : python:3.13-slim
19- allow_failure : false
20- tags :
21- - kubernetes
22- services :
23- - name : opensearchproject/opensearch:2.11.1
24- alias : opensearch
25- variables :
26- cluster.name : " stac-cluster"
27- node.name : " os01"
28- discovery.type : " single-node"
29- plugins.security.disabled : " true"
30- action.destructive_requires_name : " false"
31- OPENSEARCH_JAVA_OPTS : " -Xms512m -Xmx1g"
32- before_script :
33- - ./ci/before_tests.sh
34- script :
35- - ./ci/pytest.sh
36- variables :
37- ENVIRONMENT : " testing"
38- ES_HOST : " opensearch"
39- ES_PORT : " 9200"
40- ES_USE_SSL : " false"
41- ES_VERIFY_CERTS : " false"
42- BACKEND : " opensearch"
43- DATABASE_REFRESH : " true"
44- ENABLE_DATETIME_INDEX_FILTERING : " true"
45-
46- when : on_success
16+ # pytest:
17+ # stage: tests
18+ # image: python:3.13-slim
19+ # allow_failure: false
20+ # tags:
21+ # - kubernetes
22+ # services:
23+ # - name: opensearchproject/opensearch:2.11.1
24+ # alias: opensearch
25+ # variables:
26+ # cluster.name: "stac-cluster"
27+ # node.name: "os01"
28+ # discovery.type: "single-node"
29+ # plugins.security.disabled: "true"
30+ # action.destructive_requires_name: "false"
31+ # OPENSEARCH_JAVA_OPTS: "-Xms512m -Xmx1g"
32+ # before_script:
33+ # - ./ci/before_tests.sh
34+ # script:
35+ # - ./ci/pytest.sh
36+ # variables:
37+ # ENVIRONMENT: "testing"
38+ # ES_HOST: "opensearch"
39+ # ES_PORT: "9200"
40+ # ES_USE_SSL: "false"
41+ # ES_VERIFY_CERTS: "false"
42+ # BACKEND: "opensearch"
43+ # DATABASE_REFRESH: "true"
44+ # ENABLE_DATETIME_INDEX_FILTERING: "true"
45+ #
46+ # when: on_success
4747
4848tag_check :
4949 stage : tag_check
You can’t perform that action at this time.
0 commit comments