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

TestAcc Job Names #1223

Merged
merged 18 commits into from
Feb 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
cee8931
Make testacc a dependency for prerelease
jasonpilz Jan 17, 2025
7591cde
Merge branch 'main' of github.com:hashicorp/terraform-provider-hcp
jasonpilz Jan 22, 2025
f457fb5
Merge branch 'main' of github.com:hashicorp/terraform-provider-hcp
jasonpilz Jan 24, 2025
cc61f62
Merge branch 'main' of github.com:hashicorp/terraform-provider-hcp
jasonpilz Jan 24, 2025
4145942
Merge branch 'main' of github.com:hashicorp/terraform-provider-hcp
jasonpilz Jan 27, 2025
c011fed
Merge branch 'main' of github.com:hashicorp/terraform-provider-hcp
jasonpilz Jan 28, 2025
fc11d76
Merge branch 'main' of github.com:hashicorp/terraform-provider-hcp
jasonpilz Jan 29, 2025
308b52d
Merge branch 'main' of github.com:hashicorp/terraform-provider-hcp
jasonpilz Jan 30, 2025
001fe01
Merge branch 'main' of github.com:hashicorp/terraform-provider-hcp
jasonpilz Feb 3, 2025
0b83348
Merge branch 'main' of github.com:hashicorp/terraform-provider-hcp
jasonpilz Feb 7, 2025
d3a4044
Merge branch 'main' of github.com:hashicorp/terraform-provider-hcp
jasonpilz Feb 7, 2025
eaf569a
Merge branch 'main' of github.com:hashicorp/terraform-provider-hcp
jasonpilz Feb 10, 2025
c573669
Merge branch 'main' of github.com:hashicorp/terraform-provider-hcp
jasonpilz Feb 10, 2025
789e5b4
Merge branch 'main' of github.com:hashicorp/terraform-provider-hcp
jasonpilz Feb 14, 2025
b4071b5
Merge branch 'main' of github.com:hashicorp/terraform-provider-hcp
jasonpilz Feb 14, 2025
fdcee8c
Merge branch 'main' of github.com:hashicorp/terraform-provider-hcp
jasonpilz Feb 19, 2025
3e63150
Merge branch 'main' of github.com:hashicorp/terraform-provider-hcp
jasonpilz Feb 19, 2025
6174a19
More descriptive testacc job names
jasonpilz Feb 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/_testacc_boundary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions:

jobs:
acceptance_tests:
name: Acceptance Tests
name: Boundary Acceptance Tests
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_testacc_consul.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ permissions:

jobs:
acceptance_tests:
name: Acceptance Tests
name: Consul Acceptance Tests
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_testacc_iam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ permissions:

jobs:
acceptance_tests:
name: Acceptance Tests
name: IAM Acceptance Tests
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_testacc_packer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ permissions:

jobs:
acceptance_tests:
name: Acceptance Tests
name: Packer Acceptance Tests
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_testacc_platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ concurrency:

jobs:
acceptance_tests:
name: Acceptance Tests
name: Platform Acceptance Tests
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_testacc_vault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions:

jobs:
acceptance_tests:
name: Acceptance Tests
name: Vault Acceptance Tests
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_testacc_vaultradar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:

jobs:
acceptance_tests:
name: Acceptance Tests
name: VaultRadar Acceptance Tests
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_testacc_vaultsecrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:

jobs:
acceptance_tests:
name: Acceptance Tests
name: VaultSecrets Acceptance Tests
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_testacc_waypoint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:

jobs:
acceptance_tests:
name: Acceptance Tests
name: Waypoint Acceptance Tests
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
Expand Down