From c9ae72e8196dd11eb9125630097e96dff328ab41 Mon Sep 17 00:00:00 2001 From: Jeffrey Smith II Date: Tue, 17 Oct 2023 10:01:56 -0400 Subject: [PATCH 1/2] chore: point e2e tests to the right branch --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 05399acb41f..8f907ef465d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -771,7 +771,7 @@ jobs: docker push quay.io/influxdb/oss-acceptance:${CIRCLE_SHA1} - run: name: Run the tests - command: API_KEY=${MONITOR_CI_API_KEY} MONITOR_CI_BRANCH="master" OSS_SHA=${CIRCLE_SHA1} RUN_WORKFLOW="build_oss" ./scripts/ci/run-monitor-ci-tests.bash + command: API_KEY=${MONITOR_CI_API_KEY} MONITOR_CI_BRANCH="release/OSS" OSS_SHA=${CIRCLE_SHA1} RUN_WORKFLOW="build_oss" ./scripts/ci/run-monitor-ci-tests.bash - store_artifacts: path: monitor-ci/test-artifacts/results/build-oss-image destination: test_artifacts/results/build-oss-image From be37433cfb50ea706525fc7f79489b76bd481d16 Mon Sep 17 00:00:00 2001 From: Jeffrey Smith II Date: Tue, 17 Oct 2023 10:22:59 -0400 Subject: [PATCH 2/2] chore: point e2e tests to the right branch --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8f907ef465d..68c949678f0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -771,7 +771,7 @@ jobs: docker push quay.io/influxdb/oss-acceptance:${CIRCLE_SHA1} - run: name: Run the tests - command: API_KEY=${MONITOR_CI_API_KEY} MONITOR_CI_BRANCH="release/OSS" OSS_SHA=${CIRCLE_SHA1} RUN_WORKFLOW="build_oss" ./scripts/ci/run-monitor-ci-tests.bash + command: API_KEY=${MONITOR_CI_API_KEY} MONITOR_CI_BRANCH="master" OSS_SHA=${CIRCLE_SHA1} RUN_WORKFLOW="build_oss_embedded" UI_SHA="9d25a2fafd88622e838787de26bc5a3868bfad10" UI_BRANCH="release/OSS" ./scripts/ci/run-monitor-ci-tests.bash - store_artifacts: path: monitor-ci/test-artifacts/results/build-oss-image destination: test_artifacts/results/build-oss-image