Skip to content

Commit

Permalink
Merge pull request #351 from networkservicemesh/change_metro
Browse files Browse the repository at this point in the history
Change packet servers location
  • Loading branch information
denis-tingaikin authored Jul 14, 2023
2 parents 532982e + 8dfd507 commit 3ffd7ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
METAL_AUTH_TOKEN: ${{ secrets.PACKET_AUTH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PROJECT_ID: 383890d0-f5d1-4de1-881a-4d1ede549d18
METRO: ch
METRO: ny
NODE_OS: ubuntu_20_04
KUBERNETES_VERSION: ${{ secrets.NSM_KUBERNETES_VERSION }}
CNI: ${{ matrix.CNI }}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/networkservicemesh/integration-k8s-packet
go 1.20

require (
github.com/networkservicemesh/integration-tests v0.0.0-20230712105912-7dd085e9b541
github.com/networkservicemesh/integration-tests v0.0.0-20230714124633-8ee8a4b860af
github.com/stretchr/testify v1.8.1
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/networkservicemesh/gotestmd v0.0.0-20220628095933-eabbdc09e0dc h1:1L/OisEFsOyhwaqeJpYmM1nlJ2dBusUMiszPDBlUip0=
github.com/networkservicemesh/gotestmd v0.0.0-20220628095933-eabbdc09e0dc/go.mod h1:8EWnekTRNX+NxBdTFE24WqUoM7SgJHbiafDBrIIdOmQ=
github.com/networkservicemesh/integration-tests v0.0.0-20230712105912-7dd085e9b541 h1:/N/3fj60I8a+cEH7EnkIlHZydUORPXnGXss24MqUOZw=
github.com/networkservicemesh/integration-tests v0.0.0-20230712105912-7dd085e9b541/go.mod h1:KYoutmRvNpy3lSYHkhTocqaSHKxCsO3ww7FkS4Fb4+U=
github.com/networkservicemesh/integration-tests v0.0.0-20230714124633-8ee8a4b860af h1:C3sbAYZO0OqJOB0fzbXVnrYS+7wINwCVtQsSydFuzZk=
github.com/networkservicemesh/integration-tests v0.0.0-20230714124633-8ee8a4b860af/go.mod h1:KYoutmRvNpy3lSYHkhTocqaSHKxCsO3ww7FkS4Fb4+U=
github.com/onsi/ginkgo/v2 v2.9.1 h1:zie5Ly042PD3bsCvsSOPvRnFwyo3rKe64TJlD6nu0mk=
github.com/onsi/gomega v1.27.4 h1:Z2AnStgsdSayCMDiCU42qIz+HLqEPcgiOCXjAU/w+8E=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down

0 comments on commit 3ffd7ef

Please sign in to comment.