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

Reduce the load on our CI #3957

Merged
merged 4 commits into from
Sep 26, 2018
Merged

Reduce the load on our CI #3957

merged 4 commits into from
Sep 26, 2018

Conversation

hawkowl
Copy link
Contributor

@hawkowl hawkowl commented Sep 26, 2018

No description provided.

@hawkowl hawkowl requested a review from a team September 26, 2018 13:10
- sytestpy2:
filters:
branches:
only: /develop|master|release-*/
Copy link
Member

Choose a reason for hiding this comment

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

release-.* surely

# Fetch the current GitHub issue number, add one to it -- presto! The likely
# next PR number.
CURRENT_NUMBER=`curl -s "https://api.github.com/repos/matrix-org/synapse/issues?state=all&per_page=1" | jq -r ".[0].number"`
CURRENT_NUMBER=$((CURRENT_NUMBER+1))
Copy link
Member

Choose a reason for hiding this comment

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

y'know jq can add too ...

doesn't matter, this works

@hawkowl hawkowl merged commit d4e0861 into develop Sep 26, 2018
@hawkowl hawkowl deleted the hawkowl/reduce-ci-load branch September 26, 2018 14:23
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.

2 participants