Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAT-18204: fix concurrent runs #156

Merged
merged 17 commits into from
Jul 29, 2024
Merged

DAT-18204: fix concurrent runs #156

merged 17 commits into from
Jul 29, 2024

Commits on Jul 19, 2024

  1. use workflow_dispatch

    sayaliM0412 authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    bf60fc3 View commit details
    Browse the repository at this point in the history
  2. add concurrency group to ensure only one run or job within the group …

    …runs at a time
    Sayali M authored and Sayali M committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    ef54d9e View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Stop the test database if it is still running

    Sayali M authored and Sayali M committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    533cd1f View commit details
    Browse the repository at this point in the history
  2. Update lth.yml

    sayaliM0412 authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    f4c7f2a View commit details
    Browse the repository at this point in the history
  3. fix error

    Sayali M authored and Sayali M committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    746c141 View commit details
    Browse the repository at this point in the history
  4. indentation

    Sayali M authored and Sayali M committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    8d48d32 View commit details
    Browse the repository at this point in the history
  5. tf init before destroy

    Sayali M authored and Sayali M committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    91b4ef8 View commit details
    Browse the repository at this point in the history
  6. trigger build

    Sayali M authored and Sayali M committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    104ced5 View commit details
    Browse the repository at this point in the history
  7. concurrency check

    Sayali M authored and Sayali M committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    87656bc View commit details
    Browse the repository at this point in the history
  8. if during apply resources already exists then run the terraform destr…

    …oy -auto-approve
    Sayali M authored and Sayali M committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    3906aa3 View commit details
    Browse the repository at this point in the history
  9. modify Stop test database

    Sayali M authored and Sayali M committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    9061a8f View commit details
    Browse the repository at this point in the history
  10. run one more job

    Sayali M authored and Sayali M committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    d3b337f View commit details
    Browse the repository at this point in the history
  11. testing with concurrency

    Sayali M authored and Sayali M committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    6e86d8e View commit details
    Browse the repository at this point in the history
  12. check if the output of terraform show -json is not null before passi…

    …ng it to jq
    Sayali M authored and Sayali M committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7e00148 View commit details
    Browse the repository at this point in the history
  13. # static value to the workflow group to ensure only one run of the wo…

    …rkflow can be in progress at a time.
    Sayali M authored and Sayali M committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    575c04b View commit details
    Browse the repository at this point in the history
  14. test concurrency

    Sayali M authored and Sayali M committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    ce980ee View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    f3607e1 View commit details
    Browse the repository at this point in the history