Skip to content

skip controllers#1943

Merged
ryanjbaxter merged 3 commits intospring-cloud:3.1.xfrom
wind57:skip_controllers
Jul 15, 2025
Merged

skip controllers#1943
ryanjbaxter merged 3 commits intospring-cloud:3.1.xfrom
wind57:skip_controllers

Conversation

@wind57
Copy link
Contributor

@wind57 wind57 commented Jul 2, 2025

No description provided.

Signed-off-by: wind57 <eugen.rabii@gmail.com>
shell: bash
run: |
./mvnw -q exec:exec -Dexec.classpathScope="test" -Dexec.executable="echo" -Dexec.args="%classpath" | tr : "\n" > /tmp/deps.txt
./mvnw -q exec:exec -Dexec.classpathScope="test" -Dexec.executable="echo" -Dexec.args="%classpath" | tr : "\n" | grep -v spring-cloud-kubernetes-controllers > /tmp/deps.txt
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we are already building and running the tests in the controllers project in the pre-test-actions/action.yaml:

    - name: build controllers project
      uses: ./.github/workflows/composites/build-controllers-project

where we run:

      run: |
        cd spring-cloud-kubernetes-controllers
        .././mvnw -DCURRENT_INSTANCE=${CURRENT_INDEX} -T 1C -U clean install
        cd ..

thus, we run the tests in the spring-cloud-kubernetes-controllers project already.

Until this fix, we were running them again. No need to do that twice

wind57 added 2 commits July 2, 2025 14:31
Signed-off-by: wind57 <eugen.rabii@gmail.com>
@wind57 wind57 marked this pull request as ready for review July 15, 2025 14:19
@wind57
Copy link
Contributor Author

wind57 commented Jul 15, 2025

@ryanjbaxter one more improvement that I noticed we can do. Thank you

@ryanjbaxter ryanjbaxter merged commit 8132059 into spring-cloud:3.1.x Jul 15, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments