Skip to content

Commit c2e3139

Browse files
Feature/ELI-262 regression tests ci integration (#349)
* stashing * trigger for the regression tests now in place * commit workflow to test integration * using a different workflow to test the integration * using a different workflow to test the integration * returned missing steps that are required * asdf version bump * comment out the docker line that asdf does not support * added python to .tool-versions * added python to .tool-versions * added test tag value of main * added the parameters to the run_regression_tests.py call * removed Azure authentication method from run_regression_tests.py * removed Azure authentication method from run_regression_tests.py * force lowercase env name * use PAT token for now * use PAT token for now * Try to use standard GITHUB_TOKEN again * Go back to PAT * script works once the token issue is resolved * try access token directly instead of exporting to variable * rename env variable to TESTS_TOKEN * print out TESTS_TOKEN * use default github token * try PAT again * testing if i can retrieve a different secret * using with: instead of env: * using with: instead of env: * call secret in workflow_call: * inherit secrets * attempt at caching of poetry packages * remove inputs from workflow temporarily to avoid confusion * remove requirement for review to deploy * rename * rename * revert everything back to normal behaviour * comment out deployment of test to test the workflow still works with venv caching * fixed pr_label NoneType error * use the Python version from .tool-versions * use the Python version from .tool-versions. rename to take out the redundant word "run" * take out == * fix the python version grab * restored deploy to test workflow to its former glory * remove stated permissions (not sure if they're needed) * remove stated permissions (not sure if they're needed)
1 parent 320deda commit c2e3139

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/regression-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
regression-tests:
1717
runs-on: ubuntu-22.04
1818
environment: ${{ inputs.ENVIRONMENT }}
19-
permissions:
20-
id-token: write
21-
contents: write
2219

2320
steps:
2421
- name: Checkout local github actions

0 commit comments

Comments
 (0)