RUM-10224: Introduce check release pipeline#2731
Conversation
7b51cfb to
570300b
Compare
| @@ -0,0 +1,5 @@ | |||
| .common-snippets: | |||
There was a problem hiding this comment.
Extracted this to a separate file so that it can be reused both in the default-pipeline.yml and check-release-pipeline.yml.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2731 +/- ##
===========================================
- Coverage 69.83% 69.70% -0.13%
===========================================
Files 824 824
Lines 30774 30774
Branches 5173 5173
===========================================
- Hits 21489 21449 -40
- Misses 7823 7864 +41
+ Partials 1462 1461 -1 🚀 New features to boost your workflow:
|
570300b to
3141a0e
Compare
| @@ -0,0 +1,1030 @@ | |||
| include: | |||
There was a problem hiding this comment.
there are no changes here except moving set-github-installation-token into common-snippets and fixing the paths to moved scripts.
There was a problem hiding this comment.
Suggestion: next time you can separate modification and moving codes into two commits, it will be easier for reviewing the diff part.
| @@ -0,0 +1,1030 @@ | |||
| include: | |||
There was a problem hiding this comment.
Suggestion: next time you can separate modification and moving codes into two commits, it will be easier for reviewing the diff part.
…igration-for-pat-synthetics
What does this PR do?
This pr is based on another pr that isn't merged yet.
This pr migrates this synthetic test to GitLab CI.
This synthetic test does the following:
dd-sdk-androidrepo using GitHub REST API.Now the same thing is done using:
Implementation details:
check-release-pipeline.yml.gitlab-ci.ymltodefault-pipeline.yml.gitlab-ci.ymlbecame the entry point that decides which pipeline to execute based onCI_PIPELINE_KEYwhich is set in the link.CI_PIPELINE_KEY == nullthe default pipeline is executed.cifolder for more order.Other solutions:
Motivation
What inspired you to submit this pull request?
Additional Notes
Anything else we should know when reviewing?
Review checklist (to be filled by reviewers)