Skip to content

Commit e717469

Browse files
committed
it: re-enable OldAgentIT
1 parent b1d0ac6 commit e717469

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,4 @@ jobs:
4949
- name: Build and test with Maven
5050
env:
5151
SKIP_DOCKER_TESTS: "true"
52-
# re-enable old agent tests once we are several versions ahead
53-
SKIP_OLD_AGENT_TESTS: "true"
5452
run: ./mvnw -s .github/settings.xml -B clean install -Pgha -Pdocker -Pit -P${{ matrix.profile }}

it/compat/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<properties>
1717
<!-- version of Agent to use in tests -->
1818
<!-- should be one or more release versions behind the current version -->
19-
<prev.concord.version>1.55.0</prev.concord.version>
19+
<prev.concord.version>2.0.0</prev.concord.version>
2020

2121
<server.image>walmartlabs/concord-server</server.image>
2222
<prev.agent.image>walmartlabs/concord-agent:${prev.concord.version}</prev.agent.image>

0 commit comments

Comments
 (0)