Skip to content

Commit

Permalink
make sync-upstream jobs consistent (#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwmonroe committed Aug 21, 2023
1 parent d2c49fe commit fbcfde5
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions jobs/sync-upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,12 @@
- k8s-jenkins-jenkaas
properties:
- build-discarder:
days-to-keep: 2
num-to-keep: 10
wrappers:
- default-job-wrapper
- ci-creds
parameters:
- global-params
- string:
name: K8S_VERSION
description: Stable K8S version to tag branches against.
Expand All @@ -216,7 +217,8 @@
--charm-list jobs/includes/charm-support-matrix.inc \
--bundle-revision $BUNDLE_REV \
--k8s-version $K8S_VERSION \
--filter-by-tag $FILTER_BY_TAG
--filter-by-tag $FILTER_BY_TAG \
$IS_DRY_RUN
- job:
name: 'sync-stable-tag-bugfix-rev'
Expand All @@ -228,11 +230,12 @@
- k8s-jenkins-jenkaas
properties:
- build-discarder:
days-to-keep: 1
num-to-keep: 10
wrappers:
- default-job-wrapper
- ci-creds
parameters:
- global-params
- string:
name: K8S_VERSION
description: Stable K8S version to tag branches against.
Expand All @@ -257,7 +260,8 @@
--bundle-revision $BUGFIX_REV \
--k8s-version $K8S_VERSION \
--filter-by-tag $FILTER_BY_TAG \
--bugfix
--bugfix \
$IS_DRY_RUN
- job:
name: 'cut-stable-release'
Expand Down Expand Up @@ -291,7 +295,8 @@
--layer-list jobs/includes/charm-layer-list.inc \
--charm-list jobs/includes/charm-support-matrix.inc \
--ancillary-list jobs/includes/ancillary-list.inc \
--filter-by-tag $FILTER_BY_TAG $IS_DRY_RUN
--filter-by-tag $FILTER_BY_TAG \
$IS_DRY_RUN
- job:
name: 'rename-branch'
Expand All @@ -303,7 +308,7 @@
- k8s-jenkins-jenkaas
properties:
- build-discarder:
days-to-keep: 2
num-to-keep: 10
parameters:
- global-params
- string:
Expand Down

0 comments on commit fbcfde5

Please sign in to comment.