diff --git a/Taskfile.yml b/Taskfile.yml index 2ffcbf4..93e782b 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -169,6 +169,7 @@ tasks: - task: test:acceptance:chat-message-only-simplest-possible - task: test:acceptance:chat-message-only-file - task: test:acceptance:default-log + - task: test:acceptance:gh-app-status test:acceptance:chat-only-summary: desc: Run a pipeline job to test default chat @@ -218,6 +219,12 @@ tasks: - task: trigger-job vars: {JOB: default-log} + test:acceptance:gh-app-status: + desc: Run a pipeline job to test auth via a GitHub App + cmds: + - task: trigger-job + vars: {JOB: gh-app-status} + browser: desc: "Show code coverage in browser (usage: task test: browser)" cmds: diff --git a/pipelines/cogito-acceptance.yml b/pipelines/cogito-acceptance.yml index 33508f8..fe50266 100644 --- a/pipelines/cogito-acceptance.yml +++ b/pipelines/cogito-acceptance.yml @@ -12,7 +12,7 @@ resource_types: check_every: 24h source: repository: pix4d/cogito - tag: ((cogito-tag)) + tag: "((cogito-tag))" ########################################################### @@ -75,6 +75,7 @@ resources: source: uri: https://github.com/((github-owner))/((repo-name)).git branch: ((target-branch)) + disable_ci_skip: true # This is required on Pix4D CI only - name: cogito-repo.git type: git @@ -82,6 +83,7 @@ resources: source: uri: https://github.com/Pix4D/cogito.git branch: ((cogito-branch)) + disable_ci_skip: true # This is required on Pix4D CI only ########################################################### @@ -176,7 +178,7 @@ jobs: params: state: success - - name: cogito-gh-app-status + - name: gh-app-status max_in_flight: 1 plan: - get: target-repo.git