This message was deleted.
# atlantis-community
s
This message was deleted.
p
is you run Atlantis unlock the problem goes away?
k
I didnt perform any atlantis unlock the MR is in lock state only. I dont know if im missing somerthing in the config and repo config.
Copy code
config: |
  checkout-depth: 1
  checkout-strategy: branch
  tf-download: true

repoConfig: |
  repos:
    - id: /test\/terraform\/test\/.*/
      branch: /.*/
      repo_locking: true
      delete_source_branch_on_merge: true
      plan_requirements: [undiverged]
      apply_requirements: [undiverged, mergeable, approved]
      workflow: ezto
      allowed_overrides: [plan_requirements, apply_requirements]
      allow_custom_workflows: true
      pre_workflow_hooks:
        - run: rm -rf /tmp/$BASE_REPO_OWNER-$BASE_REPO_NAME-$PULL_NUM
        - run: mkdir -p /tmp/$BASE_REPO_OWNER-$BASE_REPO_NAME-$PULL_NUM
      post_workflow_hooks:
        - run: rm -rf /tmp/$BASE_REPO_OWNER-$BASE_REPO_NAME-$PULL_NUM

  workflows:
    ezto:
      plan:
        steps:
          - init
          - plan
          - show
          - run: infracost breakdown --path=$SHOWFILE --format=json --log-level=info --out-file=${INFRACOST_OUTPUT} --project-name=$REPO_REL_DIR
          - run: infracost comment gitlab --repo $BASE_REPO_OWNER/$BASE_REPO_NAME --merge-request $PULL_NUM --path $INFRACOST_OUTPUT --gitlab-server-url https://$ATLANTIS_GITLAB_HOSTNAME --gitlab-token $ATLANTIS_GITLAB_TOKEN --tag $INFRACOST_COMMENT_TAG --behavior new
      apply:
        steps:
          - apply
p
I will try
atlantis unlock
or close an open the MR
if for whatever reason atlantis was not shutdown properly or failed to clean the lock, you can fix it that way
k
Yea unlock solves the problem. But the issue is UI is not showing open locked MR info. Im expecting something like this
p
which version of atlantis?
k
@PePe Amengual please ignore my bad. our DNS was pointed to another test Atlantis env IP and not the prod one. Everything is working as expected. Thanks for checking on this anyway.
👍🏽 1
I closed the issue in Github too.