Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Fix jenkins failure on release branch #2425

Merged
merged 2 commits into from
Mar 28, 2019
Merged

Fix jenkins failure on release branch #2425

merged 2 commits into from
Mar 28, 2019

Conversation

mzmssg
Copy link
Member

@mzmssg mzmssg commented Mar 27, 2019

release branch will change template to release tag, as jenkins relied on latest tag.

@mzmssg mzmssg requested review from hao1939 and abuccts March 27, 2019 10:23
@coveralls
Copy link

coveralls commented Mar 27, 2019

Coverage Status

Coverage decreased (-0.01%) to 52.647% when pulling 7ccd855 on zimiao/fix_jenkins into d181ca1 on master.

@mzmssg mzmssg changed the title Apply jenkins to release branch Fix jenkins failure on release branch Mar 27, 2019
@@ -76,7 +76,7 @@ ls $CONFIG_PATH/
rm -rf $CONFIG_PATH/*.yaml
./paictl.py config generate -i ${QUICK_START_PATH}/quick-start.yaml -o $CONFIG_PATH
# update image tag
sed -i "s/tag: latest/tag: ${IMAGE_TAG}/" ${CONFIG_PATH}/services-configuration.yaml
sed -i "s/tag: \\(latest\\|v[[:digit:]]\\+.[[:digit:]]\\+.[[:digit:]]\\+\\)/tag: ${IMAGE_TAG}/" ${CONFIG_PATH}/services-configuration.yaml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doesn't current release version use character y in the last field?

Copy link
Member Author

@mzmssg mzmssg Mar 28, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here is tag, tag isn't allow non-numeric.

@mzmssg mzmssg merged commit 8907053 into master Mar 28, 2019
@mzmssg mzmssg deleted the zimiao/fix_jenkins branch March 28, 2019 08:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants