Merge pull request #3206 from openSUSE/keep_sles16_pipelines_running
Some checks failed
Checks / tests (Long1) (push) Has been cancelled
Checks / tests (Long2) (push) Has been cancelled
Checks / tests (Rest) (push) Has been cancelled
Checks / smoke-test (registry.opensuse.org/opensuse/leap:15.6) (push) Has been cancelled
Checks / smoke-test (registry.opensuse.org/opensuse/tumbleweed:latest) (push) Has been cancelled
Checks / linters (push) Has been cancelled

gocd: slfo-stagings: Avoid stopping due to summary-staging.
This commit is contained in:
Giacomo Leidi 2025-02-17 11:31:22 +01:00 committed by GitHub
commit 651e50786e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 12 deletions

View File

@ -113,8 +113,8 @@ pipelines:
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success
else
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure
exit 1
fi
exit 0
- Build.product:
timeout: 180
@ -206,8 +206,8 @@ pipelines:
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success
else
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure
exit 1
fi
exit 0
- Build.product:
timeout: 180
@ -299,8 +299,8 @@ pipelines:
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success
else
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure
exit 1
fi
exit 0
- Build.product:
timeout: 180
@ -392,8 +392,8 @@ pipelines:
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success
else
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure
exit 1
fi
exit 0
- Build.product:
timeout: 180
@ -485,8 +485,8 @@ pipelines:
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success
else
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure
exit 1
fi
exit 0
- Build.product:
timeout: 180
@ -578,8 +578,8 @@ pipelines:
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success
else
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure
exit 1
fi
exit 0
- Build.product:
timeout: 180
@ -671,8 +671,8 @@ pipelines:
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success
else
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure
exit 1
fi
exit 0
- Build.product:
timeout: 180
@ -764,8 +764,8 @@ pipelines:
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success
else
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure
exit 1
fi
exit 0
- Build.product:
timeout: 180
@ -857,8 +857,8 @@ pipelines:
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success
else
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure
exit 1
fi
exit 0
- Build.product:
timeout: 180
@ -950,8 +950,8 @@ pipelines:
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success
else
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure
exit 1
fi
exit 0
- Build.product:
timeout: 180
@ -1043,8 +1043,8 @@ pipelines:
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success
else
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure
exit 1
fi
exit 0
- Build.product:
timeout: 180

View File

@ -114,8 +114,8 @@ pipelines:
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success
else
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure
exit 1
fi
exit 0
- Build.product:
timeout: 180