Skip to content

Commit ec7255c

Browse files
GomezCFYuri Zmytrakov
authored andcommitted
remove tests from the pipeline
1 parent ce23532 commit ec7255c

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

.gitlab-ci.yml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
stages:
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

4848
tag_check:
4949
stage: tag_check

0 commit comments

Comments
 (0)