Skip to content

Commit

Permalink
ci: rename E2E-tests to e2e-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rsporny committed Feb 3, 2025
1 parent 8aa95ab commit 57eadd5
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/actions/tests/argocd-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ runs:
JIRA_URL: ${{ env.JIRA_URL }}
JOB_URL: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
run: |
cd E2E-tests
cd e2e-tests
earthly --secret AWS_SESSION_TOKEN="$AWS_SESSION_TOKEN" \
--secret AWS_ACCESS_KEY_ID="$AWS_ACCESS_KEY_ID" \
--secret AWS_SECRET_ACCESS_KEY="$AWS_SECRET_ACCESS_KEY" \
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/tests/local-environment-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:
- name: Deploy local environment
run: |
mkdir -p dev/local-environment/configurations/tests/e2e-tests
cp -r E2E-tests/* dev/local-environment/configurations/tests/e2e-tests
cp -r e2e-tests/* dev/local-environment/configurations/tests/e2e-tests
cd dev/local-environment
bash setup.sh --non-interactive --postgres-password azMpOp4mTqhlKDmgCVQr --node-image ${{ inputs.image }} --tests
docker compose up -d
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ jobs:
github_actor_username: ${{ github.actor }}
env: local-pre-merge
run: |
mv .report.json E2E-tests/.report.json
cd E2E-tests
mv .report.json e2e-tests/.report.json
cd e2e-tests
./report_slack.sh $repository $slack_ref_name $job_url $env $github_actor_username null
shell: bash

Expand Down Expand Up @@ -321,8 +321,8 @@ jobs:
github_actor_username: ${{ github.actor }}
env: local-post-merge
run: |
mv .report.json E2E-tests/.report.json
cd E2E-tests
mv .report.json e2e-tests/.report.json
cd e2e-tests
./report_slack.sh $repository $slack_ref_name $job_url $env $github_actor_username null
shell: bash

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
ref: ${{ github.event_name == 'workflow_dispatch' && github.ref_name || 'v1.3.0-test' }}

- name: Set deployment_version as env variable
run: echo "DEPLOYMENT_VERSION=$(jq -r .deployment_version ./E2E-tests/config/substrate/devnet_nodes.json)" >> $GITHUB_ENV
run: echo "DEPLOYMENT_VERSION=$(jq -r .deployment_version ./e2e-tests/config/substrate/devnet_nodes.json)" >> $GITHUB_ENV

- name: Set XRay variables
run: |
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
JIRA_URL: ${{ secrets.JIRA_URL }}
MARKERS: "not active_flow and not passive_flow"
run: |
cd E2E-tests
cd e2e-tests
earthly \
--secret AWS_SESSION_TOKEN="$AWS_SESSION_TOKEN" \
--secret AWS_ACCESS_KEY_ID="$AWS_ACCESS_KEY_ID" \
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
name: debug_log
retention-days: 15
overwrite: true
path: E2E-tests/debug.log
path: e2e-tests/debug.log

- name: Setup Node
uses: actions/setup-node@v4
Expand All @@ -149,11 +149,11 @@ jobs:
- name: Install Ctrf
if: ${{ !cancelled() }}
run: |
cd E2E-tests
cd e2e-tests
npm install github-actions-ctrf
- name: Generate Summary Report
if: ${{ !cancelled() }}
run: |
cd E2E-tests
cd e2e-tests
npx github-actions-ctrf ctrf-report.json
10 changes: 5 additions & 5 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
ref: ${{ github.event_name == 'workflow_dispatch' && github.ref_name || 'v1.4.0-rc11' }}

- name: Set deployment_version as env variable
run: echo "DEPLOYMENT_VERSION=$(jq -r .deployment_version ./E2E-tests/config/substrate/staging_nodes.json)" >> $GITHUB_ENV
run: echo "DEPLOYMENT_VERSION=$(jq -r .deployment_version ./e2e-tests/config/substrate/staging_nodes.json)" >> $GITHUB_ENV

- name: Set XRay variables
run: |
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
JIRA_URL: ${{ secrets.JIRA_URL }}
MARKERS: "not active_flow and not passive_flow"
run: |
cd E2E-tests
cd e2e-tests
earthly \
--secret AWS_SESSION_TOKEN="$AWS_SESSION_TOKEN" \
--secret AWS_ACCESS_KEY_ID="$AWS_ACCESS_KEY_ID" \
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
name: debug_log
retention-days: 15
overwrite: true
path: E2E-tests/debug.log
path: e2e-tests/debug.log

- name: Setup Node
uses: actions/setup-node@v4
Expand All @@ -150,11 +150,11 @@ jobs:
- name: Install Ctrf
if: ${{ !cancelled() }}
run: |
cd E2E-tests
cd e2e-tests
npm install github-actions-ctrf
- name: Generate Summary Report
if: ${{ !cancelled() }}
run: |
cd E2E-tests
cd e2e-tests
npx github-actions-ctrf ctrf-report.json
2 changes: 1 addition & 1 deletion node/node/src/staging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pub fn staging_endowed_accounts() -> Vec<AccountId> {
AccountId::from_str("0x22c9f9d51022b7ad2204131e6268ab079c84bcdb44a4c6907affed5779da9c7b")
.unwrap(),
staging_sudo_key(),
// SDETs test accounts, keys are in E2E-tests/secrets
// SDETs test accounts, keys are in e2e-tests/secrets
// negative-test
AccountId::from_str("5F1N52dZx48UpXNLtcCzSMHZEroqQDuYKfidg46Tp37SjPcE").unwrap(),
// faucet-0
Expand Down
4 changes: 2 additions & 2 deletions node/node/src/testnet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pub fn development_config() -> Result<ChainSpec, envy::Error> {
"0x8eaf04151687736326c9fea17e25fc5287613693c912909cb226aa4794f26a48",
)
.unwrap(),
// SDETs test accounts, keys are in E2E-tests/secrets
// SDETs test accounts, keys are in e2e-tests/secrets
// negative-test
AccountId::from_str("5F1N52dZx48UpXNLtcCzSMHZEroqQDuYKfidg46Tp37SjPcE").unwrap(),
],
Expand Down Expand Up @@ -129,7 +129,7 @@ pub fn testnet_endowed_accounts() -> Vec<AccountId> {
AccountId::from_str("0x9cedc9f7b926191f64d68ee77dd90c834f0e73c0f53855d77d3b0517041d5640")
.unwrap(),
testnet_sudo_key(),
// SDETs test accounts, keys are in E2E-tests/secrets
// SDETs test accounts, keys are in e2e-tests/secrets
// negative-test
AccountId::from_str("5F1N52dZx48UpXNLtcCzSMHZEroqQDuYKfidg46Tp37SjPcE").unwrap(),
]
Expand Down

0 comments on commit 57eadd5

Please sign in to comment.