Skip to content

Commit

Permalink
remove usage of ddtrace as DataDog stopped working
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Nov 1, 2023
1 parent 09258ef commit aa5d696
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion JenkinsfileRT
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ bc0.build_cmds = bc0.build_cmds + [
bc0.test_cmds = [
"pytest -r sxf -n auto --bigdata --slow --webbpsf \
--cov --cov-report=xml:coverage.xml \
--ddtrace \
// --ddtrace \
--basetemp=${pytest_basetemp} --junit-xml=results.xml --dist=loadscope \
--env=${artifactoryenv} ${pytest_args}",
"curl -Os https://uploader.codecov.io/latest/linux/codecov",
Expand Down

0 comments on commit aa5d696

Please sign in to comment.