or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
Pro's and Con's of executing different tests on the same job based on where it's runnning
tags:
Design
[Sandeep]
Pro:-
It make sense to only run tempest run related to a particular change. Save time, Job don't fails on not related failures.
Based on the bugs I have seen so far most of the tempest failure we catch: Is because of issues in individual component.. and not because of tripleo related changes. This gives us capability to run more tests early in component line and integration line and catch issues early.. (Personally, IMHO.. Check jobs should have a light coverage for tempest tests as compared to component and integration line.. Tripleo-ci check should catch deployment related bugs, not catch all the bugs caused by regression in other components)
Con:-
Component Line: https://sf.hosted.upshift.rdu2.redhat.com/logs/openstack-component-network/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-rhel-8-ovb-3ctlr_1comp-featureset001-internal-network-rhos-16.2/0f011c9/logs/undercloud/var/log/tempest/test_list.txt.gz
Integration Line: https://logserver.rdoproject.org/openstack-periodic-integration-main/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-8-ovb-3ctlr_1comp-featureset001-master/b6a1a63/logs/undercloud/var/log/tempest/test_list.txt.gz
^^ 293 network related test in integration line, only 9 network test in network component line.
Opinion:
I think having capability of running different tests is good, But we need to make sure - We are not missing tests in the component line.
Integation line
Component line
[Chandan]
Pro:-
Con:-
Proposal
I think we are working on tempest tests consolidation where we define tests based on jobname and branch name, then we can define a policy like:
Test selection