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

add dlq-service during BB pipeline #2617

Merged
merged 3 commits into from
Dec 14, 2023

Conversation

gxueatlassian
Copy link
Contributor

@gxueatlassian gxueatlassian commented Dec 14, 2023

What's in this PR?
add dlq-service during BB pipeline

Why

  1. The public yarn.lock doesn't contains the optional deps
  2. But during BB pipeline, it will install the optional, but now the fronzenfile is wrong, so will error.

Added feature flags

Affected issues

How has this been tested?

https://bitbucket.org/atlassian/github-for-jira-deployment/pipelines/results/8402

image

Whats Next?

@gxueatlassian gxueatlassian marked this pull request as ready for review December 14, 2023 04:02
@gxueatlassian gxueatlassian requested a review from a team as a code owner December 14, 2023 04:02
@gxueatlassian gxueatlassian enabled auto-merge (squash) December 14, 2023 04:06
Copy link
Contributor Author

Choose a reason for hiding this comment

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

No point of having this file now.

@@ -18,7 +18,7 @@ COPY . /app
WORKDIR /app

# Installing packages
RUN rm .yarnrc
RUN yarn add @atlassian/sqs-queue-dlq-service
Copy link
Contributor Author

@gxueatlassian gxueatlassian Dec 14, 2023

Choose a reason for hiding this comment

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

The only drawback is we are not frozen this dep to a specific version, but I guess that's okay, since it is only used as our queue replay api, if failed, won't affect customer (in a disaster way)

@gxueatlassian gxueatlassian merged commit d8caaf7 into main Dec 14, 2023
4 of 5 checks passed
@gxueatlassian gxueatlassian deleted the NONE-add-optional-during-docker-publish branch December 14, 2023 05:06
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