Skip to content

Commit

Permalink
changeing repo to damgadbot/beam
Browse files Browse the repository at this point in the history
  • Loading branch information
damgad authored and Tobiasz Kędzierski committed Aug 31, 2020
1 parent a61d913 commit 30f944e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .test-infra/dockerized-jenkins/seedjobconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<configVersion>2</configVersion>
<userRemoteConfigs>
<hudson.plugins.git.UserRemoteConfig>
<url>https://github.com/apache/beam.git</url>
<url>https://github.com/damgadbot/beam.git</url>
</hudson.plugins.git.UserRemoteConfig>
</userRemoteConfigs>
<branches>
Expand Down
4 changes: 2 additions & 2 deletions .test-infra/jenkins/CommonJobProperties.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class CommonJobProperties {
boolean cleanWorkspace = true) {
// GitHub project.
context.properties {
githubProjectUrl('https://github.com/apache/beam/')
githubProjectUrl('https://github.com/damgadbot/beam/')
}

// Set JDK version.
Expand All @@ -56,7 +56,7 @@ class CommonJobProperties {
context.scm {
git {
remote {
github("apache/beam")
github("damgadbot/beam")
// Single quotes here mean that ${ghprbPullId} is not interpolated and instead passed
// through to Jenkins where it refers to the environment variable.
refspec('+refs/heads/*:refs/remotes/origin/* ' +
Expand Down
5 changes: 3 additions & 2 deletions .test-infra/jenkins/job_00_seed.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ job('beam_SeedJob') {
' on Jenkins DSL groovy files checked into the code repository.')

properties {
githubProjectUrl('https://github.com/apache/beam/')
githubProjectUrl('https://github.com/damgadbot/beam/')
}

// Restrict to only run on Jenkins executors labeled 'beam'
Expand All @@ -38,7 +38,7 @@ job('beam_SeedJob') {
scm {
git {
remote {
github('apache/beam')
github('damgadbot/beam')

// ${ghprbPullId} is not interpolated by groovy, but passed through to Jenkins where it
// refers to the environment variable
Expand Down Expand Up @@ -123,4 +123,5 @@ job('beam_SeedJob') {
removeAction('DISABLE')
}
}
disabled(false)
}
4 changes: 2 additions & 2 deletions .test-infra/jenkins/job_seed_standalone.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ job('beam_SeedJob_Standalone') {
' on Jenkins DSL groovy files checked into the code repository.')

properties {
githubProjectUrl('https://github.com/apache/beam/')
githubProjectUrl('https://github.com/damgadbot/beam/')
}

// Restrict to only run on Jenkins executors labeled 'beam'
Expand All @@ -38,7 +38,7 @@ job('beam_SeedJob_Standalone') {
scm {
git {
remote {
github('apache/beam')
github('damgadbot/beam')

// ${ghprbPullId} is not interpolated by groovy, but passed through to Jenkins where it
// refers to the environment variable
Expand Down
10 changes: 5 additions & 5 deletions .test-infra/metrics/grafana/dashboards/code_velocity.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"targetBlank": true,
"title": "Link to oldest open PRs",
"type": "absolute",
"url": "https://github.com/apache/beam/pulls?q=is%3Apr+is%3Aopen+sort%3Acreated-asc"
"url": "https://github.com/damgadbot/beam/pulls?q=is%3Apr+is%3Aopen+sort%3Acreated-asc"
}
],
"mappingType": 1,
Expand Down Expand Up @@ -158,7 +158,7 @@
"targetBlank": true,
"title": "Link to oldest open PRs",
"type": "absolute",
"url": "https://github.com/apache/beam/pulls?q=is%3Apr+is%3Aopen+sort%3Acreated-asc"
"url": "https://github.com/damgadbot/beam/pulls?q=is%3Apr+is%3Aopen+sort%3Acreated-asc"
}
],
"mappingType": 1,
Expand Down Expand Up @@ -265,7 +265,7 @@
"targetBlank": true,
"title": "Least updated CLs",
"type": "absolute",
"url": "https://github.com/apache/beam/pulls?q=is%3Aopen+is%3Apr+sort%3Aupdated-asc"
"url": "https://github.com/damgadbot/beam/pulls?q=is%3Aopen+is%3Apr+sort%3Aupdated-asc"
}
],
"mappingType": 1,
Expand Down Expand Up @@ -371,7 +371,7 @@
{
"title": "Least updated PRs",
"type": "absolute",
"url": "https://github.com/apache/beam/pulls?q=is%3Aopen+is%3Apr+sort%3Aupdated-asc"
"url": "https://github.com/damgadbot/beam/pulls?q=is%3Aopen+is%3Apr+sort%3Aupdated-asc"
}
],
"mappingType": 1,
Expand Down Expand Up @@ -487,7 +487,7 @@
"link": true,
"linkTargetBlank": true,
"linkTooltip": "PR",
"linkUrl": "https://github.com/apache/beam/pull/${__cell:raw}",
"linkUrl": "https://github.com/damgadbot/beam/pull/${__cell:raw}",
"mappingType": 1,
"pattern": "pr_id",
"thresholds": [],
Expand Down
4 changes: 2 additions & 2 deletions .test-infra/metrics/sync/github/queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

'''
This query is used to fetch PR data from github via Github API v4 (GraphQL).
Returns PRs on apache/beam repo that are older than provided timestamp.
Returns PRs on damgadbot/beam repo that are older than provided timestamp.
Time format "2017-10-26T20:00:00Z
'''
MAIN_PR_QUERY = '''
query {
search(query: "type:pr repo:apache/beam updated:><TemstampSubstitueLocation> sort:updated-asc", type: ISSUE, first: 100) {
search(query: "type:pr repo:damgadbot/beam updated:><TemstampSubstitueLocation> sort:updated-asc", type: ISSUE, first: 100) {
issueCount
pageInfo {
endCursor
Expand Down

0 comments on commit 30f944e

Please sign in to comment.