Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gitflow-incremental-builder to 3.14.2 #17524

Merged
merged 1 commit into from
May 29, 2021
Merged

Update gitflow-incremental-builder to 3.14.2 #17524

merged 1 commit into from
May 29, 2021

Conversation

famod
Copy link
Member

@famod famod commented May 28, 2021

@quarkus-bot quarkus-bot bot added the area/infra-automation anything related to CI, bots, etc. that are used to automated our infrastructure label May 28, 2021
# - the current branch is a backport branch
GIB_ARGS+=" -Dgib.referenceBranch=origin/$PULL_REQUEST_BASE -Dgib.disableIfBranchMatches='.*backport.*'"
# - the current branch is a backport branch targeting some released branch like 1.10 (merge target is not main)
GIB_ARGS+=" -Dgib.referenceBranch=origin/$PULL_REQUEST_BASE -Dgib.disableIfReferenceBranchMatches='origin/\d+\.\d+'"
Copy link
Member Author

Choose a reason for hiding this comment

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

Addresses #17451 (comment)

@@ -160,7 +160,7 @@ jobs:
# mvnw just for creating gib-impacted.log ("validate" should not waste much time if not incremental at all, e.g. on main)
run: |
./mvnw -q -T1C $COMMON_MAVEN_ARGS -Dtcks -Dquickly-ci ${{ steps.get-gib-args.outputs.gib_args }} -Dgib.logImpactedTo=gib-impacted.log validate
[ -f gib-impacted.log ] && GIB_IMPACTED=$(sed "s|$(pwd)/||" gib-impacted.log) || GIB_IMPACTED=''
[ -f gib-impacted.log ] && GIB_IMPACTED=$(cat gib-impacted.log) || GIB_IMPACTED=''
Copy link
Member Author

Choose a reason for hiding this comment

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

Removal of repo path prefix is not required anymore due to gitflow-incremental-builder/gitflow-incremental-builder#353

@famod
Copy link
Member Author

famod commented May 28, 2021

This should also be backported to 2.0.

For 1.13 I will create a specific backport PR since the workflow files differ. (Edit: see #17530)

@gastaldi gastaldi merged commit 3ea43c1 into quarkusio:main May 29, 2021
@quarkus-bot quarkus-bot bot added this to the 2.1 - main milestone May 29, 2021
@famod famod deleted the gib-3.14.2-update branch May 29, 2021 18:47
@gsmet gsmet modified the milestones: 2.1 - main, 2.0.0.Final May 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/infra-automation anything related to CI, bots, etc. that are used to automated our infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants