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

chore(ci): upload coredump #11401

Closed
wants to merge 1 commit into from
Closed

Conversation

ADD-SP
Copy link
Contributor

@ADD-SP ADD-SP commented Aug 14, 2023

Summary

Upload core dump if it exists, it is good for troubleshooting in the local env,

Checklist

Full changelog

N/A

Issue reference

N/A

@github-actions github-actions bot added the chore Not part of the core functionality of kong, but still needed label Aug 14, 2023
@ADD-SP ADD-SP force-pushed the add_sp/chore-upload-coredump branch 5 times, most recently from c09ec6f to 54d9ea6 Compare August 14, 2023 05:02
@pull-request-size pull-request-size bot added size/L and removed size/M labels Aug 14, 2023
@ADD-SP ADD-SP force-pushed the add_sp/chore-upload-coredump branch 11 times, most recently from 0d70e60 to 459dea5 Compare August 14, 2023 06:39
@ADD-SP ADD-SP force-pushed the add_sp/chore-upload-coredump branch 8 times, most recently from fd3e1a1 to 61a57c5 Compare August 15, 2023 04:09
@ADD-SP ADD-SP force-pushed the add_sp/chore-upload-coredump branch from 61a57c5 to 92eb548 Compare August 15, 2023 04:55
@ADD-SP ADD-SP marked this pull request as ready for review August 15, 2023 04:58
@ADD-SP ADD-SP force-pushed the add_sp/chore-upload-coredump branch 4 times, most recently from f8c09dc to f3a3f17 Compare August 15, 2023 07:13
sudo mkdir -p ${{ env.BUILD_ROOT }}/kong-dev
sudo tar -C ${{ env.BUILD_ROOT }}/kong-dev -xzvf artifacts/build.tar.gz

- name: Install Kong dev
Copy link
Contributor

Choose a reason for hiding this comment

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

are those Install Kong dev steps needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@fffonion It will install some dev-rocks and some binary like grpcurl.

Copy link
Contributor

Choose a reason for hiding this comment

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

iirc we already installed the dev rocks on build step for ce (and cached) 🤔

Copy link
Contributor Author

@ADD-SP ADD-SP Aug 17, 2023

Choose a reason for hiding this comment

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

- name: Build Dev Kong dependencies
   if: steps.cache-deps.outputs.cache-hit != 'true'
   run: |
      make install-dev-rocks

This line has been removed in this PR, to keep consistency with EE.

@ADD-SP ADD-SP requested a review from fffonion August 16, 2023 08:05
@ADD-SP ADD-SP force-pushed the add_sp/chore-upload-coredump branch from f3a3f17 to 51e29a8 Compare August 16, 2023 08:08
@ADD-SP ADD-SP force-pushed the add_sp/chore-upload-coredump branch from 51e29a8 to 1e4a11c Compare August 18, 2023 07:59
@chronolaw chronolaw changed the title chore: upload coredump chore(ci): upload coredump Aug 21, 2023
@ADD-SP ADD-SP marked this pull request as draft August 29, 2023 08:45
@dndx
Copy link
Member

dndx commented Oct 18, 2023

Is this still needed?

@ADD-SP ADD-SP closed this Nov 9, 2023
@ADD-SP ADD-SP deleted the add_sp/chore-upload-coredump branch November 9, 2023 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Not part of the core functionality of kong, but still needed size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants