GoogleCloudPlatform / dlp-dataflow-deidentification

Multi Cloud Data Tokenization Solution By Using Dataflow and Cloud DLP
Apache License 2.0
89 stars 53 forks source link

Added CI tag to the jobs #196

Closed dup05 closed 6 months ago

dup05 commented 6 months ago

Summary (Short summary of what is being done) :

Added CI tag to the runners used for CI

Description (Describe in detail the fix made) :

CI jobs in the repo are executed on runners labeled as "self-hosted". A new self hosted runner(which will be used for load testing) is added to the repo. This is leading to CI jobs being picked up by runner for load testing and hence the jobs are failing. To prevent this, we have added a new label - "CI" to the runners dedicated for CI. The type of machine to run the job on is defined using "runs-on" by specifying the labels of the runner. The pr includes changes to also include the CI label in the list of labels

Bug ID (if any) :

b/328159627

Public Documentation (if any) :


TESTED (Test Cases with scenario and description - must have 1 positive and 1 negative scenario) :

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 13.41%. Comparing base (9cb90b2) to head (60d8b25).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #196 +/- ## ========================================= Coverage 13.41% 13.41% Complexity 67 67 ========================================= Files 53 53 Lines 2519 2519 Branches 213 213 ========================================= Hits 338 338 Misses 2161 2161 Partials 20 20 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.