Skip to content

Commit 7b18c59

Browse files
authored
Merge pull request #1215 from ulucinar/release-0.47-fix-logs
Set log.Default's output to io.Discard
2 parents cae7aab + e214291 commit 7b18c59

171 files changed

Lines changed: 2267 additions & 1621 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ on:
1212

1313
jobs:
1414
backport:
15-
uses: upbound/uptest/.github/workflows/provider-backport.yml@main
15+
uses: upbound/uptest/.github/workflows/provider-backport.yml@standard-runners

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ on:
1010

1111
jobs:
1212
ci:
13-
uses: upbound/uptest/.github/workflows/provider-ci.yml@main
13+
uses: upbound/uptest/.github/workflows/provider-ci.yml@standard-runners
1414
with:
15-
go-version: 1.21
15+
go-version: "1.21"
1616
cleanup-disk: true
1717
secrets:
1818
UPBOUND_MARKETPLACE_PUSH_ROBOT_USR: ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_USR }}

.github/workflows/commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ on: issue_comment
44

55
jobs:
66
comment-commands:
7-
uses: upbound/uptest/.github/workflows/provider-commands.yml@main
7+
uses: upbound/uptest/.github/workflows/provider-commands.yml@standard-runners

.github/workflows/e2e.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ on:
66

77
jobs:
88
e2e:
9-
uses: upbound/uptest/.github/workflows/pr-comment-trigger.yml@main
9+
uses: upbound/uptest/.github/workflows/pr-comment-trigger.yml@standard-runners
1010
with:
1111
go-version: 1.21
12+
cleanup-disk: true
1213
secrets:
1314
UPTEST_CLOUD_CREDENTIALS: ${{ secrets.UPTEST_CLOUD_CREDENTIALS }}
1415
UPTEST_DATASOURCE: ${{ secrets.UPTEST_DATASOURCE }}

.github/workflows/issue-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ on:
88

99
jobs:
1010
community-issue-triage:
11-
uses: upbound/uptest/.github/workflows/issue-triage.yml@main
11+
uses: upbound/uptest/.github/workflows/issue-triage.yml@standard-runners
1212
secrets:
1313
UPBOUND_BOT_GITHUB_TOKEN: ${{ secrets.UPBOUND_COMMUNITY_BOT_GITHUB_TOKEN }}

.github/workflows/native-provider-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
open-bump-pr:
8-
uses: upbound/uptest/.github/workflows/native-provider-bump.yml@main
8+
uses: upbound/uptest/.github/workflows/native-provider-bump.yml@standard-runners
99
with:
1010
provider-source: hashicorp/aws
1111
go-version: 1.21

.github/workflows/publish-service-artifacts.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030

3131
jobs:
3232
publish-service-artifacts:
33-
uses: upbound/uptest/.github/workflows/provider-publish-service-artifacts.yml@main
33+
uses: upbound/uptest/.github/workflows/provider-publish-service-artifacts.yml@standard-runners
3434
with:
3535
subpackages: ${{ github.event.inputs.subpackages }}
3636
size: ${{ github.event.inputs.size }}
@@ -39,6 +39,7 @@ jobs:
3939
branch_name: ${{ github.event.inputs.branch_name }}
4040
version: ${{ github.event.inputs.version }}
4141
go-version: 1.21
42+
cleanup-disk: true
4243
secrets:
4344
UPBOUND_MARKETPLACE_PUSH_ROBOT_USR: ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_USR_RC }}
4445
UPBOUND_MARKETPLACE_PUSH_ROBOT_PSW: ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_PSW_RC }}

.github/workflows/scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo "We are going to scan the last ${supported_releases_number} releases for: ${images}"
4141
4242
scan:
43-
uses: upbound/uptest/.github/workflows/scan.yml@main
43+
uses: upbound/uptest/.github/workflows/scan.yml@standard-runners
4444
needs:
4545
- setup-vars
4646
with:

.github/workflows/tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
tag:
15-
uses: upbound/uptest/.github/workflows/provider-tag.yml@main
15+
uses: upbound/uptest/.github/workflows/provider-tag.yml@standard-runners
1616
with:
1717
version: ${{ github.event.inputs.version }}
1818
message: ${{ github.event.inputs.message }}

.github/workflows/updoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
publish-docs:
8-
uses: upbound/uptest/.github/workflows/provider-updoc.yml@main
8+
uses: upbound/uptest/.github/workflows/provider-updoc.yml@standard-runners
99
with:
1010
providers: "monolith config"
1111
go-version: 1.21

0 commit comments

Comments
 (0)