Skip to content

Commit

Permalink
Skip ovh-java test (#869)
Browse files Browse the repository at this point in the history
There's an issue with this template. We're likely going to reduce the number of templates we support out of the box to only those that are most widely used, and likely ovh will be moved out (can be hosted elsewhere). Therefore, it's not worth spending a lot of time fixing up this template, so skip testing it for now.
  • Loading branch information
justinvp authored Dec 20, 2024
1 parent cfd629c commit bb2c603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
GOOGLE_PROJECT: pulumi-ci-gcp-provider
GOOGLE_PROJECT_NUMBER: 895284651812
LINODE_TOKEN: ${{ secrets.LINODE_TOKEN }}
SKIPPED_TESTS: "alicloud,digitalocean,kubernetes,openstack,equinix-metal,civo,aiven,auth0,github,oci,java-jbang,java-gradle,azuredevops,vm-azure"
SKIPPED_TESTS: "alicloud,digitalocean,kubernetes,openstack,equinix-metal,civo,aiven,auth0,github,oci,java-jbang,java-gradle,azuredevops,vm-azure,ovh-java"
PULUMI_API: https://api.pulumi-staging.io
PULUMI_VERSION: ${{ github.event.client_payload.ref }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
env:
PULUMI_PYTHON_CMD: python
TESTPARALLELISM: 3
SKIPPED_TESTS: "alicloud,digitalocean,kubernetes,openstack,equinix-metal,civo,aiven,auth0,github,oci,java-jbang,java-gradle,azuredevops,container,vm-azure,fsharp,gcp-visualbasic,azure-classic-visualbasic"
SKIPPED_TESTS: "alicloud,digitalocean,kubernetes,openstack,equinix-metal,civo,aiven,auth0,github,oci,java-jbang,java-gradle,azuredevops,container,vm-azure,fsharp,gcp-visualbasic,azure-classic-visualbasic,ovh-java"

- if: contains(matrix.platform, 'ubuntu')
name: Run Linux tests
Expand Down

0 comments on commit bb2c603

Please sign in to comment.