mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-06-03 10:02:01 +03:00
ci: align steps failure ignores
This commit is contained in:
parent
b2206521ce
commit
ecdc2bbae5
@ -165,7 +165,6 @@ local Pipeline(branch, platform, event, arch='amd64', server='10.6-enterprise')
|
|||||||
'test013.sh',
|
'test013.sh',
|
||||||
'test014.sh',
|
'test014.sh',
|
||||||
'test023.sh',
|
'test023.sh',
|
||||||
'test200.sh',
|
|
||||||
'test201.sh',
|
'test201.sh',
|
||||||
'test202.sh',
|
'test202.sh',
|
||||||
'test203.sh',
|
'test203.sh',
|
||||||
@ -188,7 +187,7 @@ local Pipeline(branch, platform, event, arch='amd64', server='10.6-enterprise')
|
|||||||
depends_on: depends_on,
|
depends_on: depends_on,
|
||||||
image: 'docker:git',
|
image: 'docker:git',
|
||||||
volumes: [pipeline._volumes.docker],
|
volumes: [pipeline._volumes.docker],
|
||||||
[if (name == 'test000.sh') || (name == 'test001.sh') then 'failure']: 'ignore',
|
[if (name != 'test000.sh' && name != 'test001.sh') then 'failure']: 'ignore',
|
||||||
environment: {
|
environment: {
|
||||||
REGRESSION_TIMEOUT: {
|
REGRESSION_TIMEOUT: {
|
||||||
from_secret: 'regression_timeout',
|
from_secret: 'regression_timeout',
|
||||||
@ -434,7 +433,7 @@ local Pipeline(branch, platform, event, arch='amd64', server='10.6-enterprise')
|
|||||||
dockerhub:: {
|
dockerhub:: {
|
||||||
name: 'dockerhub',
|
name: 'dockerhub',
|
||||||
depends_on: ['dockerfile'],
|
depends_on: ['dockerfile'],
|
||||||
failure: 'ignore',
|
//failure: 'ignore',
|
||||||
image: 'plugins/docker',
|
image: 'plugins/docker',
|
||||||
environment: {
|
environment: {
|
||||||
VERSION: container_version,
|
VERSION: container_version,
|
||||||
@ -461,7 +460,7 @@ local Pipeline(branch, platform, event, arch='amd64', server='10.6-enterprise')
|
|||||||
multi_node_mtr:: {
|
multi_node_mtr:: {
|
||||||
name: 'mtr',
|
name: 'mtr',
|
||||||
depends_on: ['dockerhub'],
|
depends_on: ['dockerhub'],
|
||||||
failure: 'ignore',
|
//failure: 'ignore',
|
||||||
image: 'docker',
|
image: 'docker',
|
||||||
volumes: [pipeline._volumes.docker],
|
volumes: [pipeline._volumes.docker],
|
||||||
environment: {
|
environment: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user