From: Marek Pikuła Date: Tue, 5 Mar 2024 08:17:17 +0000 (+0100) Subject: Change workflow scheduled time to more "random" minute X-Git-Tag: accepted/tizen/unified/20240419.110853~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3bf10c5800a99b0e7e2d7dac548cc21f4969c025;p=platform%2Fcore%2Fsystem%2Fupgrade-tools.git Change workflow scheduled time to more "random" minute According to GitHub documentation: > The schedule event can be delayed during periods of high loads of > GitHub Actions workflow runs. High load times include the start of > every hour. If the load is sufficiently high enough, some queued jobs > may be dropped. To decrease the chance of delay, schedule your > workflow to run at a different time of the hour. During initial tests it turned out that during peak hours the schedule didn't execute. Change-Id: Idcbaed6fc43cf517f616842b7ed7acc7886bea13 Signed-off-by: Marek Pikuła --- diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 3cf856e..ab09358 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -6,7 +6,7 @@ on: pull_request: workflow_dispatch: schedule: - - cron: "0 0 * * 0" + - cron: "9 0 * * 0" env: REGISTRY: tizen-system-upgrade-tools-docker-local.bart.sec.samsung.net diff --git a/.github/workflows/test-image-build.yml b/.github/workflows/test-image-build.yml index 4012c90..e4f64eb 100644 --- a/.github/workflows/test-image-build.yml +++ b/.github/workflows/test-image-build.yml @@ -6,7 +6,7 @@ on: pull_request: workflow_dispatch: schedule: - - cron: "0 * * * *" + - cron: "11 * * * *" env: BART_REPO: tizen-system-upgrade-tools-generic-local @@ -112,6 +112,7 @@ jobs: ${{ env.MAIN_NEW }} image_type: ${{ env.IMAGE_TYPE }} run_name: ${{ env.RUN_NAME }} + target: ${{ matrix.target }} arch: ${{ matrix.arch }} output_repository: ${{ env.BART_REPO }} output_directory: ${{ env.BART_OUTPUT_DIR }} diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c343f1e --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.vscode-ctags +images/ +*.zip +asdf/