Skip to content

Commit

Permalink
github: remove setup test data steps and associated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mcraveiro committed Dec 29, 2022
1 parent 6b1ae66 commit e808ad6
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 193 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ jobs:
with:
appendedCacheKey: linux-clang-debug-codeql

- name: Setup test data
run: ./build/scripts/github.setup.linux.sh

- name: Build
run: |
cmake --preset linux-clang-debug
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/continuous-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ jobs:
with:
appendedCacheKey: ${{matrix.name}}${{matrix.buildtype}}

- name: Setup test data
run: ./build/scripts/github.setup.${{matrix.family}}.sh

- name: Run CTest workflow
run: |
export DOGEN_BUILD_PROVIDER="github"
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/continuous-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ jobs:
with:
appendedCacheKey: ${{matrix.name}}${{matrix.buildtype}}

- name: Setup test data
run: ./build/scripts/github.setup.${{matrix.family}}.sh

- name: Run CTest workflow
run: |
export DOGEN_BUILD_PROVIDER="github"
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/continuous-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
with:
appendedCacheKey: ${{matrix.name}}${{matrix.buildtype}}

- name: Setup test data
run: ./build/scripts/github.setup.${{matrix.family}}.ps1

- name: Run CTest workflow
run: |
$env:DOGEN_BUILD_PROVIDER="github"
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/nightly-create-fullgen-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ jobs:
with:
appendedCacheKey: ${{matrix.name}}${{matrix.buildtype}}

- name: Setup test data
run: ./build/scripts/github.setup.${{matrix.family}}.sh

- name: Run CTest workflow
env:
WITH_FULL_GENERATION: ON
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/nightly-fullgen-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ jobs:
with:
appendedCacheKey: ${{matrix.name}}${{matrix.buildtype}}

- name: Setup test data
run: ./build/scripts/github.setup.${{matrix.family}}.sh

- name: Run CTest workflow
env:
WITH_FULL_GENERATION: ON
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/nightly-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ jobs:
with:
appendedCacheKey: ${{matrix.name}}${{matrix.buildtype}}

- name: Setup test data
run: ./build/scripts/github.setup.${{matrix.family}}.sh

- name: Run CTest workflow
run: |
export DOGEN_BUILD_PROVIDER="github"
Expand Down
54 changes: 0 additions & 54 deletions build/scripts/github.setup.linux.sh

This file was deleted.

54 changes: 0 additions & 54 deletions build/scripts/github.setup.macos.sh

This file was deleted.

59 changes: 0 additions & 59 deletions build/scripts/github.setup.windows.ps1

This file was deleted.

11 changes: 6 additions & 5 deletions doc/agile/v1/sprint_backlog_32.org
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
** Active

#+begin: clocktable :maxlevel 3 :scope subtree :indent nil :emphasize nil :scope file :narrow 75 :formula %
#+CAPTION: Clock summary at [2022-12-29 Thu 19:55]
#+CAPTION: Clock summary at [2022-12-29 Thu 19:59]
| <75> | | | | |
| Headline | Time | | | % |
|-----------------------------------------------------------+---------+-------+-------+-------|
| *Total time* | *81:47* | | | 100.0 |
| *Total time* | *81:50* | | | 100.0 |
|-----------------------------------------------------------+---------+-------+-------+-------|
| Stories | 81:47 | | | 100.0 |
| Active | | 81:47 | | 100.0 |
| Stories | 81:50 | | | 100.0 |
| Active | | 81:50 | | 100.0 |
| Edit release notes for previous sprint | | | 10:13 | 12.5 |
| Create a demo and presentation for previous sprint | | | 2:06 | 2.6 |
| Update boost to latest in vcpg | | | 0:20 | 0.4 |
Expand Down Expand Up @@ -48,7 +48,7 @@
| Nightly builds are taking too long | | | 5:04 | 6.2 |
| Add support for UML profiles and XMI | | | 0:11 | 0.2 |
| Remove Dia and JSON support from Dogen | | | 3:23 | 4.1 |
| Make reference products git sub-modules | | | 0:38 | 0.8 |
| Make reference products git sub-modules | | | 0:41 | 0.8 |
| Ignore vcpkg path length warning | | | 0:12 | 0.2 |
| Windows package is broken | | | 0:20 | 0.4 |
| Warning on OSX build | | | 2:23 | 2.9 |
Expand Down Expand Up @@ -1739,6 +1739,7 @@ Notes:

*** COMPLETED Make reference products git sub-modules :story:
:LOGBOOK:
CLOCK: [2022-12-29 Thu 19:56]--[2022-12-29 Thu 19:59] => 0:03
CLOCK: [2022-12-29 Thu 19:47]--[2022-12-29 Thu 19:55] => 0:08
CLOCK: [2022-12-29 Thu 19:16]--[2022-12-29 Thu 19:46] => 0:30
:END:
Expand Down

0 comments on commit e808ad6

Please sign in to comment.