From fe0f41873167962e994bd38deceff631c919a390 Mon Sep 17 00:00:00 2001 From: Shawn Reuland Date: Wed, 6 Sep 2023 11:33:56 -0700 Subject: [PATCH 1/3] update core and js client vers that have latest xdr next ref, 65afa63b --- .github/workflows/e2e.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 2bd43b1fc..13e8c42de 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -22,7 +22,7 @@ jobs: # core git ref should be latest commit for stable soroban functionality # the core bin can either be compiled in-line here as part of ci, - SYSTEM_TEST_CORE_GIT_REF: https://github.com/stellar/stellar-core.git#22b9bb38416e5ce058eb9c1fadfdd414a4661833 + SYSTEM_TEST_CORE_GIT_REF: https://github.com/stellar/stellar-core.git#2b283bd9ef3958a3ef477af36a3ff113a86d535b SYSTEM_TEST_CORE_COMPILE_CONFIGURE_FLAGS: "--disable-tests --enable-next-protocol-version-unsafe-for-production" # or can use option to pull a pre-compiled image instead # SYSTEM_TEST_CORE_IMAGE: @@ -39,7 +39,7 @@ jobs: # option #2, set the version of soroban-js-client used as a ref to a gh repo # if this value is present it takes precedence over any SYSTEM_TEST_JS_SOROBAN_CLIENT_NPM_VERSION SYSTEM_TEST_JS_SOROBAN_CLIENT_GH_REPO: stellar/js-soroban-client - SYSTEM_TEST_JS_SOROBAN_CLIENT_GH_REF: refs/pull/132/head + SYSTEM_TEST_JS_SOROBAN_CLIENT_GH_REF: refs/pull/135/head # system test will build quickstart image internally to use for running the service stack # configured in standalone network mode(core, rpc) @@ -49,7 +49,7 @@ jobs: SYSTEM_TEST_VERBOSE_OUTPUT: "true" # the soroban test cases will compile various contracts from the examples repo - SYSTEM_TEST_SOROBAN_EXAMPLES_GIT_HASH: "testnet" + SYSTEM_TEST_SOROBAN_EXAMPLES_GIT_HASH: "release/next" SYSTEM_TEST_SOROBAN_EXAMPLES_GIT_REPO: "https://github.com/stellar/soroban-examples.git" steps: - uses: actions/checkout@v3 From f5fdff30343255cecb2313cbf511339f869113f0 Mon Sep 17 00:00:00 2001 From: Shawn Reuland Date: Fri, 8 Sep 2023 13:06:05 -0700 Subject: [PATCH 2/3] #928: update ref to newer system-test having js fix --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 13e8c42de..df4c87a82 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest-4-cores env: # the gh tag of system-test repo version to run - SYSTEM_TEST_GIT_REF: 1e39ad9fe1e0852ba286e7668aee1f899dd0b96d + SYSTEM_TEST_GIT_REF: refs/pull/75/head # the soroban tools source code to compile and run from system test # refers to checked out source of current git hub ref context From 800fdd5140120a307ba89b2e9dde41a4f3bb006a Mon Sep 17 00:00:00 2001 From: Shawn Reuland Date: Fri, 8 Sep 2023 14:27:48 -0700 Subject: [PATCH 3/3] update system-test ref to mainline commit --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index df4c87a82..384f85d2d 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest-4-cores env: # the gh tag of system-test repo version to run - SYSTEM_TEST_GIT_REF: refs/pull/75/head + SYSTEM_TEST_GIT_REF: 4e459608f22b51ba5ee3c061d6d1a8641f16f7e0 # the soroban tools source code to compile and run from system test # refers to checked out source of current git hub ref context