Skip to content

Conversation

jjspace
Copy link
Contributor

@jjspace jjspace commented Oct 7, 2025

Description

A few small tweaks/cleanup items to the gulpfile that I noticed while working on #12904

I specifically never realized there were links added to the github status until @ggetz clicked one the other day. This hopefully makes it more clear. I also prefixed them all the same so they should now show up next to each other alphabetically unlike before.

image

Issue number and link

no issue

Testing plan

  • Make sure npm run website-release works as expected
  • Make sure the github status on the latest commit has the updated deploy artifacts messages

Author checklist

  • I have submitted a Contributor License Agreement
  • I have added my name to CONTRIBUTORS.md
  • I have updated CHANGES.md with a short summary of my change
  • I have added or updated unit tests to ensure consistent code coverage
  • I have updated the inline documentation, and included code examples where relevant
  • I have performed a self-review of my code

@jjspace jjspace requested a review from ggetz October 7, 2025 19:53
Copy link

github-actions bot commented Oct 7, 2025

Thank you for the pull request, @jjspace!

✅ We can confirm we have a CLA on file for you.

Copy link
Contributor

@ggetz ggetz left a comment

Choose a reason for hiding this comment

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

Thanks @jjspace! I just have the one question. Otherwise the update looks good to me.

const zipUrl = `${deployUrl}Cesium-${version}.zip`;
const npmUrl = `${deployUrl}cesium-${version}.tgz`;
const coverageUrl = `${devDeployUrl}Build/Coverage/index.html`;
const coverageUrl = `${deployUrl}Build/Coverage/index.html`;
Copy link
Contributor

Choose a reason for hiding this comment

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

I believe this link is already broken in main, but it does not appear to be fixed with this change; https://ci-builds.cesium.com/cesium/small-gulpfile-updates/Build/Coverage/index.html is still a 404 equivalent.

Was this update attempting to address the broken link, or was it targeted at something else?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@ggetz this was simply because I noticed these 3 urls were using different variables and probably should be consistent (functionally it's exactly the same). I did not actually check the link itself.

Copy link
Contributor

Choose a reason for hiding this comment

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

Got it. I just checked and it appears to be an issue with the GitHub Actions workflow, not the gulpfile. Out of scope for this PR.

@ggetz ggetz added this pull request to the merge queue Oct 10, 2025
Merged via the queue into main with commit c6cb440 Oct 10, 2025
10 checks passed
@ggetz ggetz deleted the small-gulpfile-updates branch October 10, 2025 14:50
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.

2 participants