Reliable e2e test report
- Candidates for promotion to blocking (2024-04-15 - 2024-04-29)
- Blocking specs with failures (2024-04-15 - 2024-04-29)
Candidates for promotion to blocking (2024-04-15 - 2024-04-29)
Note: MRs will be auto-created for promoting the top 10 specs sorted by most number of successful runs
Total amount: 131
STAGE | COUNT |
---|---|
ai_powered | 1 |
analytics | 1 |
data_stores | 9 |
create | 24 |
fulfillment | 14 |
monitor | 5 |
govern | 20 |
growth | 1 |
manage | 6 |
plan | 32 |
release | 1 |
secure | 1 |
systems | 3 |
verify | 13 |
Ai_powered (1)
Executions table groupduo chat (1)
NAME | RUNS | FAILURES | FAILURE RATE |
---|---|---|---|
Name: Ai-powered Duo Chat when initiating Duo Chat returns a response to a simple request File: duo_chat_spec.rb |
9 | 0 | 0% |
Analytics (1)
Executions table groupanalytics instrumentation (1)
NAME | RUNS | FAILURES | FAILURE RATE |
---|---|---|---|
Name: Analytics Service ping disabled when disabled from gitlab.yml config has service ping toggle is disabled File: service_ping_disabled_spec.rb |
171 | 0 | 0% |
Data_stores (9)
Executions table grouptenant scale (4)
NAME | RUNS | FAILURES | FAILURE RATE |
---|---|---|---|
Name: Data Stores Group with members can be shared with another group with correct access level File: share_group_with_group_spec.rb |
519 | 0 | 0% |
Name: Data Stores prevent forking outside group when disabled allows forking outside of group File: prevent_forking_outside_group_spec.rb |
518 | 0 | 0% |
Name: Data Stores prevent forking outside group when enabled does not allow forking outside of group File: prevent_forking_outside_group_spec.rb |
518 | 0 | 0% |
Name: Configure Mattermost support user creates a group with a mattermost team File: create_group_with_mattermost_team_spec.rb |
172 | 0 | 0% |
Executions table groupglobal search (5)
NAME | RUNS | FAILURES | FAILURE RATE |
---|---|---|---|
Name: Data Stores When using elasticsearch API to search for a public note finds note that matches note body File: note_index_spec.rb |
233 | 0 | 0% |
Name: Data Stores When using elasticsearch API to search for a public issue finds issue that matches description File: issue_index_spec.rb |
233 | 0 | 0% |
Name: Data Stores Search using Elasticsearch tests reindexing after webIDE File: elasticsearch_reindexing_spec.rb |
224 | 0 | 0% |
Name: Data Stores Search using Elasticsearch tests reindexing after push File: elasticsearch_reindexing_spec.rb |
224 | 0 | 0% |
Name: Data Stores When using advanced search API to search for a user finds the user that matches username File: user_index_spec.rb |
224 | 0 | 0% |
Create (24)
Executions table groupide (5)
NAME | RUNS | FAILURES | FAILURE RATE |
---|---|---|---|
Name: Create Closing Web IDE shows an alert when there are unsaved changes File: closing_web_ide_with_unsaved_changes_spec.rb |
700 | 0 | 0% |
Name: Create Code Suggestions in Web IDE on Self-managed with no license behaves like unauthorized returns no suggestion File: code_suggestions_in_web_ide_spec.rb |
172 | 0 | 0% |
Name: Create Code Suggestions in Web IDE on Self-managed with a valid license with no Duo Pro add-on behaves like unauthorized returns no suggestion File: code_suggestions_in_web_ide_spec.rb |
172 | 0 | 0% |
Name: Create Code Suggestions in Web IDE on Self-managed with a valid license with a Duo Pro add-on when seat is not assigned behaves like unauthorized returns no suggestion File: code_suggestions_in_web_ide_spec.rb |
163 | 0 | 0% |
Name: Create Code Suggestions in Web IDE on Self-managed with a valid license with a Duo Pro add-on when seat is assigned behaves like a code completion suggestion returns a code completion suggestion which can be accepted File: code_suggestions_in_web_ide_spec.rb |
162 | 0 | 0% |
Executions table groupcode creation (7)
NAME | RUNS | FAILURES | FAILURE RATE |
---|---|---|---|
Name: Create Code Suggestions when code completion is requested on Self-managed with a valid license with no Duo Pro add-on behaves like unauthorized returns no suggestion File: code_suggestions_spec.rb |
172 | 0 | 0% |
Name: Create Code Suggestions when code completion is requested on Self-managed with no license behaves like unauthorized returns no suggestion File: code_suggestions_spec.rb |
172 | 0 | 0% |
Name: Create Code Suggestions when code completion is requested on Self-managed with a valid license with a Duo Pro add-on when seat is not assigned behaves like unauthorized returns no suggestion File: code_suggestions_spec.rb |
163 | 0 | 0% |
Name: Create Code Suggestions when code completion is requested on Self-managed with a valid license with a Duo Pro add-on when seat is assigned behaves like completions API with PAT auth returns a suggestion File: code_suggestions_spec.rb |
162 | 0 | 0% |
Name: Create Code Suggestions when code completion is requested on SaaS behaves like completions API with PAT auth returns a suggestion File: code_suggestions_spec.rb |
9 | 0 | 0% |
Name: Create Code Suggestions when code generation is requested on SaaS behaves like completions API with PAT auth returns a suggestion File: code_suggestions_spec.rb |
9 | 0 | 0% |
Name: Create Code Suggestions when streaming code suggestions on SaaS behaves like completions API with PAT auth using streaming streams a suggestion File: code_suggestions_spec.rb |
9 | 0 | 0% |
Executions table groupsource code (8)
NAME | RUNS | FAILURES | FAILURE RATE |
---|---|---|---|
Name: Create Push mirror a repository over HTTP configures and syncs a (push) mirrored repository File: push_mirroring_over_http_spec.rb |
865 | 0 | 0% |
Name: Create Push mirror a repository over HTTP configures and syncs LFS objects for a (push) mirrored repository File: push_mirroring_lfs_over_http_spec.rb |
861 | 0 | 0% |
Name: Create Push Rules using non signed commits restricts removal of tag File: push_rules_spec.rb |
698 | 0 | 0% |
Name: Create Push Rules with commits restricted to verified emails rejects unverified emails File: push_rules_spec.rb |
698 | 0 | 0% |
Name: Create Pull mirror a repository over HTTP configures and syncs a (pull) mirrored repository with password auth File: pull_mirroring_over_http_spec.rb |
697 | 0 | 0% |
Name: Create Pull mirror a repository over SSH with a private key configures and syncs a (pull) mirrored repository File: pull_mirroring_over_ssh_with_key_spec.rb |
696 | 0 | 0% |
Name: Create Project templates when built-in successfully imports the project using template File: project_templates_spec.rb |
692 | 0 | 0% |
Name: Create Prereceive hook when creating a tag for a ref when it triggers a prereceive hook configured with a custom error returns a custom server hook error File: tag_revision_trigger_prereceive_hook_spec.rb |
685 | 0 | 0% |
Executions table groupcode review (4)
NAME | RUNS | FAILURES | FAILURE RATE |
---|---|---|---|
Name: Create Merge request creation from fork can merge source branch from fork into upstream repository File: merge_merge_request_from_fork_spec.rb |
692 | 0 | 0% |
Name: Create Merge request when merging once behaves like set to auto-merge merges after pipeline succeeds File: merge_request_set_to_auto_merge_spec.rb |
172 | 0 | 0% |
Name: Create Merge Requests with a malformed URL returns 400 File: view_merge_requests_spec.rb |
168 | 0 | 0% |
Name: Create Merge request when merging several times behaves like set to auto-merge merges after pipeline succeeds File: merge_request_set_to_auto_merge_spec.rb |
153 | 0 | 0% |
Fulfillment (14)
Executions table groupprovision (1)
NAME | RUNS | FAILURES | FAILURE RATE |
---|---|---|---|
Name: Fulfillment Active license details shows up in subscription page File: license_spec.rb |
517 | 0 | 0% |
Executions table groupsubscription management (10)
NAME | RUNS | FAILURES | FAILURE RATE |
---|---|---|---|
Name: Fulfillment Purchase User Registration when adding and removing a group member consumes a seat on the license File: user_registration_billing_spec.rb |
518 | 0 | 0% |
Name: Fulfillment Seat overage modal with premium plan for member invite when guest role is added behaves like overage for member invite shows the modal File: overage_modal_spec.rb |
9 | 0 | 0% |
Name: Fulfillment Utilization when Saas user limit experience limit overage enforcement removed from private group when trial is started File: saas_user_limit_experience_spec.rb |
9 | 0 | 0% |
Name: Fulfillment Utilization when Saas user limit experience enforcement limit counts includes invited group and project members File: saas_user_limit_experience_spec.rb |
9 | 0 | 0% |
Name: Fulfillment Utilization when Saas user limit experience enforcement does not allow adding more members File: saas_user_limit_experience_spec.rb |
9 | 0 | 0% |
Name: Fulfillment Seat overage modal with ultimate plan for group invite when inviting a group with developer role which increases seats owed behaves like overage for group invite shows the modal File: overage_modal_spec.rb |
8 | 0 | 0% |
Name: Fulfillment Seat overage modal with ultimate plan for group invite does not show overage modal when inviting a group which does not increase seats owed File: overage_modal_spec.rb |
8 | 0 | 0% |
Name: Fulfillment Seat overage modal with ultimate plan for member invite when access level developer or above is added behaves like overage for member invite shows the modal File: overage_modal_spec.rb |
8 | 0 | 0% |
Name: Fulfillment Seat overage modal with ultimate plan for member invite does not show overage modal when inviting a member as a guest File: overage_modal_spec.rb |
8 | 0 | 0% |
Name: Fulfillment Utilization when Saas user limit experience new group enforcement removed when trial started File: saas_user_limit_experience_spec.rb |
8 | 0 | 0% |
Executions table ~"group::purchase" (1)
NAME | RUNS | FAILURES | FAILURE RATE |
---|---|---|---|
Name: Fulfillment Purchase group plan upgrades from free to ultimate File: upgrade_group_spec.rb |
9 | 0 | 0% |
Executions table grouputilization (2)
NAME | RUNS | FAILURES | FAILURE RATE |
---|---|---|---|
Name: Fulfillment Utilization in usage quotas max seats used count does not change after members are removed File: usage_quotas_seats_spec.rb |
9 | 0 | 0% |
Name: Fulfillment Utilization in usage quotas user seat data is displayed correctly File: usage_quotas_seats_spec.rb |
9 | 0 | 0% |
Monitor (5)
Executions table groupobservability (1)
NAME | RUNS | FAILURES | FAILURE RATE |
---|---|---|---|
Name: GitLab Metrics Web metrics via dedicated server returns 200 OK and serves metrics File: metrics_spec.rb |
172 | 0 | 0% |
Executions table grouprespond (4)
NAME | RUNS | FAILURES | FAILURE RATE |
---|---|---|---|
Name: Monitor Recovery alert when using HTTP endpoint integration behaves like triggers recovery alert only resolves the correct alert File: recovery_alert_resolves_correct_alert_spec.rb |
630 | 0 | 0% |
Name: Monitor Recovery alert when using Prometheus integration behaves like triggers recovery alert only resolves the correct alert File: recovery_alert_resolves_correct_alert_spec.rb |
168 | 0 | 0% |
Name: Monitor Recovery alert when using HTTP endpoint integration behaves like triggers recovery alert only closes the correct incident File: recovery_alert_closes_correct_incident_spec.rb |
166 | 0 | 0% |
Name: Monitor Recovery alert when using Prometheus integration behaves like triggers recovery alert only closes the correct incident File: recovery_alert_closes_correct_incident_spec.rb |
163 | 0 | 0% |
Govern (20)
Executions table groupauthentication (16)
NAME | RUNS | FAILURES | FAILURE RATE |
---|---|---|---|
Name: Govern User when parent group membership is terminated is not allowed to push code via the CLI File: user_access_termination_spec.rb |
525 | 0 | 0% |
Name: Govern User when parent group membership is terminated is not allowed to create a file via the API File: user_access_termination_spec.rb |
525 | 0 | 0% |
Name: Govern User when parent group membership is terminated is not allowed to commit via the API File: user_access_termination_spec.rb |
525 | 0 | 0% |
Name: Govern OAuth behaves like Instance OAuth Application creates oauth application and uses it to login File: login_via_oauth_and_oidc_with_gitlab_as_idp_spec.rb |
500 | 0 | 0% |
Name: Govern LDAP login user logs into GitLab using LDAP credentials File: log_into_gitlab_via_ldap_spec.rb |
344 | 0 | 0% |
Name: Govern LDAP Group sync with group cn method behaves like Group sync can create project access tokens File: group_ldap_sync_spec.rb |
344 | 0 | 0% |
Name: Govern LDAP Group sync with user filter method behaves like Group sync can create group access tokens File: group_ldap_sync_spec.rb |
344 | 0 | 0% |
Name: Govern LDAP Group sync with user filter method behaves like Group sync can create project access tokens File: group_ldap_sync_spec.rb |
344 | 0 | 0% |
Name: Govern LDAP Group sync with group cn method behaves like Group sync can create group access tokens File: group_ldap_sync_spec.rb |
344 | 0 | 0% |
Name: Govern Instance wide SAML SSO user logs in to gitlab with SAML SSO File: login_via_instance_wide_saml_sso_spec.rb |
172 | 0 | 0% |
Name: Govern Group SAML SSO - Non enforced SSO user logs in to group with SAML SSO File: group_saml_non_enforced_sso_spec.rb |
172 | 0 | 0% |
Name: Govern Group SAML SSO - Non enforced SSO lets group admin test settings File: group_saml_non_enforced_sso_spec.rb |
172 | 0 | 0% |
Name: Govern Mattermost login user logs into Mattermost using GitLab OAuth File: log_into_mattermost_via_gitlab_spec.rb |
172 | 0 | 0% |
Name: Govern OAuth connects and logs in with GitHub OAuth File: oauth_login_with_github_spec.rb |
172 | 0 | 0% |
Name: Govern Group SAML SSO - Non enforced SSO when SAML SSO is configured with a default membership role adds the new member with access level as set in SAML SSO configuration File: group_saml_non_enforced_sso_spec.rb |
172 | 0 | 0% |
Name: Govern while LDAP is enabled behaves like registration and login allows the user to register and login File: register_spec.rb |
172 | 0 | 0% |
Executions table groupthreat insights (4)
NAME | RUNS | FAILURES | FAILURE RATE |
---|---|---|---|
Name: Govern Vulnerability management in a merge request can create an issue from a security finding in pipeline security tab File: vulnerability_management_spec.rb |
524 | 0 | 0% |
Name: Govern Vulnerability management in a merge request can dismiss a vulnerability with a reason from mr security widget File: vulnerability_management_spec.rb |
524 | 0 | 0% |
Name: Govern Vulnerability report in a project can export vulnerability report to csv File: export_vulnerability_report_spec.rb |
522 | 0 | 0% |
Name: Govern vulnerability report with jira integration can successfully create a JIRA issue from vulnerability details page File: vulnerabilities_jira_integration_spec.rb |
172 | 0 | 0% |
Growth (1)
Executions table groupacquisition (1)
NAME | RUNS | FAILURES | FAILURE RATE |
---|---|---|---|
Name: Growth SaaS trials starts a free trial when on billing page with only one eligible namespace registers for a new trial File: free_trial_spec.rb |
9 | 0 | 0% |
Manage (6)
Executions table groupimport and integrate (6)
NAME | RUNS | FAILURES | FAILURE RATE |
---|---|---|---|
Name: Manage Gitlab migration with import within same instance successfully imports project File: gitlab_migration_project_spec.rb |
522 | 0 | 0% |
Name: Manage Jenkins integration integrates and displays build status for MR pipeline in GitLab File: jenkins_build_status_spec.rb |
512 | 0 | 0% |
Name: Manage Jira issues integration shows open issues File: jira_issues_list_spec.rb |
172 | 0 | 0% |
Name: Manage Jira issues integration searching issues returns results File: jira_issues_list_spec.rb |
172 | 0 | 0% |
Name: Manage Jira issues integration views an issue File: jira_issues_list_spec.rb |
172 | 0 | 0% |
Name: Manage GitHub import when imported via UI imports a project File: import_github_repo_spec.rb |
168 | 0 | 0% |
Plan (32)
Executions table groupknowledge (17)
NAME | RUNS | FAILURES | FAILURE RATE |
---|---|---|---|
Name: Plan Testing group wiki file upload by creating a formatted page with an image uploaded File: file_upload_group_wiki_page_spec.rb |
682 | 0 | 0% |
Name: Plan Testing wiki content manipulation inside a project by manipulating content on the page with spaces File: project_based_content_manipulation_spec.rb |
534 | 0 | 0% |
Name: Plan Testing wiki content manipulation inside a project by manipulating content on the page File: project_based_content_manipulation_spec.rb |
534 | 0 | 0% |
Name: Plan Testing wiki content manipulation inside a project by manipulating content on the page using git push File: project_based_content_manipulation_spec.rb |
534 | 0 | 0% |
Name: Plan Testing project wiki can delete a page with spaces in the path File: project_based_page_deletion_spec.rb |
533 | 0 | 0% |
Name: Plan Testing project wiki can delete a page File: project_based_page_deletion_spec.rb |
533 | 0 | 0% |
Name: Plan A project wiki can change the directory path of a page File: project_based_directory_management_spec.rb |
530 | 0 | 0% |
Name: Plan Testing group wiki can delete a group wiki page File: delete_group_wiki_page_spec.rb |
530 | 0 | 0% |
Name: Plan Testing wiki content creation inside a project by adding a wiki page with spaces in the path using git push File: project_based_content_creation_spec.rb |
529 | 0 | 0% |
Name: Plan Testing wiki content creation inside a project by adding a home page to the wiki File: project_based_content_creation_spec.rb |
529 | 0 | 0% |
Name: Plan Testing wiki content creation inside a project by adding a home page to the wiki using git push File: project_based_content_creation_spec.rb |
529 | 0 | 0% |
Name: Plan Testing wiki content creation inside a project by adding a second page to the wiki File: project_based_content_creation_spec.rb |
529 | 0 | 0% |
Name: Plan Testing wiki content creation inside a project by adding a second page to the wiki using git push File: project_based_content_creation_spec.rb |
529 | 0 | 0% |
Name: Plan Project Wiki with Wiki Page List has all expected links that work File: project_based_list_spec.rb |
528 | 0 | 0% |
Name: Plan Project Wiki with Wiki Sidebar has all expected links that work File: project_based_list_spec.rb |
528 | 0 | 0% |
Name: Plan Creating pages in group wikis when wiki has a home page adds a second page File: create_group_wiki_page_spec.rb |
524 | 0 | 0% |
Name: Plan Creating pages in group wikis when wiki is empty creates a new page File: create_group_wiki_page_spec.rb |
524 | 0 | 0% |
Executions table groupproject management (7)
NAME | RUNS | FAILURES | FAILURE RATE |
---|---|---|---|
Name: Plan Issue closes via pushing a commit File: closes_issue_via_pushing_a_commit_spec.rb |
530 | 0 | 0% |
Name: Plan Assignees update without refresh File: real_time_assignee_spec.rb |
529 | 0 | 0% |
Name: Plan Group Iterations with automatic scheduling creates a group iteration automatically through an iteration cadence File: create_group_iteration_spec.rb |
529 | 0 | 0% |
Name: Plan Editing scoped labels on issues correctly applies simple and multiple colon scoped pairs labels File: editing_scoped_labels_spec.rb |
529 | 0 | 0% |
Name: Plan Group Iterations with manual scheduling creates a group iteration manually through an iteration cadence File: create_group_iteration_spec.rb |
529 | 0 | 0% |
Name: Plan Assign Iterations assigns a group iteration to an existing issue File: assign_group_iteration_spec.rb |
526 | 0 | 0% |
Name: Plan Custom email customizes email with additional text File: custom_email_spec.rb |
526 | 0 | 0% |
Executions table groupproduct planning (5)
NAME | RUNS | FAILURES | FAILURE RATE |
---|---|---|---|
Name: Plan Design Management user adds a design and annotates it File: add_design_content_spec.rb |
530 | 0 | 0% |
Name: Plan Epics milestone dates API updates epic dates when updating milestones File: epics_milestone_dates_spec.rb |
530 | 0 | 0% |
Name: Plan Design Management user archives a design File: archive_design_content_spec.rb |
529 | 0 | 0% |
Name: Plan Design Management user adds a design and modifies it File: modify_design_content_spec.rb |
523 | 0 | 0% |
Name: Plan Epics roadmap presents epic on roadmap File: roadmap_spec.rb |
168 | 0 | 0% |
Executions table groupoptimize (3)
NAME | RUNS | FAILURES | FAILURE RATE |
---|---|---|---|
Name: Plan Dora Metrics with group metrics behaves like dora metrics api endpoint returns correct metrics File: dora_metrics_spec.rb |
9 | 0 | 0% |
Name: Plan Dora Metrics with project metrics behaves like dora metrics api endpoint returns correct metrics File: dora_metrics_spec.rb |
9 | 0 | 0% |
Name: Plan Value stream analytics with pre-existing dashboard displays VSA page with correct lifecycle metrics and overview chart File: value_stream_analytics_spec.rb |
9 | 0 | 0% |
Release (1)
Executions table groupenvironments (1)
NAME | RUNS | FAILURES | FAILURE RATE |
---|---|---|---|
Name: Release Operations Dashboard has many pipelines with appropriate statuses File: pipeline_status_on_operation_dashboard_spec.rb |
167 | 0 | 0% |
Secure (1)
Executions table groupstatic analysis (1)
NAME | RUNS | FAILURES | FAILURE RATE |
---|---|---|---|
Name: Secure Enable Scanning from UI enable sast from configuration runs sast job when enabled from configuration File: enable_scanning_from_configuration_spec.rb |
534 | 0 | 0% |
Systems (3)
Executions table groupgitaly (3)
NAME | RUNS | FAILURES | FAILURE RATE |
---|---|---|---|
Name: Systems Gitaly Cluster replication queue allows replication of different repository after interruption File: praefect_replication_queue_spec.rb |
172 | 0 | 0% |
Name: Systems Gitaly distributed reads reads from each node File: distributed_reads_spec.rb |
172 | 0 | 0% |
Name: Systems Gitaly distributed reads when a node is unhealthy does not read from the unhealthy node File: distributed_reads_spec.rb |
172 | 0 | 0% |
Verify (13)
Executions table grouppipeline authoring (5)
NAME | RUNS | FAILURES | FAILURE RATE |
---|---|---|---|
Name: Verify CI catalog when sorting with created at behaves like ascending order displays from first to last File: ci_catalog_sorting_spec.rb |
524 | 0 | 0% |
Name: Verify CI catalog when sorting with created at behaves like descending order by default displays from last to first File: ci_catalog_sorting_spec.rb |
524 | 0 | 0% |
Name: Verify CI catalog when sorting with released at behaves like ascending order displays from first to last File: ci_catalog_sorting_spec.rb |
524 | 0 | 0% |
Name: Verify CI catalog when sorting with released at behaves like descending order by default displays from last to first File: ci_catalog_sorting_spec.rb |
524 | 0 | 0% |
Name: Verify CI component runs in project pipeline with correct inputs File: run_component_in_project_pipeline_spec.rb |
515 | 0 | 0% |
Executions table grouprunner (3)
NAME | RUNS | FAILURES | FAILURE RATE |
---|---|---|---|
Name: Verify Runner fleet management shows group runner online count File: group_runner_status_counts_spec.rb |
534 | 0 | 0% |
Name: Verify Group runner registration user registers a new group runner File: register_group_runner_spec.rb |
531 | 0 | 0% |
Name: Verify Runner registration user registers a new project runner File: register_runner_spec.rb |
529 | 0 | 0% |
Executions table grouppipeline security (4)
NAME | RUNS | FAILURES | FAILURE RATE |
---|---|---|---|
Name: Verify Unlocking job artifacts across parent-child pipelines without strategy:depend when latest pipeline family is successful unlocks job artifacts from previous successful pipeline family File: unlocking_job_artifacts_across_parent_child_pipelines_spec.rb |
187 | 0 | 0% |
Name: Verify Unlocking job artifacts across parent-child pipelines without strategy:depend when latest parent pipeline failed does not unlock job artifacts from previous successful pipeline family File: unlocking_job_artifacts_across_parent_child_pipelines_spec.rb |
186 | 0 | 0% |
Name: Verify Unlocking job artifacts across parent-child pipelines without strategy:depend when latest child pipeline failed unlocks job artifacts from previous successful pipeline family because the latest parent is successful File: unlocking_job_artifacts_across_parent_child_pipelines_spec.rb |
185 | 0 | 0% |
Name: Verify Unlocking job artifacts across parent-child pipelines with strategy:depend when latest pipeline family is successful unlocks job artifacts from previous successful pipeline family File: unlocking_job_artifacts_across_parent_child_pipelines_spec.rb |
185 | 0 | 0% |
Executions table grouppipeline execution (1)
NAME | RUNS | FAILURES | FAILURE RATE |
---|---|---|---|
Name: Verify when pipeline is blocked can still merge MR successfully File: merge_mr_when_pipline_is_blocked_spec.rb |
167 | 0 | 0% |
Blocking specs with failures (2024-04-15 - 2024-04-29)
Note:
-
Only failures from the nightly, e2e-package-and-test and e2e-test-on-gdk pipelines are considered
-
Only specs that have a failure rate of equal or greater than 1 percent are considered
-
Quarantine MRs will be created for all specs listed below
Total amount: 14
STAGE | COUNT |
---|---|
manage | 2 |
package | 12 |