Skip to content
This repository was archived by the owner on Oct 13, 2021. It is now read-only.

Commit 0807386

Browse files
remove test integration
test integration uses ddog agent & api, that does not exist anymore
1 parent 54e39f7 commit 0807386

File tree

3 files changed

+1
-538
lines changed

3 files changed

+1
-538
lines changed

.circleci/config.yml

-22
Original file line numberDiff line numberDiff line change
@@ -99,24 +99,6 @@ jobs:
9999
- *persist_to_workspace_step
100100
- *save_cache_step
101101

102-
integration:
103-
docker:
104-
- <<: *test_runner
105-
env:
106-
TEST_OPENTELEMETRY_INTEGRATION: 1
107-
- image: datadog/docker-dd-agent
108-
env:
109-
- OTEL_APM_ENABLED=true
110-
- OTEL_BIND_HOST=0.0.0.0
111-
- OTEL_API_KEY=invalid_key_but_this_is_fine
112-
resource_class: *resource_class
113-
steps:
114-
- checkout
115-
- *restore_cache_step
116-
- run: scripts/run-tox-scenario '^py..-integration$'
117-
- *persist_to_workspace_step
118-
- *save_cache_step
119-
120102
futures:
121103
docker:
122104
- *test_runner
@@ -847,9 +829,6 @@ workflows:
847829
- httplib:
848830
requires:
849831
- flake8
850-
- integration:
851-
requires:
852-
- flake8
853832
- internal:
854833
requires:
855834
- flake8
@@ -957,7 +936,6 @@ workflows:
957936
- gevent
958937
- grpc
959938
- httplib
960-
- integration
961939
- internal
962940
- jinja2
963941
- kombu

0 commit comments

Comments
 (0)