| ... | @@ -7,28 +7,28 @@ platform: | ... | @@ -7,28 +7,28 @@ platform: |
| 7 | | 7 | |
| 8 | steps: | 8 | steps: |
| 9 | - name: build | 9 | - name: build |
| 10 | image: ziglang/static-base:llvm12-aarch64-1 | 10 | image: ziglang/static-base:llvm12-aarch64-2 |
| 11 | commands: | 11 | commands: |
| 12 | - ./ci/drone/linux_script_build | 12 | - ./ci/drone/linux_script_build |
| 13 | | 13 | |
| 14 | - name: test-1 | 14 | - name: test-1 |
| 15 | depends_on: | 15 | depends_on: |
| 16 | - build | 16 | - build |
| 17 | image: ziglang/static-base:llvm12-aarch64-1 | 17 | image: ziglang/static-base:llvm12-aarch64-2 |
| 18 | commands: | 18 | commands: |
| 19 | - ./ci/drone/linux_script_test 1 | 19 | - ./ci/drone/linux_script_test 1 |
| 20 | | 20 | |
| 21 | - name: test-2 | 21 | - name: test-2 |
| 22 | depends_on: | 22 | depends_on: |
| 23 | - build | 23 | - build |
| 24 | image: ziglang/static-base:llvm12-aarch64-1 | 24 | image: ziglang/static-base:llvm12-aarch64-2 |
| 25 | commands: | 25 | commands: |
| 26 | - ./ci/drone/linux_script_test 2 | 26 | - ./ci/drone/linux_script_test 2 |
| 27 | | 27 | |
| 28 | - name: test-3 | 28 | - name: test-3 |
| 29 | depends_on: | 29 | depends_on: |
| 30 | - build | 30 | - build |
| 31 | image: ziglang/static-base:llvm12-aarch64-1 | 31 | image: ziglang/static-base:llvm12-aarch64-2 |
| 32 | commands: | 32 | commands: |
| 33 | - ./ci/drone/linux_script_test 3 | 33 | - ./ci/drone/linux_script_test 3 |
| 34 | | 34 | |
| ... | @@ -38,7 +38,7 @@ steps: | ... | @@ -38,7 +38,7 @@ steps: |
| 38 | - test-1 | 38 | - test-1 |
| 39 | - test-2 | 39 | - test-2 |
| 40 | - test-3 | 40 | - test-3 |
| 41 | image: ziglang/static-base:llvm12-aarch64-1 | 41 | image: ziglang/static-base:llvm12-aarch64-2 |
| 42 | environment: | 42 | environment: |
| 43 | SRHT_OAUTH_TOKEN: | 43 | SRHT_OAUTH_TOKEN: |
| 44 | from_secret: SRHT_OAUTH_TOKEN | 44 | from_secret: SRHT_OAUTH_TOKEN |