Skip to content

Commit bb16fbe

Browse files
author
Kevin Thomas
authoredNov 20, 2020
Update e2e workflow names (oppia#11223)
* update e2e workflow names * fix lint error
1 parent 61ba823 commit bb16fbe

6 files changed

+8
-5
lines changed
 

‎.github/workflows/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Note on splitting of e2e workflows
2+
The e2e test suites are split into workflows such that each workflow takes
3+
approximately the same time to run.

‎.github/workflows/e2e_tests_2.yml ‎.github/workflows/e2e_additional_editor_and_player.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- release-*
1111

1212
jobs:
13-
e2e_group_2:
13+
e2e_additional_editor_and_player:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:

‎.github/workflows/e2e_tests_3.yml ‎.github/workflows/e2e_creator_learner_dashboard_and_editor_tabs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- release-*
1111

1212
jobs:
13-
e2e_group_3:
13+
e2e_creator_learner_dashboard_and_editor_tabs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:

‎.github/workflows/e2e_tests_4.yml ‎.github/workflows/e2e_history_statistics_tabs_and_extensions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- release-*
1111

1212
jobs:
13-
e2e_group_4:
13+
e2e_history_statistics_tabs_and_extensions:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:

‎.github/workflows/e2e_tests_5.yml ‎.github/workflows/e2e_learner_flow_skill_editor_and_embedding.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- release-*
1111

1212
jobs:
13-
e2e_group_5:
13+
e2e_learner_flow_skill_editor_and_embedding:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:

‎.github/workflows/e2e_tests_1.yml ‎.github/workflows/e2e_translation_classroom_and_core_features.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- release-*
1111

1212
jobs:
13-
e2e_group_1:
13+
e2e_translation_classroom_and_core_features:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:

0 commit comments

Comments
 (0)
Please sign in to comment.