Skip to content

Conversation

@trentm
Copy link
Member

@trentm trentm commented Apr 18, 2023

Normally running '.ci/scripts/test.sh -b rc 18' -- to run tests against
a node v18 RC build -- would skip out because the latest RC build is for
a version that has an actual release. The '-f' flag exists to allow
still testing with that RC, which can be useful for dev work.

At some point this was busted, NODE_FULL_VERSION wouldn't be set and
a build step in ".ci/docker/node-edge-container/Dockerfile" would fail
(the nvm install $NODE_FULL_VERSION).

Normally running '.ci/scripts/test.sh -b rc 18' -- to run tests against
a node v18 RC build -- would skip out because the latest RC build is for
a version that has an actual release. The '-f' flag exists to allow
still testing with that RC, which can be useful for dev work.

At some point this was busted, `NODE_FULL_VERSION` wouldn't be set and
a build step in ".ci/docker/node-edge-container/Dockerfile" would fail
(the `nvm install $NODE_FULL_VERSION`).
@trentm trentm self-assigned this Apr 18, 2023
@github-actions github-actions bot added the agent-nodejs Make available for APM Agents project planning. label Apr 18, 2023
@trentm trentm merged commit 0fe4e28 into main Apr 18, 2023
@trentm trentm deleted the trentm/ci-fix-force-rc-build branch April 18, 2023 23:06
PeterEinberger pushed a commit to fpm-git/apm-agent-nodejs that referenced this pull request Aug 20, 2024
Normally running '.ci/scripts/test.sh -b rc 18' -- to run tests against
a node v18 RC build -- would skip out because the latest RC build is for
a version that has an actual release. The '-f' flag exists to allow
still testing with that RC, which can be useful for dev work.

At some point this was busted, `NODE_FULL_VERSION` wouldn't be set and
a build step in ".ci/docker/node-edge-container/Dockerfile" would fail
(the `nvm install $NODE_FULL_VERSION`).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent-nodejs Make available for APM Agents project planning.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants