-
Notifications
You must be signed in to change notification settings - Fork 379
task policy #2989
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
Merged
Merged
task policy #2989
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Automated cherry pick can ONLY be triggered when this PR is MERGED! |
21a19bb
to
207b869
Compare
* add pod name and notIn * modify pod_name to component_name
207b869
to
6d23ecb
Compare
Codecov Report
@@ Coverage Diff @@
## master #2989 +/- ##
==========================================
- Coverage 17.58% 17.30% -0.28%
==========================================
Files 1325 1355 +30
Lines 135083 139791 +4708
==========================================
+ Hits 23750 24192 +442
- Misses 108887 113124 +4237
- Partials 2446 2475 +29
|
6d23ecb
to
4c6ba53
Compare
sfwn
requested changes
Nov 16, 2021
b5676d2
to
69837c9
Compare
sfwn
requested changes
Nov 17, 2021
…ake the task no longer execute but directly take the latest successful result
69837c9
to
ac6285d
Compare
sfwn
approved these changes
Nov 17, 2021
/approve |
erda-bot
approved these changes
Nov 17, 2021
shuofan
pushed a commit
to shuofan/erda
that referenced
this pull request
Nov 17, 2021
* add pod_name (erda-project#2939) * add pod name and notIn * modify pod_name to component_name * Increase the pipeline task execution strategy, the new strategy can make the task no longer execute but directly take the latest successful result Co-authored-by: panjiayao <[email protected]>
Effet
pushed a commit
that referenced
this pull request
Nov 23, 2021
…factor (#3039) * Scenario auto test scene set up in dop * add groupID to scene and update their apis * add move v2 api * add cors to openapi * add sceneStage temp * remove auto-test-scene render of openapi * add scenesStage render * fix: typo in cp auto-test-scenes.yaml * rename cp file issue-stats.yml to issue-dashboard.yml * fix: update operation of scenesStages * add gshelper * add global active config key * refactor component structure of auto-test-scenes * Fix auto test scene execution * add addParallel operation * copy scenes set group filed * add copy operation * add copyTo operation * refactor auto-test-scenes.yml: remove useless state binds * fix go mod * add addScenesButton operations * remove default rendering * add update scene operation * autotest scene set execute table * add export scene set button * Fix api editor scene id * Auto test scene set execution set up * add edit scene operations * execute task table * Remove useless sceneset execute button * Add refer sceneset * task policy (#2989) * add pod_name (#2939) * add pod name and notIn * modify pod_name to component_name * Increase the pipeline task execution strategy, the new strategy can make the task no longer execute but directly take the latest successful result Co-authored-by: panjiayao <[email protected]> * cancel button visible * add click item operation * set hideHeader true * recovery pass rate and execution rate statistics of auto test scene * Scene set refer policy * 🐛 fix bug * fix bug * fix bug * add group_id migrations * Component render reaction, openapi forward * update copy operations * Fix build error, license check * add checkSceneSetNotHaveSamePreID * i18n migration, remove duplicate sql. Co-authored-by: wangxiaojian <[email protected]> Co-authored-by: sfwn <[email protected]> Co-authored-by: joey <[email protected]> Co-authored-by: kakj <[email protected]> Co-authored-by: panjiayao <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of this PR
/kind feature
What this PR does / why we need it:
The pipeline task execution strategy is added. The new strategy can make the task no longer execute but directly fetch the latest successful result. This function can be used in automated testing, and users can save time to execute the same set of scenarios
Which issue(s) this PR fixes:
ChangeLog
Need cherry-pick to release versions?