Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove usage of ddtrace as DataDog stopped working
Browse files Browse the repository at this point in the history
zacharyburnett committed Nov 1, 2023
1 parent 09258ef commit b142b0d
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/roman_ci.yml
Original file line number Diff line number Diff line change
@@ -54,9 +54,11 @@ jobs:
pytest-results-summary: true
- linux: py310-webbpsf
pytest-results-summary: true
- linux: py311-ddtrace-webbpsf
# - linux: py311-webbpsf-ddtrace
- linux: py311-webbpsf
pytest-results-summary: true
- macos: py311-ddtrace-webbpsf
# - macos: py311-webbpsf-ddtrace
- macos: py311-webbpsf
pytest-results-summary: true
- linux: py311-webbpsf-cov
coverage: codecov
2 changes: 1 addition & 1 deletion JenkinsfileRT
Original file line number Diff line number Diff line change
@@ -96,10 +96,10 @@ bc0.build_cmds = bc0.build_cmds + PipInject(env.OVERRIDE_REQUIREMENTS)
bc0.build_cmds = bc0.build_cmds + [
"pip list"
]
// --ddtrace \
bc0.test_cmds = [
"pytest -r sxf -n auto --bigdata --slow --webbpsf \
--cov --cov-report=xml:coverage.xml \
--ddtrace \
--basetemp=${pytest_basetemp} --junit-xml=results.xml --dist=loadscope \
--env=${artifactoryenv} ${pytest_args}",
"curl -Os https://uploader.codecov.io/latest/linux/codecov",

0 comments on commit b142b0d

Please sign in to comment.