Skip to content

Conversation

@purple4reina
Copy link
Contributor

What does this PR do?

Adds the tests from serverless-tools to the test stage of the pipeline for this project.

Motivation

This PR #689 made a change to our build script but we forgot to make the corresponding change in serverless-tools. That led to all PRs failing on dd-trace-js.

By adding the serverless-tools tests to this repo's pipeline, we will be ensured that does not happen again.

Testing Guidelines

Additional Notes

Types of Changes

  • Bug fix
  • New feature
  • Breaking change
  • Misc (docs, refactoring, dependency upgrade, etc.)

Check all that apply

  • This PR's description is comprehensive
  • This PR contains breaking changes that are documented in the description
  • This PR introduces new APIs or parameters that are documented and unlikely to change in the foreseeable future
  • This PR impacts documentation, and it has been updated (or a ticket has been logged)
  • This PR's changes are covered by the automated tests
  • This PR collects user input/sensitive content into Datadog
  • This PR passes the integration tests (ask a Datadog member to run the tests)

@purple4reina purple4reina requested review from a team as code owners November 20, 2025 20:05
@purple4reina purple4reina force-pushed the rey.abolofia/comment-reminder branch from 831b43e to ecc54b1 Compare November 20, 2025 20:06
- cp .layers/datadog_lambda_node*.zip datadog_lambda_js-{{ if eq $environment.name "prod"}}signed-{{ end }}bundle-${CI_JOB_ID}
{{ end }}

serverless-tools-benchmarks:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
serverless-tools-benchmarks:
benchmarks:

maybe?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can go with that.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@duncanista FYI, I decided scrap adding the serverless-tools tests here. I was hoping it would be an easy add, but it seems it would require a bit more changes in serverless-tools than I was hoping. We can come back to it later if needed.

- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/serverless-tools.git ./serverless-tools && cd ./serverless-tools
- ./ci/check_trigger_status.sh

serverless-tools-benchmarks-trigger:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
serverless-tools-benchmarks-trigger:
benchmarks-trigger:

@purple4reina purple4reina force-pushed the rey.abolofia/comment-reminder branch from fd3fbf7 to 3667581 Compare November 20, 2025 21:55
@purple4reina purple4reina changed the title Run serverless-tools tests in ci pipeline. Add comment to update NODE_VERSION in serverless-tools. Nov 20, 2025
@purple4reina purple4reina merged commit 125f375 into main Nov 20, 2025
23 of 27 checks passed
@purple4reina purple4reina deleted the rey.abolofia/comment-reminder branch November 20, 2025 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants