X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d193a2a2106853c0d8b0e2f2727adaaa1ed2e019..130f51aeb55bd3bf2706c1f5b09ca59fa291c087:/.github/workflows/ci-starpu.yml diff --git a/.github/workflows/ci-starpu.yml b/.github/workflows/ci-starpu.yml index 8ef81566c7..fbca937b27 100644 --- a/.github/workflows/ci-starpu.yml +++ b/.github/workflows/ci-starpu.yml @@ -3,7 +3,7 @@ name: CI StarPU on: workflow_dispatch: schedule: - - cron: '43 18 * * 0' + - cron: '0 20 * * 0' jobs: build: @@ -12,7 +12,7 @@ jobs: container: simgrid/unstable steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Build and test StarPU run: | set -e @@ -21,11 +21,11 @@ jobs: - name: Create the failure Message if: ${{ failure() }} run: | - echo "{\"attachments\": [{\"color\": \"#FF0000\", \"text\":\"@sthibaul: StarPu failed to build on simgrid/unstable docker image! See ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} \"}]}" > mattermost.json + echo "{\"attachments\": [{\"color\": \"#FF0000\", \"text\":\"@sthibaul: StarPU failed to build on simgrid/unstable docker image! See ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} \"}]}" > mattermost.json - name: Create the success Message if: ${{ success() }} run: | - echo "{\"attachments\": [{\"color\": \"#00FF00\", \"text\":\"@sthibaul: StarPu successfully built on simgrid/unstable docker image. ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} \"}]}" > mattermost.json + echo "{\"attachments\": [{\"color\": \"#00FF00\", \"text\":\"StarPU successfully built on simgrid/unstable docker image. ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} \"}]}" > mattermost.json - uses: mattermost/action-mattermost-notify@master if: ${{ always() }} env: