Skip to content

Commit

Permalink
Pin release and devel pipelines to CentOS 7.5
Browse files Browse the repository at this point in the history
Although we intend to always use the latest version of the base
distro, it is convenient to make the transition on our own time to
avoid service interruptions. In addition we want to update the release
pipeline some time later to give us time for testing the new version.
  • Loading branch information
farosas committed May 16, 2018
1 parent 63f31ac commit f0092f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pipeline/devel/parameters.groovy
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
pipelineParameters += [
CENTOS_ALTERNATE_MIRROR_RELEASE_URL: [
defaultValue: 'http://mirror.centos.org/altarch/7.5.1804',
description:
'URL up to the release component of a CentOS YUM repository ' +
'alternate mirror. Empty to use CentOS latest release ' +
'official repository.'],
GITHUB_BOT_NAME: [
defaultValue: constants.GITHUB_BOT_NAME,
description:
Expand Down
6 changes: 6 additions & 0 deletions pipeline/release/parameters.groovy
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
pipelineParameters += [
CENTOS_ALTERNATE_MIRROR_RELEASE_URL: [
defaultValue: 'http://mirror.centos.org/altarch/7.5.1804',
description:
'URL up to the release component of a CentOS YUM repository ' +
'alternate mirror. Empty to use CentOS latest release ' +
'official repository.'],
UPLOAD_SERVER_PERIODIC_BUILDS_DIR_PATH: [
defaultValue: constants.UPLOAD_SERVER_RELEASE_DIR_PATH,
description:
Expand Down

0 comments on commit f0092f2

Please sign in to comment.