Skip to content

Commit

Permalink
Remove further lints and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-hanna committed Nov 6, 2024
1 parent 9386a23 commit 3ed4226
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ include:
# - .gitlab/kitchen_cleanup/include.yml
# - .gitlab/kitchen_deploy/kitchen_deploy.yml
# - .gitlab/kitchen_testing/include.yml
- .gitlab/lint/include.yml
#- .gitlab/lint/include.yml
# - .gitlab/maintenance_jobs/include.yml
# - .gitlab/notify/notify.yml
- .gitlab/package_build/include.yml
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/binary_build/include.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include:
#- .gitlab/binary_build/cluster_agent.yml
#- .gitlab/binary_build/cws_instrumentation.yml
#- .gitlab/binary_build/fakeintake.yml
- .gitlab/binary_build/linux.yml
#- .gitlab/binary_build/linux.yml
#- .gitlab/binary_build/otel_agent.yml
- .gitlab/binary_build/system_probe.yml
#- .gitlab/binary_build/windows.yml
Expand Down
6 changes: 3 additions & 3 deletions .gitlab/source_test/include.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# security scans & go.mod checks.

include:
- .gitlab/source_test/ebpf.yml
#- .gitlab/source_test/ebpf.yml
- .gitlab/source_test/linux.yml
- .gitlab/source_test/macos.yml
- .gitlab/source_test/windows.yml
#- .gitlab/source_test/macos.yml
#- .gitlab/source_test/windows.yml
- .gitlab/source_test/go_generate_check.yml
- .gitlab/source_test/slack.yml
- .gitlab/source_test/golang_deps_diff.yml
Expand Down
90 changes: 45 additions & 45 deletions .gitlab/source_test/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,51 +68,51 @@ tests_deb-x64-py3:
variables:
CONDA_ENV: ddpy3

tests_flavor_iot_deb-x64:
extends:
- .rtloader_tests
- .linux_tests
- .linux_x64
after_script:
- !reference [.upload_junit_source]
variables:
CONDA_ENV: ddpy3
FLAVORS: '--flavor iot'

tests_flavor_dogstatsd_deb-x64:
extends:
- .rtloader_tests
- .linux_tests
- .linux_x64
after_script:
- !reference [.upload_junit_source]
variables:
CONDA_ENV: ddpy3
FLAVORS: '--flavor dogstatsd'

tests_flavor_heroku_deb-x64:
extends:
- .rtloader_tests
- .linux_tests
- .linux_x64
after_script:
- !reference [.upload_junit_source]
variables:
CONDA_ENV: ddpy3
FLAVORS: '--flavor heroku'

tests_rpm-x64-py3:
extends:
- .rtloader_tests
- .linux_tests
after_script:
- !reference [.upload_junit_source]
- !reference [.upload_coverage]
image: registry.ddbuild.io/ci/datadog-agent-buildimages/rpm_x64$DATADOG_AGENT_BUILDIMAGES_SUFFIX:$DATADOG_AGENT_BUILDIMAGES
tags: ["arch:amd64"]
variables:
CONDA_ENV: ddpy3
EXTRA_OPTS: '--build-exclude=systemd'
#tests_flavor_iot_deb-x64:
# extends:
# - .rtloader_tests
# - .linux_tests
# - .linux_x64
# after_script:
# - !reference [.upload_junit_source]
# variables:
# CONDA_ENV: ddpy3
# FLAVORS: '--flavor iot'
#
#tests_flavor_dogstatsd_deb-x64:
# extends:
# - .rtloader_tests
# - .linux_tests
# - .linux_x64
# after_script:
# - !reference [.upload_junit_source]
# variables:
# CONDA_ENV: ddpy3
# FLAVORS: '--flavor dogstatsd'
#
#tests_flavor_heroku_deb-x64:
# extends:
# - .rtloader_tests
# - .linux_tests
# - .linux_x64
# after_script:
# - !reference [.upload_junit_source]
# variables:
# CONDA_ENV: ddpy3
# FLAVORS: '--flavor heroku'
#
#tests_rpm-x64-py3:
# extends:
# - .rtloader_tests
# - .linux_tests
# after_script:
# - !reference [.upload_junit_source]
# - !reference [.upload_coverage]
# image: registry.ddbuild.io/ci/datadog-agent-buildimages/rpm_x64$DATADOG_AGENT_BUILDIMAGES_SUFFIX:$DATADOG_AGENT_BUILDIMAGES
# tags: ["arch:amd64"]
# variables:
# CONDA_ENV: ddpy3
# EXTRA_OPTS: '--build-exclude=systemd'

tests_deb-arm64-py3:
extends:
Expand Down

0 comments on commit 3ed4226

Please sign in to comment.