You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trigger jobs in SMP metal-runners client team (#44069)
### What does this PR do?
This PR enables a CI job to send job requests to the metal-runners client team. It triggers a request for every 10th pipeline as a starting point.
### Motivation
### Describe how you validated your changes
QA done by triggering the new job to test it completed successfully
### Additional Notes
Co-authored-by: usama.saqib <[email protected]>
- !reference[.except_coverage_pipeline] # Coverage pipeline creates a duplicate, specialized artifact that is not useful to run through SMP on every PR
- !reference[.except_coverage_pipeline] # Coverage pipeline creates a duplicate, specialized artifact that is not useful to run through SMP on every PR
- !reference[.except_coverage_pipeline] # Coverage pipeline creates a duplicate, specialized artifact that is not useful to run through SMP on every PR
334
-
- !reference[.manual]
335
-
- when: on_success
336
337
variables:
337
338
SMP_TEAM_NAME: metal-runners
338
339
SMP_API_URL: metal-runners_api_url
339
-
SMP_VERSION: dev-pr3629-bea43153
340
+
SMP_VERSION: dev-pr3796-e7f7a988
340
341
BOT_LOGIN: bot_login_metal-runners
341
342
BOT_TOKEN: bot_token_metal-runners
343
+
SAMPLE: "true"
342
344
343
345
# Shamelessly adapted from golang_deps_commenter job config in
344
346
# golang_deps_diff.yml at commit 01da274032e510d617161cf4e264a53292f44e55.
0 commit comments