diff --git a/.github/workflows/integration-server-test.yml b/.github/workflows/integration-server-test.yml index daa844eb4ff..532292ed65c 100644 --- a/.github/workflows/integration-server-test.yml +++ b/.github/workflows/integration-server-test.yml @@ -88,7 +88,7 @@ jobs: SCENARIO="${{ matrix.scenario }}" make integration-server-standalone-test notify: - if: github.ref == 'refs/heads/main' + name: Notify runs-on: ubuntu-latest needs: - run-upgrade diff --git a/.github/workflows/smoke-tests-os-sched.yml b/.github/workflows/smoke-tests-os-sched.yml index 6219c8b0504..d356b5ab832 100644 --- a/.github/workflows/smoke-tests-os-sched.yml +++ b/.github/workflows/smoke-tests-os-sched.yml @@ -48,7 +48,6 @@ jobs: notify: name: Notify - if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest needs: - smoke-tests-os diff --git a/integrationservertest/upgrade-config.yaml b/integrationservertest/upgrade-config.yaml index 1704103e774..f0c0b4ea7cf 100644 --- a/integrationservertest/upgrade-config.yaml +++ b/integrationservertest/upgrade-config.yaml @@ -11,8 +11,9 @@ data-stream-lifecycle: lazy-rollover-with-exceptions: 8.16: 8.17: - # 8.19 and 9.1 have the same template due to - # https://github.com/elastic/elasticsearch/pull/123166. 8.19: + 9.0: + # 8.19 and 9.1 have the same template due to + # https://github.com/elastic/elasticsearch/pull/128913. 9.1: - "8.19" \ No newline at end of file