elastic-github-actions icon indicating copy to clipboard operation
elastic-github-actions copied to clipboard

curl: (7) Failed to connect to es1 port 9200: Host is unreachable

Open chrisloftus opened this issue 4 years ago • 0 comments

Latest commit https://github.com/elastic/elastic-github-actions/commit/cd0dfb41acc8f74d65fbee9ad04ce43031fbf488 breaks the default install

      - name: Configure sysctl limits
        run: |
          sudo swapoff -a
          sudo sysctl -w vm.swappiness=1
          sudo sysctl -w fs.file-max=262144
          sudo sysctl -w vm.max_map_count=262144

      - name: Runs Elasticsearch
        uses: elastic/elastic-github-actions/elasticsearch@master
        with:
          stack-version: 6.2.2

Rolled back to previous commit works uses: elastic/elastic-github-actions/elasticsearch@24006c82ed2f0f1355fce96135f883acf1b1a889

chrisloftus avatar Dec 21 '21 14:12 chrisloftus