Skip to content

Commit

Permalink
Merge 5e9086a into fb8cd9f
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj authored Aug 14, 2023
2 parents fb8cd9f + 5e9086a commit d5f999b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/nextjs-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,19 +215,15 @@ jobs:
- name: Download test reports artifact
id: download-test-reports
uses: actions/download-artifact@v3
continue-on-error: true
with:
name: Test trace reports
path: test
- name: Upload test trace to datadog
continue-on-error: true
run: |
npm install -g [email protected] @datadog/datadog-ci @aws-sdk/property-provider
jrm ./nextjs-test-result-junit.xml "test/**/*.xml"
npm install -g @datadog/[email protected]
ls -al ./test/*.xml
ls -al ./*.xml
# We'll tag this to the Turbopack service, not the next.js
DD_ENV=ci datadog-ci junit upload --tags test.type:turbopack.daily --service Turbopack ./nextjs-test-result-junit.xml
DD_ENV=ci datadog-ci junit upload --tags test.type:turbopack.daily --service Turbopack test
# For the debugging purpose, upload the test trace to github artifact.
# So we can manually analyze test reports.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@ jobs:
env:
DATADOG_API_KEY: ${{ secrets.DD_KEY_TURBOPACK }}
run: |
npm install -g @datadog/datadog-ci @aws-sdk/property-provider
npm install -g @datadog/datadog-ci@2.18.1
# Query raw benchmark output, create key:value pairs for each benchmark entries.
# The generated key name is compact format the path of the benchmark entry, i.e
# `base.hmr_to_commit.CSR.1000.mean`
Expand Down Expand Up @@ -1407,7 +1407,7 @@ jobs:
node-version: 18

- name: Install datadog
run: npm install -g @datadog/datadog-ci
run: npm install -g @datadog/datadog-ci@2.18.1

- name: Download test results
uses: actions/download-artifact@v3
Expand Down

0 comments on commit d5f999b

Please sign in to comment.