nodece commented on code in PR #59:
URL: https://github.com/apache/pulsar-adapters/pull/59#discussion_r1893629828
##########
.github/workflows/integration-test.yaml:
##########
@@ -71,21 +71,21 @@ jobs:
distribution: 'adopt'
java-version: 17
- - name: install org.apache.pulsar.tests:integration:jar:tests:3.0.7
+ - name: install org.apache.pulsar.tests:integration:jar:tests:4.0.1
if: ${{ steps.check_changes.outputs.docs_only != 'true' }}
run: |
cd ~
- git clone --depth 50 --single-branch --branch v3.0.7
https://github.com/apache/pulsar
+ git clone --depth 50 --single-branch --branch v4.0.1
https://github.com/apache/pulsar
cd pulsar
mvn -B -ntp -f tests/pom.xml -pl
org.apache.pulsar.tests:tests-parent,org.apache.pulsar.tests:integration install
- name: build apachepulsar/pulsar-test-latest-version:latest
if: ${{ steps.check_changes.outputs.docs_only != 'true' }}
run: |
- docker pull apachepulsar/pulsar-all:3.0.7
- docker pull apachepulsar/pulsar:3.0.7
- docker tag apachepulsar/pulsar-all:3.0.7
apachepulsar/pulsar-all:latest
- docker tag apachepulsar/pulsar:3.0.7 apachepulsar/pulsar:latest
+ docker pull apachepulsar/pulsar-all:4.0.1
+ docker pull apachepulsar/pulsar:4.0.1
+ docker tag apachepulsar/pulsar-all:4.0.1-$(git rev-parse --short=7
HEAD 2>/dev/null || echo no-git) apachepulsar/pulsar-all:latest
Review Comment:
```suggestion
docker tag apachepulsar/pulsar-all:4.0.1
apachepulsar/pulsar-all:4.0.1-$(git rev-parse --short=7 HEAD 2>/dev/null ||
echo no-git) apachepulsar/pulsar-all:latest
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]