Skip to content

Commit

Permalink
Remove deprecated Packet (pulumi#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 authored Jun 29, 2021
1 parent 221e091 commit d50229e
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 221 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ jobs:
- Aws
- Azure
- Gcp
- Packet
- EquinixMetal
- Cloud
dotnet-version:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/run-tests-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ env:
GOOGLE_PROJECT: ${{ secrets.GCP_PROJECT_ID }}
GOOGLE_REGION: us-central1
GOOGLE_ZONE: us-central1-a
PACKET_AUTH_TOKEN: ${{ secrets.PACKET_AUTH_TOKEN }}
PR_COMMIT_SHA: ${{ github.event.client_payload.pull_request.head.sha }}
PACKET_AUTH_TOKEN: ${{ secrets.PACKET_AUTH_TOKEN }}
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
PULUMI_API: https://api.pulumi-staging.io
PULUMI_TEST_OWNER: moolumi
Expand Down Expand Up @@ -293,7 +293,6 @@ jobs:
- Aws
- Azure
- Gcp
- Packet
- EquinixMetal
- Cloud
dotnet-version:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/smoke-test-cli-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ jobs:
- Aws
- Azure
- Gcp
- Packet
- EquinixMetal
- Cloud
dotnet-version:
Expand Down
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ $ git pull origin master
- [F5](#f5)
- [Twilio](#twilio)
- [Linode](#linode)
- [Packet](#packet)
- [Testing](#testing)
- [Automation API](https://github.com/pulumi/automation-api-examples)

Expand Down Expand Up @@ -372,18 +371,6 @@ Example | Description |
--------- | --------- |
[Web Server](linode-js-webserver) | Build a web server on Linode.

## Packet

### TypeScript
Example | Description |
--------- | --------- |
[Web Server](packet-ts-webserver) | Build a web server on Packet.net.

### Python
Example | Description |
--------- | --------- |
[Web Server](packet-py-webserver) | Build a web server on Packet.net.

## Testing

Example | Description |
Expand Down
18 changes: 0 additions & 18 deletions misc/test/equinix_metal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@ import (
"github.com/pulumi/pulumi/pkg/v3/testing/integration"
)

func TestAccPacketPyWebserver(t *testing.T) {
test := getBaseOptions(t).
With(integration.ProgramTestOptions{
Dir: path.Join(getCwd(t), "..", "..", "packet-py-webserver"),
})

integration.ProgramTest(t, &test)
}

func TestAccEquinixMetalPyWebserver(t *testing.T) {
test := getBaseOptions(t).
With(integration.ProgramTestOptions{
Expand All @@ -27,15 +18,6 @@ func TestAccEquinixMetalPyWebserver(t *testing.T) {
integration.ProgramTest(t, &test)
}

func TestAccPacketTsWebserver(t *testing.T) {
test := getBaseOptions(t).
With(integration.ProgramTestOptions{
Dir: path.Join(getCwd(t), "..", "..", "packet-ts-webserver"),
})

integration.ProgramTest(t, &test)
}

func TestAccEquinixMetalTsWebserver(t *testing.T) {
test := getBaseOptions(t).
With(integration.ProgramTestOptions{
Expand Down
1 change: 0 additions & 1 deletion packet-py-webserver/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions packet-py-webserver/Pulumi.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions packet-py-webserver/README.md

This file was deleted.

27 changes: 0 additions & 27 deletions packet-py-webserver/__main__.py

This file was deleted.

3 changes: 0 additions & 3 deletions packet-py-webserver/requirements.txt

This file was deleted.

4 changes: 0 additions & 4 deletions packet-ts-webserver/Pulumi.yaml

This file was deleted.

45 changes: 0 additions & 45 deletions packet-ts-webserver/README.md

This file was deleted.

26 changes: 0 additions & 26 deletions packet-ts-webserver/index.ts

This file was deleted.

12 changes: 0 additions & 12 deletions packet-ts-webserver/package.json

This file was deleted.

21 changes: 0 additions & 21 deletions packet-ts-webserver/tsconfig.json

This file was deleted.

0 comments on commit d50229e

Please sign in to comment.