Commit b312470b authored by Kumar Gala's avatar Kumar Gala Committed by Christopher Friedt
Browse files

ci: Bump to use SDK 0.13.1



Now that SDK 0.13.1 is released bump buildkite & github workflows
to use this SDK version and the docker image that has it.

Signed-off-by: default avatarKumar Gala <kumar.gala@linaro.org>
parent eb218a54
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,14 +3,14 @@ steps:
    - .buildkite/run.sh
    env:
      ZEPHYR_TOOLCHAIN_VARIANT: "zephyr"
      ZEPHYR_SDK_INSTALL_DIR: "/opt/toolchains/zephyr-sdk-0.13.0"
      ZEPHYR_SDK_INSTALL_DIR: "/opt/toolchains/zephyr-sdk-0.13.1"
    parallelism: 475
    timeout_in_minutes: 210
    retry:
      manual: true
    plugins:
      - docker#v3.5.0:
          image: "zephyrprojectrtos/ci:v0.18.3"
          image: "zephyrprojectrtos/ci:v0.18.4"
          propagate-environment: true
          volumes:
            - "/var/lib/buildkite-agent/git-mirrors:/var/lib/buildkite-agent/git-mirrors"
+2 −2
Original line number Diff line number Diff line
@@ -3,14 +3,14 @@ steps:
    - .buildkite/run.sh
    env:
      ZEPHYR_TOOLCHAIN_VARIANT: "zephyr"
      ZEPHYR_SDK_INSTALL_DIR: "/opt/toolchains/zephyr-sdk-0.13.0"
      ZEPHYR_SDK_INSTALL_DIR: "/opt/toolchains/zephyr-sdk-0.13.1"
    parallelism: 20
    timeout_in_minutes: 180
    retry:
      manual: true
    plugins:
      - docker#v3.5.0:
          image: "zephyrprojectrtos/ci:v0.18.3"
          image: "zephyrprojectrtos/ci:v0.18.4"
          propagate-environment: true
          volumes:
            - "/var/lib/buildkite-agent/git-mirrors:/var/lib/buildkite-agent/git-mirrors"
+2 −2
Original line number Diff line number Diff line
@@ -22,11 +22,11 @@ jobs:
    runs-on: ubuntu-latest
    needs: bsim-build-cancel
    container:
      image: zephyrprojectrtos/ci:v0.18.3
      image: zephyrprojectrtos/ci:v0.18.4
      options: '--entrypoint /bin/bash'
    env:
      ZEPHYR_TOOLCHAIN_VARIANT: zephyr
      ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.13.0
      ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.13.1
      CLANG_ROOT_DIR: /usr/lib/llvm-12
      BSIM_OUT_PATH: /opt/bsim/
      BSIM_COMPONENTS_PATH: /opt/bsim/components
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@ jobs:
    runs-on: ubuntu-latest
    needs: clang-build-cancel
    container:
      image: zephyrprojectrtos/ci:v0.18.3
      image: zephyrprojectrtos/ci:v0.18.4
      options: '--entrypoint /bin/bash'
    strategy:
      fail-fast: false
      matrix:
        subset: [1, 2, 3, 4, 5]
    env:
      ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.13.0
      ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.13.1
      CLANG_ROOT_DIR: /usr/lib/llvm-12
      MATRIX_SIZE: 5
    steps:
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ jobs:
  check-errno:
    runs-on: ubuntu-latest
    container:
      image: zephyrprojectrtos/ci:v0.18.3
      image: zephyrprojectrtos/ci:v0.18.4

    steps:
      - name: checkout
Loading