-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NRL-817 DO NOT USE: Fast dependencies
- Loading branch information
1 parent
68ea11f
commit 345b42a
Showing
10 changed files
with
537 additions
and
821 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,13 +53,16 @@ jobs: | |
- name: Setup asdf cache | ||
uses: actions/cache@v4 | ||
with: | ||
path: ~/.asdf | ||
key: ${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }} | ||
restore-keys: | | ||
${{ runner.os }}-asdf- | ||
path: | | ||
~/.asdf/plugins | ||
~/.asdf/installs | ||
key: ${{ runner.os }}-asdfquick1-${{ hashFiles('**/.tool-versions') }} | ||
|
||
- name: Install asdf | ||
uses: asdf-vm/actions/[email protected] | ||
- name: Setup asdf | ||
uses: asdf-vm/actions/[email protected] | ||
|
||
- name: Excecute asdf | ||
run: asdf install | ||
|
||
- name: Install zip | ||
run: sudo apt-get install zip | ||
|
@@ -132,8 +135,6 @@ jobs: | |
with: | ||
path: ~/.asdf | ||
key: ${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }} | ||
restore-keys: | | ||
${{ runner.os }}-asdf- | ||
|
||
- name: Install asdf | ||
uses: asdf-vm/actions/[email protected] | ||
|
@@ -215,8 +216,6 @@ jobs: | |
with: | ||
path: ~/.asdf | ||
key: ${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }} | ||
restore-keys: | | ||
${{ runner.os }}-asdf- | ||
|
||
- name: Install asdf and tools | ||
uses: asdf-vm/actions/[email protected] | ||
|
@@ -246,6 +245,7 @@ jobs: | |
run: make test-features-integration TF_WORKSPACE_NAME=${{ needs.set-environment-id.outputs.environment_id }} | ||
|
||
performance-test: | ||
if: false | ||
name: Run Performance Tests | ||
needs: [set-environment-id, integration-test] | ||
environment: pull-request | ||
|
@@ -262,8 +262,6 @@ jobs: | |
with: | ||
path: ~/.asdf | ||
key: ${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }} | ||
restore-keys: | | ||
${{ runner.os }}-asdf- | ||
|
||
- name: Install asdf and tools | ||
uses: asdf-vm/actions/[email protected] | ||
|
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 |
---|---|---|
@@ -1,9 +1,4 @@ | ||
awscli 2.15.11 | ||
poetry 1.8.2 | ||
jq 1.7.1 | ||
python 3.12.2 | ||
terraform 1.3.4 | ||
java zulu-jre-17.42.19 | ||
yq 4.35.2 | ||
allure 2.27.0 | ||
k6 0.50.0 |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[behave] | ||
#[behave] | ||
# Add the Allure formatter and output directory | ||
format = allure_behave.formatter:AllureFormatter | ||
outfiles = allure-results | ||
# format = allure_behave.formatter:AllureFormatter | ||
# outfiles = allure-results |
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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