-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73e841b
commit d41fbe9
Showing
3 changed files
with
186 additions
and
186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
SCW_ORGANIZATION_ID: ${{ secrets.SCW_ORGANIZATION_ID }} | ||
SCW_ZONE: ${{ secrets.SCW_ZONE }} | ||
with: | ||
args: jobs definition update ${{ env.SCALEWAY_JOB_IMPORT_ID }} image-uri=${{ secrets.CONTAINER_REGISTRY_ENDPOINT }}/mediatree_import:0.1.61 | ||
args: jobs definition update ${{ secrets.SCALEWAY_JOB_IMPORT_ID }} image-uri=${{ secrets.CONTAINER_REGISTRY_ENDPOINT }}/mediatree_import:0.1.61 | ||
|
||
- name: start import job to reapply logic to all elements offset 0 | ||
uses: jawher/[email protected] | ||
|
@@ -25,7 +25,7 @@ jobs: | |
SCW_ORGANIZATION_ID: ${{ secrets.SCW_ORGANIZATION_ID }} | ||
SCW_ZONE: ${{ secrets.SCW_ZONE }} | ||
with: | ||
args: jobs definition start ${{ env.SCALEWAY_JOB_IMPORT_ID }} environment-variables.UPDATE=true environment-variables.START_OFFSET=0 | ||
args: jobs definition start ${{ secrets.SCALEWAY_JOB_IMPORT_ID }} environment-variables.UPDATE=true environment-variables.START_OFFSET=0 | ||
- name: start import job to reapply logic to all elements offset 300000 | ||
uses: jawher/[email protected] | ||
env: | ||
|
@@ -34,7 +34,7 @@ jobs: | |
SCW_ORGANIZATION_ID: ${{ secrets.SCW_ORGANIZATION_ID }} | ||
SCW_ZONE: ${{ secrets.SCW_ZONE }} | ||
with: | ||
args: jobs definition start ${{ env.SCALEWAY_JOB_IMPORT_ID }} environment-variables.UPDATE=true environment-variables.START_OFFSET=300000 | ||
args: jobs definition start ${{ secrets.SCALEWAY_JOB_IMPORT_ID }} environment-variables.UPDATE=true environment-variables.START_OFFSET=300000 | ||
- name: start import job to reapply logic to all elements offset 600000 | ||
uses: jawher/[email protected] | ||
env: | ||
|
@@ -43,7 +43,7 @@ jobs: | |
SCW_ORGANIZATION_ID: ${{ secrets.SCW_ORGANIZATION_ID }} | ||
SCW_ZONE: ${{ secrets.SCW_ZONE }} | ||
with: | ||
args: jobs definition start ${{ env.SCALEWAY_JOB_IMPORT_ID }} environment-variables.UPDATE=true environment-variables.START_OFFSET=600000 | ||
args: jobs definition start ${{ secrets.SCALEWAY_JOB_IMPORT_ID }} environment-variables.UPDATE=true environment-variables.START_OFFSET=600000 | ||
- name: start import job to reapply logic to all elements offset 900000 | ||
uses: jawher/[email protected] | ||
env: | ||
|
@@ -52,4 +52,4 @@ jobs: | |
SCW_ORGANIZATION_ID: ${{ secrets.SCW_ORGANIZATION_ID }} | ||
SCW_ZONE: ${{ secrets.SCW_ZONE }} | ||
with: | ||
args: jobs definition start ${{ env.SCALEWAY_JOB_IMPORT_ID }} environment-variables.UPDATE=true environment-variables.START_OFFSET=900000 | ||
args: jobs definition start ${{ secrets.SCALEWAY_JOB_IMPORT_ID }} environment-variables.UPDATE=true environment-variables.START_OFFSET=900000 |
Oops, something went wrong.
d41fbe9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage Report