Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLDR-17699 DataDog sourcemap fix for upload to smoketest #3810

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

srl295
Copy link
Member

@srl295 srl295 commented Jun 17, 2024

CLDR-17699

  • This PR completes the ticket.

An update to #3797 - I accidentally calculated the hash wrong for DataDog sourcemap uploads for smoketest. Production and Staging are fine. This will have no user visible effect, and I've tested it separately.

ALLOW_MANY_COMMITS=true

@@ -93,7 +93,7 @@ jobs:
- name: DataDog sourcemap upload
# only on push to main!
if: github.repository == 'unicode-org/cldr' && github.event_name == 'push' && github.ref == 'refs/heads/main' && github.event.inputs.git-ref == ''
run: npx --package=@datadog/datadog-ci datadog-ci sourcemaps upload tools/cldr-apps/src/main/webapp/dist/ --minified-path-prefix=/cldr-apps/dist/ --release-version=r${{ github.event.inputs.git-ref }} --service=surveytool
Copy link
Member Author

Choose a reason for hiding this comment

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

git-ref is only applicable for manual pushes (such as we use for production or staging), not for the automated push to smoketest.

@srl295 srl295 requested a review from a team June 17, 2024 23:58
Copy link
Member

@macchiati macchiati left a comment

Choose a reason for hiding this comment

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

Rubber stamping

@srl295 srl295 merged commit 6567179 into unicode-org:main Jun 18, 2024
8 checks passed
@srl295 srl295 deleted the cldr-17699/datadog-sourcemap-fix branch June 18, 2024 14:07
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